html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #333;
	background-color: #FFF;
	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: #FF6600;
}

hr{
	color: #FF6600;
}

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

/* 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;
}

#contact{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 88px;
	background-color: #FFF;
	clear: both;
	text-align: right;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 800px;
	height: 284px;

}

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

}

#footer{
	margin: 0px;
	padding: 0px;
	width: 798px;
	height: 50px;
	background-image: url(../images/spacer_grey.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #FF6600;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FF6600;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FF6600;
	}
	
/* nav ------------- */
#nav{
	margin: 0px;
	padding: 0px;
	position:absolute;
	left: 54px;
	top: 160px;
	clear: both;
	width: 798px;
}

/* quickcontact ------------- */
#quickcontact{
	margin: 5px 0px 0px 0px;
	padding: 0px;

}