body {
	background-image: url('../images/bottom-bg-dblue.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	background-color: #f4f4f4;
}
body ul {
	background-image: url('../images/top-bg-dblue.png');
	background-repeat: repeat-x;
	background-position: left top;
}

body ul li.top {
	background-image: url('../images/top-bg-dblue.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
body ul li.top h1 {
	color: #fff;
}
body ul li.top ul li a.on {
	background-image: url('../images/button-active-services.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
body ul li.content div.left h3 {
	color: #221f16;
}

body ul li.content div.left div.large {
	background-color: #f4f4f4;
}