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: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p { 
	margin: 15px; 
	padding: 0px;
	text-align: left;
	line-height: 17px;
	font-size: 11px; 
	}

table{
	font-size: 11px; 	
	line-height: 14px;
}	
	
li{
	line-height: 17px;
}

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

hr{
	color: #006699;
}

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

/* divs */

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

}

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


#footer{
	margin: 0px 10px;
	padding: 0px;
	width: 790px;
	border-top: 1px solid #006699;
}

#nav{
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#features{
	border: 0px;
	margin:  -2px 0px 0px 0px;
	padding: 0px;
	clear: both;
	background-image: url(../images/bg_features.jpg);
	background-repeat: no-repeat;
	width: 802px;
	height: 222px;
}
