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

body ul li.top {
	background-image: url('../images/top-bg-green.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-home.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

body ul li.content div.left h3 {
	color: #221f16;	
}
body ul li.content div.left h3 a {
	color: #221f16;
}
body ul li.content div.left div.largeCol, body ul li.content div.left div.smallCol {
	background-color: #f4f4f4;
}
body ul li.content div.left div.large {
	background-color: #f4f4f4;
}
body ul li.content div.left div.large {
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
}
body ul li.content div.left div.large p {
	text-align: right;
}
