body,
html {
	margin: 0;
	padding: 0;
	background-image: url( '/img/wallpaper_background.gif' );
	background-repeat: repeat-x;
	background-color: #E3E1CF;
	text-align: center;
	color: #7F7C6F;
}
body {
	min-width:750px;
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
}

table {
	border-collapse: collapse;
	border: 0px;
}

a {
	text-decoration: none;
	color: #A09B87;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #44442A;
	font-size: 15px;
	font-weight: bold;
}

#container {
	background-color: #FFFFFF;
	margin:0 auto;
	width: 826px; /*810px;*/
	background-image: url( '/img/background.gif' );
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	background-image: url( '/img/header.jpg' );
	background-repeat: no-repeat;
	height: 220px;
}
#page_content {
	float:right;
	width:560px;
	background-image: url( '/img/page_background.gif' );
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	padding-right: 20px;
}
#navigation {
	vertical-align: top;
	text-align: left;
	float:left;
	width:240px;
	background-image: url( '/img/navigation_background.jpg' );
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation ul {
	margin: 40px 0px 0px 45px;
	width: 185px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
	
}
#navigation ul li{
	padding: 2px 0px 2px 0px;
	/*line-height: 10px;*/
}
#navigation ul li a{
	color: #A09B87;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-image: url( '/img/navigation_mask.gif' );
}

#navigation ul li a:hover{
	background-image: url( '/img/navigation_mask_dark.gif' );
}	

#footer {
	padding-top: 80px;
	text-align: center;
	clear :both;
	font-size: 10px;
}

#footer img {
	height: 18px;
	width: 24px;
	border: 0px;
}

.intro {
	color: #018349;
	font-size: 12px;
}

.news_item {
	margin-top: 15px;
	border-top: 1px solid #F2F2F2;
}

.news_item div{
	float: right;
	padding: 5px;
	border: 1px solid #F2F2F2;
}

.news_item span{
	font-style: italic;
	display: block;
}

.news_item h2{
	font-size: 15px;
	padding-left: 9px;
	background-color: #44442A;
	color: #FFFFFF;
}

.news_item h2 a {
	color: #FFFFFF;
}

.news_item img{
	float: left;
	margin-right: 5px;
}

.paging_bar {
	clear: both;
}