html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #666666;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 18px;
	}


li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px;
	color: #524C47;
}

hr{
	color: #524C47;
}

/* divs */

#container{
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 820px;
	position: relative;
	text-align: left;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 820px;
	height: 265px;
	background-image: url(../images/bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;

}

#nav{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 820px;
	position: absolute;
	top: 230px;
	left: 170px;
}

#nav img{
	padding: 0px 7px;
}

#main_content{
	margin: 0px;
	padding: 0px 0px 0px 7px;
	border: 0px;
	clear: both;
	width: 820px;

}

#main_content a:link {  
	text-decoration: underline;
	font-weight: normal; 
	color: #524C47;
	}
#main_content a:visited { 
	text-decoration: underline; 
	font-weight: normal;
	color: #524C47;
	}
#main_content a:hover, a:active { 
	text-decoration: underline;
	font-weight: normal; 
	color: #524C47;
	}

#feature{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	height: 230px;
	background-image: url(../images/bg_feature.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#feature table{
	padding: 4px 0px 0px 0px;
}

#feature p{
	width: 220px;
	margin: 3px;
	line-height: 14px;
	font-size: 11px;
}

#feature a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #524C47;
	}
#feature a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #524C47;
	}
#feature a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #524C47;
	}

#footer{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	height: 60px;
	background-color: #524C47;
	color: #FFF;

}

#footer p { 
	margin: 5px; 
	font-size: 11px;
	}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FFF;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FFF;
	}


