/* structure and general styles for site, if you don't want to change the layout only edit the other style sheet */

body {
 	background: #7E984D url(img/bg.jpg) repeat-x left bottom;
	margin: 0;  font-size: 12px;  FONT-FAMILY: Arial, Helvetica, sans-serif;}

/* header */
#header
{
 background-color: #77933d;
 width: 790px;
 border: 1px solid #ccc;
 border-bottom: 0;
 margin: 0px 0px 0px 0px;
}


/* top navigation */
.navigation {
	background: #E7E7E7 url(img/nav.jpg);
	border: 1px solid #D8EBD8;
	font: bold .75em sans-serif;
	height: 41px;
	width: 130px;
	margin-bottom: 0px;
	text-decoration: none;
	padding: 0 18px;
	padding-top: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}
a.navigation:link {
	background: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #E7E7E7;
	color: #FFFFFF;
	display: block;
	font: bold .75em sans-serif;
	float: left;
	line-height: 41px;
	width 130px;
	text-decoration: none;
}
a.navigation:hover {
background: transparent url(img/nav.jpg) left bottom;
color: #333300;
}

/* main content wrapper (background image ensures columns are equal */

#maincontent {
background: transparent url(img/main.gif) left top repeat-y;
float: left;
margin-bottom: 0px;
}

/* footer */
#footer {
	background: url(img/bgfooter.gif) repeat-x;
	background-position: bottom;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 34px;
	text-align: center;
}
#footer a,.footer a:hover {color: #FFF;}

/* font styles and general content stlyes */

