body {
	background-image: url(/images/bg.jpg);	
	background-repeat: repeat-x;
	background-color: #6a7640;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 948px;
	background-image: url(/images/containerbg.jpg);
	margin: 0 auto;
}

h1, h2, h3, h4, h5 {
	color: #4491a4;
}

#header {
	position:relative;
	width: 948px;
	height: 190px;
	background-image: url(/images/header.jpg);
}

#searchbox {
	float: right;
	margin: 50px 20px 0 0;
}

#menu {
	float: left;
	width: 239px;	
}

#menu ul, #menu ul li {
	list-style: none;	
	margin: 0;
	padding: 0;
}

#menu ul {
	margin-left: 20px;	
}

#menu a {
	color: #685e39;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}

#menu a:hover {
	color: #37321d;
}

#content {
	float: left;
	width: 665px;
	font-size: 13px;
	margin-left: 20px;
}

#content p {
	line-height: 18px;
	margin-top: 0;
}

.clear {
	clear: both;
}

#bottom {
	width: 948px;
	height: 29px;
	background-image: url(/images/bottom.jpg);
}

#footer {
	width: 948px;
	margin: 0 auto;
	margin-top: 15px;
}

#footer #logos {
	float: left;
	width: 45%;
}

#footer #copyright {
	float: right;
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
}

.newsitem {
	margin-top: 5px;
}

.newsitem a.title {
	color: #316a78;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.newsitem a.title:hover {
	color: #000000;
}

.newsitem .posteddate {
	color: #666666;
	font-size: 11px;
}

.newsitem .entry {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
}

.newsitem .readmore {
	text-align: right;
	font-size: 11px;
}

.newsitem .readmore a {
	color: #316a78;
	margin-right: 15px;
}

a {
	color: #88793f;
}

a:hover {
	color: #a18f49;
}

#logout-form {
	position:absolute;
	right:15px;
	top:15px;
}
