@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bg-repeat-wide.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#centerbg {
	background-attachment: fixed;
	background-image: url(images/bg-wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation {
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: right;
	margin-right: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
#navigation a{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/nav-up.jpg);
	text-align: center;
	display: block;
	height: 34px;
	width: 119px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px;
	float: left;
}
#contentwrap {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
#contentleft {
	background-color: #336633;
	display: block;
	float: left;
	width: 620px;
	overflow: visible;
	color: #FFFFFF;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 0px;
}
.bigbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

#contentright {
	background-color: #003300;
	display: block;
	float: left;
	width: 225px;
	overflow: visible;
	margin-left: 25px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 18px;
	height: auto;
}
#contentright h3 {
	font-size: 21px;
}

.footer {
	font-size: 14px;
	color: #FFFFFF;
}
.footer a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/nav-hover.jpg);
	text-align: center;
	display: block;
	height: 34px;
	width: 119px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px;
	float: left;
}
a {
	color: #FCFCC8;
}
#contentwide {
	background-color: #336633;
	display: block;
	float: left;
	width: 650px;
	overflow: visible;
	color: #FFFFFF;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 0px;
	margin-left: 25px;
}

