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;
	}
	
li{
	line-height: 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 12px 0px 25px;
	color: #666666;
}

hr{
	color: #666666;
	width: 98%;
	text-align: center;
}

a:link {  
	text-decoration: none;
	color: #666666;
	}
a:visited { 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline;
	color: #1662BA;
	}

.bullet{
	list-style-image: url(../images/bullet_arrow.jpg);
}

/* divs */

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

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	position: relative;
	text-align: left;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;	
	background-color: #FFFFFF;
}

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

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer{
	margin: 0px;
	padding: 0px;
}
