@charset "utf-8";
#services {
	width:968px;
	height:1339px;
	margin:auto;
	background-color:#333;
	position:relative;
	clear:both;
}
#contact {
	width:968px;
	height:881px;
	margin:auto;
	background-color:#333;
	position:relative;
	clear:both;
}
#coleft {
	float:left;
	width:300px;
	position:relative;
	background-color:#999;
	top:5px;
	left:5px;
	margin-bottom:5px;
}
#coleft img {
	border:3px solid #333;
	position:relative;
	margin:9px 9px 0;
	width:275px;
}
#coright img {
	border:3px solid #333;
	position:relative;
	margin:0 10px 20px 9px;
}
#coright {
	float:right;
	position:relative;
	background-color:#666;
	top:5px;
	right:5px;
	width:653px;
	color:#000;
	font-size:14px;
	margin-bottom:5px;
}
#coright:hover {
	background-color:#5F5F5F;
}
#coright p {
	color:#A2B4B9;
	font-size:14px;
	padding:20px;
}
#coright a {
	color:#FFF;
	text-decoration:none;
}
#coright a:hover {
	text-decoration:underline;
}