body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#e5decb;
}
#wrapper
{
	width:980px;
	text-align:left;
}
#header
{
	background-image:url(../images/headerBg.jpg);
	background-repeat:repeat-x;
	height:107px;
	text-align:center;
}
#bodyArea
{
	padding:45px 38px 0px 38px;
}
.rightColumn
{
	width:238px;
	float:right;
}
.leftColumn
{
	margin-right:260px;	
}
.clear
{
	clear:both;
}
.spacer
{
	height:24px;
}
#navigation
{
	background-color:#bdbe82;
	background-image:url(../images/navigationBg.png);
	width:231px;
	background-repeat:repeat-x;
	border:3px solid #9b9c50;
}
#navigation a
{
	display:block;
	height:24px;
	color:#581e03;
	font-weight:bold;
	border-bottom:1px solid #fff;
	text-decoration:none;
	padding:6px 0px 0px 22px;
}
#navigation a:hover
{
	background-color:#9b9c50;
	color:#fff;
}
#latestNews
{
	width:231px;
	border:3px solid #535332;
	background-color:#828252;
	font-weight:bold;
	color:#fff;
}
#newsHeader
{
	background-color:#676741;
	padding:5px 0px 5px 15px;
	font-weight:bold;
	color:#fff;
}
h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:0px;
}
#footer
{
	background-image:url(../images/footerBg.png);
	height:56px;
	background-repeat:repeat-x;
	padding-top:40px;
	color:#c4aca1;
}

#footer  a{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


a{
	color:#581e03;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a.links
{
	color:#581e03;
	font-weight:bold;
	text-decoration:none;
}
a.links:hover
{
	color:#581e03;
	font-weight:bold;
	text-decoration:underline;
}