body {
		margin: 0px;
		padding: 0px;	
		background-image: url(images/bg_loop_brown.jpg);
		background-color: #8F7A65;
		background-repeat: repeat-x;
text-align: left;
		}


		
		
#headerframe {	      
                position: relative;
                top:125px;	
		left:150px;
                height: 30px;	
		padding:0px;
		text-align: left;
		}

#header_logo {	      
                position: absolute;                
		width:185px;		
		}
		
#header_menu {	      
                position: absolute;		
		text-align: left;
		left: 185px;
		top: 9px;
		}	
			
#header_menu a {
	text-decoration:none;
	color: #efefef;
	font-weight: normal;
	font-size: 16px;
	}

#header_menu p {
	margin: 0px;
	color: #868686;
	font-weight: normal;
	font-size: 12px;
	line-height: auto;
	}

#header_menu a:hover {
	text-decoration:none;
	color: red;
	font-weight: normal;
	font-size: 16px;
	}	
	
#contentcenter {
		position: absolute;
                width:690px;
		padding:0px;
		top: 180px;
	        left: 150px;
		text-align: left;
		}
	
p {	
		color: #efefef;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		line-height: 15px;
		letter-spacing: 0.5px;
		}
	
	h1 {
		font-family: Verdana, Helvetica, sans-serif;
		font-size:15px;
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 13px;
		margin-bottom: 0px;
		color: #efefef;
		font-weight: bold;
		line-height: 25px;
		}
      h2 {
		font-family: Verdana, Helvetica, sans-serif;
		font-size:13.5px;
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 13px;
		margin-bottom: 0px;
		color: #efefef;
		font-weight: normal;
		line-height: 25px;
		}
       li {
		font-family: Verdana, Helvetica, sans-serif;
		font-size:11px;
		margin-left: 10px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #efefef;
		font-weight: normal;
		line-height: 15px;
		}

		
A {
	color: #e76666;
text-decoration: underline;
	font-weight: normal;
	}

A:HOVER {
	color: Red;
font-weight: normal;
	text-decoration: underline;
	
	}		
		
		

	
	
