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

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

hr{
	color: #000000;
}

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

/* divs */

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

}

#content {
	background-color: #FFFFFF;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;	
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;	
	margin: 0px auto;
	padding: 0px;
	width: 800px;
    color:#666666;


}

#top{
	background-color: #35132B;
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 100%;
	height: 170px;

}

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

}


#nav{

	text-align: center;
	height: 30px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	background-color: #35132B;
	border: 0px;
	height: 170px;

}



	
#hp_content p {
	padding: 5px;

}


#hp_content{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 800px;
	color:#666666;
	text-decoration: none;
	

}

#quickcontact{

	margin: 0px;
    padding: 0px 0px 0px 20px;
	width: 300px;
	height: 180px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;	
	
	


}


#box{

	margin: 0px;
	width: 380px;
	height: 200px;
	
}

#footer2{
background-color: #FFFFFF;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;	
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;	
	margin: 0px auto;
	padding: 0px;
	height: 20px;
	width: 800px;
    color:#666666;
	}

#footer{
	padding: 0px;
	height: 40px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	clear: both;
	width: 100%;
	font-weight: bold;
}

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

