/* CSS Document */

body {

	margin: 0px;
	padding: 0px;
	background: #AEAB98;
	background-repeat: repeat-y;
	background-position: top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* code to center container in IE 
	text-align: center;*/
	}
	p {padding: 0px; color:#6A685E;}
	/* ul, li {font-weight: bold;} */
	strong, b {font-weight: bold; color: #7A786B;}
	img { padding: 0px; margin: 0px;}

h1, h2, h3, h4 {
	color:#AEAB98;
	text-align: left;
	}
	h1 {font-size: 200%;}
	h2 {font-size: 175%;}
	h3 {font-size: 130%;}
	h4 {font-size: 120%;}
	


	a:link img{
	text-decoration:none;
	border-color:#848374;
	}
	a:hover img{
	text-decoration:none;
	border-color:#8C2D24;
	}
	a:visited img{
	text-decoration:none;
	border-color:#8C2D24;
	}
	
	
	

/* *********************** D I V S ************************ */


#container {
	width: 1024px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	padding: 0px;
	/* Opera background image alignment hack */
	border-left: 0px solid #800;  
	}
	
#top{
	background-image:url(layout/top.jpg);
	background-repeat:no-repeat;
	width:913px;  
	height:306px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	padding: 0px;
	/* Opera background image alignment hack */
	border-left: 0px solid #800;  
	}

#middle{
	background-image:url(layout/middle.jpg);
	background-repeat:repeat-y;
	width:913px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	padding: 0px;
	/* Opera background image alignment hack */
	border-left: 0px solid #800;  
}
	
	
#content{
	width:766px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	padding: 0px;
	/* Opera background image alignment hack */
	border-left: 0px solid #800;  
	}

	
#bottom{
	background-color:#D5D5CB;
	background-image:url(layout/bottom.jpg);
	background-repeat:no-repeat;
	width:913px;
	height:66px;
	/* code to center container in Mozilla */
	margin: 0 auto;
	padding: 0px;
	/* Opera background image alignment hack */
	border-left: 0px solid #800;  
	}
	
	#menu {
	color:#8C998C;
	}
	#menu a:link, a:active, a:visited{
	text-decoration:none;
	color:#848374;
	}
	#menu a:hover{
	color:#8C2D24;
	text-decoration: none;
}


#menu #here{
	color:#8C2D24;
}
/*******CLASSES**********/

.submit{
background-color:#7C7A6A;
color:#FFFFFF;
font-weight:bold;
}

.photoleft{
float:left;
margin-right:10px;
}

.photoright{
float:right;
margin:10px;
border:0px;
}

.updates{
font-size:9px;
color:#848374;
}
.copyright{
color:#AEAB98;
font-size:10px;
padding-right:5px;
}





	