html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #FFF;
	background-color: #333333;
	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: 15px;
	}
	
li{
	line-height: 17px;
}

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

hr{
	color: #EF7D19;
}

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

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

}

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

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

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


#contact{
	height: 308px;
	width: 249px;
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 0px;
	top: 207px;
	background-image:url(../images/bg_contact.jpg);
}

#footer{
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #FFF;
	background-color: #333;
}

	
