body {
	background: #8cc7c8 url(images/bg_grad.png) top repeat-x;
	margin: 0;
	padding: 0;
	font: 13px "Verdana", sans-serif;
}

#centerer {
	margin: 0 auto;
	background: url(images/header.png) top no-repeat;
	width: 800px;
	position: relative;
	padding-top: 1px;
}

.nav {
	display: block;
	position: absolute;
	top: 159px;
	height: 30px;
	background: transparent url(images/nav_over.png) -100px -100px no-repeat;
}

.nav strong {
	display: none;
}

#nav_about:hover {
	background-position: 0px -4px;
}
#nav_about {
	left: 86px;
	width: 74px;
}

#nav_services:hover {
	background-position: -128px -4px;
}
#nav_services {
	left: 214px;
	width: 171px;
}

#nav_join:hover {
	background-position: -354px -4px;
}
#nav_join {
	left: 440px;
	width: 116px;
}

#nav_resources:hover {
	background-position: -523px -4px;
}
#nav_resources {
	left: 609px;
	width: 106px;
}

#main_body, body.mceContentBody {
	background: white;
}

#main_body {
	background: white;
	padding-top: 221px;
	margin: 221px 45px 0px 45px;
	padding: 21px;
	/* width should end up being 668 */
}

#footer {
	text-align: center;
	padding: 21px 0;
}

#footer img {
	vertical-align: text-bottom;
}

td.field, td.right_caption {
	text-align: left;
	vertical-align: bottom;
}
td.caption, td.errorcaption {
	text-align: right;
	vertical-align: top;
}
.caption, td.errorcaption, td.right_caption {
	font-weight: bold;
}
.errorcaption { color: red; }
div.error {
	border: 2px solid red;
	padding: 13px;
	margin: 20px;
	background: #fdd;
}

.first {
	padding-top: 0px;
	margin-top: 0px;
}
.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
