@charset "utf-8";

@import url("setting.css");  

/* ----------------------------------------
	services
---------------------------------------- */

body {
	background: #D2D2D2 !important;
}

#wrapper {
	background: #fff;
}

.services dt {
	width: 150px;
	border-top: 1px solid #C8C8C8;
	padding: 20px 0 20px 10px;
	font-weight: bold;
	float: left;
}

.services dd {
	width: 660px;
	border-top: 1px solid #C8C8C8;
	padding: 20px 10px 20px 0;
	float: left;
}