body {
	background-color: #bda473;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#maincontent a {
	color: #666666;
	text-decoration: underline;
}

#maincontent a:hover {
	text-decoration: none;
}

#container_top {
	background-image: url(images/container_top.png);
	width: 980px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/container_mainbg.png);
	background-repeat: repeat-y;
}

#container_bot {
	background-image: url(images/container_bot.png);
	width: 980px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	text-align: center;
}

#home {

}

#menubar {
	background-color: #a7a089;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
}

	#menubar a {
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bolder;
		text-decoration: none;
		margin: 0 10px;
	}
	
	#menubar a:hover {
		color: #CC0000;
		text-decoration: none;
	}
	
#maincontent {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

	#maincontent h1 {
		font-size: 30px;
		font-weight: lighter;
		margin-top: 0px;
	}
	
	#maincontent a {
		text-decoration: underline;
		color: #666666;
	}



	
#maincontenthalf {
	margin-left: 15px;
	margin-right: auto;
	margin-top: 20px;
	width: 670px;
	float: left;
}
	#maincontenthalf h1 {
		font-size: 30px;
		font-weight: lighter;
		margin-top: 0px;
	}
	
	#maincontenthalf a {
		text-decoration: underline;
		color: #666666;
	}

#newshome {
	margin-top: 20px;
	margin-right: 15px;
	width: 235px;
	height: 154px;
	border: 1px solid #a7a089;
	padding: 10px;
	padding-top: 5px;
	float: right;
}

	#newshome h1 {
		font-size: 16px;
		font-weight: bolder;
	}



	
#footer {
	float: left; 
	width: 240px;
	margin-top: 20px;
}

#footerLinks {
	float: right;
	width: 700px;
	text-align: right;
	margin-top: 40px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: bolder;
	line-height: 25px;
	color: #666666;
}

	#footerLinks a {
		color: #666666;
		text-decoration: none;
	}
	
	#footerLinks a:hover {
		color: #006699;
		text-decoration: underline;
	}

#break {
	clear: both;
}
