@charset "utf-8";
/* CSS Document */
div#container{
	background-color:#000000;
	width: 900px;
}

div#header{
	width:inherit;
	background-color:#000000;
}

div#content{
	background-color:#000000;
	width: inherit;
}

div#leftc{
	float:left;
	width: 705px;
	background-color:#000000;
}

div#rightc{
	float:right;
	width: 175px;
	background-color:#000000;
	margin-right: 15px;
}

div#rightc_bottom{
	width: 155;
	background-color:#000000;
	border: 1px solid #ead9c3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ead9c3;
	margin-top: 15px;
	padding: 9px;
	padding-left: 20px;
	text-align:left;
}

div#footer{
	clear: both;
	width:inherit;
	background-color:#000000;
	text-align:center;
	padding-top: 1px;
}

div#aboutus_leftc{
	float:left;
	width: 665px;
	background-color:#000000;
	padding: 20px;
}

div#services_rightc{
	float:right;
	width: 270px;
	background-color:#000000;
	margin-right: 15px;
}

div#services_leftc{
	float:left;
	width: 550px;
	background-color:#000000;
	padding: 20px;
}

