html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #000000;
	background-color: #FFFFFF;
	background-image:  url("../images/top_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: 5px 0px;
	padding: 0px;
	text-align: left;
	line-height: 17px;
	color: #000;
	}
	
li{
	line-height: 17px;
}

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

.red{
font-size: 12px; 
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
	

/* divs */

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

}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	position: relative;
	text-align: center;

}

#top{
	padding: 0px;
	height: 149px;
	color:#FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;	

}

#banner{
	padding: 0px;
	width: 100%;

	
}



#main_content{
    margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 802px;
	text-align: left;

}

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



#contact_content{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 700px;
	float: left;

}


#quickcontact{
	margin: 0px;
	padding: 0px;
	width: 290px;
	height: 380px;
	border-right-color: #666666;
	border-right-width: 1px;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
}


#footer{
	margin: 10px 0px;
	padding: 0px;
	width: 100%;
	height: 61px;
	background-image:  url("../images/footer_bg.jpg");
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	bottom: 10px;
	float: left;
	clear: both;
}

#footer a:link {  
	text-decoration: none;
	color: #FFFFFF;
	}
#footer a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	color: #999999
	}
