﻿body
{
	background: #003A00 url(../images/bodyBG.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
}

#wrapper
{
	margin: 9px auto;
	width: 979px;
}

#content
{
	background: #F0F0D5 url(../images/contentBG.jpg) repeat-x left top;
	min-height: 558px;
	width: 979px;
}

#content .text
{
	clear: both;
	padding: 10px;
}

.mainContent
{
	margin-top: 20px;
}

.footer
{
	color: White;
	padding: 10px;
}

/* secondary */
.secNav
{	
	float: left;
	margin: 20px;
}

.secNavTop
{
	background: url(../images/secNavTop.png) no-repeat left top;
	height: 25px;
	width: 229px;
}

.secNavLinks
{
	background: url(../images/secNavBG.png) repeat-y left top;
	font-size: 1.2em;
	padding: 0 7px 10px 7px;
	width: 215px;
}

.secNavLinks a, .secNavLinks a:visited
{
	color: #003A00;
	display: block;
	font-size: .7em;
	margin: 0 0 10px 8px;
	text-decoration: none;
}

.secNavBtm
{
	background: url(../images/secNavbtm.png) no-repeat left top;
	height: 23px;
	width: 229px;
}
