@charset "utf-8";
html {
	height:100%;
}
body {
	background-color: #000000;
	background-image:url(../images/green-gradient.gif);
	background-repeat: repeat-x;
	color:#335912;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
#wrapper {
	width: 970px;
	background-color:#fdf1c8;
	border: 1px solid #000000;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#banner {
	background-color:#000000;
	background-image:url(../images/banner-2.jpg);
	background-repeat:no-repeat;
	height: 180px;
	width:970px;
}

.cream-frame {
	background-color:#335912;
	border-top:	#fdf1c8 solid 1px;
	padding:0.4em 1em 0.4em 1em;
	color:	#f7eece;
	height: 38px;
	width: auto;
}
a {
	color: #335912;

}
#content {
	font-size:.8em;
	padding:10px 50px 10px 50px;
	width: auto;
	height:auto;
	min-height:100%;
	clear:both;	
}
#content a {
	color: #335912;
}
.content-bold {
	font-weight:bold;
}
#footer {
	height:50px;
	width:970px;
	color:#fdf1c8;
	font-size:60%;
	background-color:#5fa521;
	border-top: 1px solid #000000;
}
#footer a, a:hover {
	color:#fdf1c8;
	}
#validation a, #validation a:hover {
	color:#5fa521; 
	float:left;
	height:40px;
	padding:10px 0px 10px 40px;
	}
#footer_right { 
	float:right;
	height:40px;
	padding:10px 40px 10px 0px;
	}
#navigation {
	font-size:70%;
}
#navigation ul {
	list-style:none;
}
#navigation li {
	display:inline;
}
#navigation a:link, #navigation a:visited {
	padding:0.4em 1em 0.4em 1em;
	color:#fdf1c8;
	background-color:#5fa521;
	text-decoration:none;
	border: 1px solid #fdf1c8;
}
#navigation a:hover {
	background-color:#335912;
}



	
h1 {
	font-size: 1.2em;
}

