#container {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/greybg.jpg);
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-image: url(images/header-withcockrel.jpg);
	background-position: center;
	height: 115px;
	background-repeat: no-repeat;
}
#body {
	background-image: url(images/green-bg.jpg);
	background-repeat: repeat-x;
	background-color: #a1ba54;
}
#nav {
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
}
#topcurve {
	background-image: url(images/top-curve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 14px;
}
#content {
	background-color: #FFFFFF;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
}
#bottomcurve {
	background-image: url(images/bottom-curve.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
}
.titlefont {
	font-size: 24px;
	color: #38A047;
}
.photoright {
	float: right;
	margin-left: 10px;
	border: 1px solid #38A047;
	background-color: #38A047;
}
.agoutilink {
	color: #CC3300;
}
.whitenav {
	color: #FFFFFF;
}
.contentbold {
	font-weight: bold;
	color: #000;
}
.bodylink {
	color: #389F47;
}
.space {
	border: 1px solid #FFFFFF;
}
.floatright {
	float: right;
	border: 1px solid #389F47;
}

