@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#bbcbd7;
	color:#8193b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:14px;
}

#wrapper {
	width:100%;
	height:427px;
	background-image:url(../images/clean_background.jpg);
}

img {border: 0;}

.form_value {
	color:#8193b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header{
	height:107px;
	width:932px;
	margin:auto;
}

#header_left{
	height:107px;
	width:250px;
	float:left;
}

#header_right{
	height:107px;
	width:682px;
	float:right;
	text-align:right;
}

.header_right_space {
	height:85px;
	width:682px;
}

#cleaning_service {
	width:932px;
	height:320px;
	margin:auto;
}

#content_top {
	width:932px;
	height:100px;
	margin:auto;
}

#content_mid {
	width:932px;
	height:650px;
	margin:auto;
	background-image:url(../images/content_mid.jpg);
}

#shade{
	width:932px;
	height:37px;
	margin:auto;
}

.content_left {
	width:540px;
	margin: 0px 10px 0px 40px;
	float:left;
}

.content_right {
	width:272px;
	margine:auto;
	float:right;
	padding:0px 40px 0px 10px;
}

#footer {
	width:932px;
	height:80px;
	margin:auto;
	color:#bbcbd7;
	font-size:10px;
	background-image:url(../images/footer.jpg);
	text-align:center;
}

#top {
	width:932px;
	height:19px;
	margin:auto;
}

.right_form_left {
	width:50%;
	margin:auto;
	float:left;
}

.right_form_right {
	width:50%;
	margin:auto;
	float:right;
}

.white {
	color:#ffffff;
}