body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #4B647F;
}
#divWrapper {
	width: 750px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCD0D6;
	border-left-color: #CCD0D6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCD0D6;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#divHeader {
	width: 750px;
}
#divLogobar {
	float: right;
	background-color: #fff;
	width: 200px;
	text-align: center;
}
#divLogobar img {
	padding-top: 4px;
	padding-bottom: 4px;
}
#divTopbar  {
	float: left;
	height: 50px;
	width: 540px;
	background-color: #fff;
	padding-top: 50px;
	padding-left: 10px;
}
#divNavigation {
	float: left;
	height: 66px;
	width: 550px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}
#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divNavigation li {
	display: inline;
		float: left;
		background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 13px;
	padding: 0px;
	margin-top: 31px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0 0 0 9px;

}
#divNavigation li a {
	float: left;
	color: #E8E9E2;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 1px;
	height: 15px;
	font-weight: bold;
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#divNavigation li a:hover {
	color: #FFFFFF;
}
body.Contact #aContact,
body.OurServices #aOurServices,
body.Testimonials #aTestimonials,
body.KitchenBath #aKitchenBath,
body.Home #aHome {
}
#divContent {
	width: 100%;
	float: left;
	overflow: hidden;
}
#divMain {
	float: left;
	background-color: #fff;
	width: 540px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/HomeMain_Backgroundwide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#divSidebar {
	float: right;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #A70000;
	background-color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

