body {
	padding:0; 
	margin: 0; 
	background: #fcfbf8; 
	overflow: scroll; 
	align:center; 
	color: #361F1B; 
	font-family: times, serif;
} 	

img {
	border: none;
	padding: 2px;
}

p {
	color: #361F1B; 
	font-family: times, serif;
	font-size: .9em;
}

li {
	color: #361F1B; 
	font-family: times, serif;
	font-size: .9em;
}

a:link {color: #361F1B; text-decoration: underline;}    
a:visited {color: #361F1B; text-decoration: underline;} 
a:hover {color: #996633; text-decoration: none;}   
a:active {color: #333; text-decoration: none;} 

.navItem:link {color: #361F1B; text-decoration: none; margin-bottom: 13px;}    
.navItem:visited {color: #361F1B; text-decoration: none; margin-bottom: 13px;} 
.navItem:hover {color: #996633; text-decoration: none;}   
.navItem:active {color: #333; text-decoration: none;} 

#logo{
	position: absolute;
	left: 10;
	top: 40px;
}

#contentNav {
	position: absolute;
	left: 50px;
	top: 150px;
	font-size: 1.2em;
}

#contentText {
	position: absolute;
	left: 195px;
	top: 150px;
	width: 255px;
}

#contentImages {
	position: absolute;
	left: 475px;
	top: 180px;
	width: 255px;
}

#contentGallery {
	position: absolute;
	left: 195px;
	top: 150px;
	width: 510px;
}

#contentGallery img { 
	border: 1px #630 solid; 
}

#contentImages img { 
	border: 1px #630 solid; 
}


#background { 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; 
	height: 110%; 
	z-index: 1;
	}

#divCenter {
	position:			relative;
	width:				800px;
	height:				600px;
	margin: auto;
	z-index:			2;
	background-color: 	transparent;
}

#indexDivLeft {		
	width: 40%; 
	height: 400px; 
	position: absolute; 
	top: 50%; 
	margin-top: -200;

}

#indexDivRight {
	width: 376px; 
	height: 590px; 
	position: absolute; 
	top: 50%; 
	left:40%; 
	margin-top: -290; 
	padding-left: 30px;
}