body{
	background-image:url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#cccccb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.clear {
  clear: both;
}

#page{
	text-align:center;
	width:100%;
}
#header{
	text-align: left;	
	width:957px;
}
#navigation{
	background-image: url(images/content_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:10px;
	background-color:#651135;
	padding-bottom:20px;
}
#navigation li{
	float: left;
	list-style-type: none;
	padding-right:10px;
	padding-left:10px;
	border-right:solid #FFFFFF 3px;

}
#navigation a:link, #navigation a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
#navigation a:hover{
	color:#fecc37;
}

#content{
	border-right:solid #651135 8px;
	border-left:solid #651135 8px;
	width:921px;
	padding:10px;
	background-color:#FFFFFF;
}

.post{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}

.post h2{
	color: #651135;
}

.post a:link, .post a:visited{
	color: #651135;
}

#content h2 a:link, #content h2 a:visited{
	color: #651135;
	text-decoration: none;
}
#content h2{
	margin-bottom:5px;
}
.newspost{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #651135;
	text-align:left;	
	padding-left:10px;
	padding-right:10px;	
}

#front{

}

#footer{
	background-image: url(images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	width:957px;
	height:10px;
}
#header-logo{
	color: #FFFFFF;
}