body{
	margin: 0;
	padding: 0;
	background: #000205;
}

.wrapper{
	width: 800px;
	height: auto;
	margin: 0px auto 0px auto;
}

.header{
	background: url("images/header-tile.gif") repeat-x;
	width: 800px;
	height: 147px;
}

.header-left{
	background: url("images/header-left.gif") no-repeat;
	width: 148px;
	height: 147px;
	float: left;
}

.header-logo{
	background: url("images/header-logo.gif") no-repeat;
	width: 209px;
	height: 147px;
	float: left;
	margin-left: 147.5px;
}

.header-right{
	background: url("images/header-right.gif") no-repeat;
	width: 154px;
	height: 147px;
	float: right;
}

.navigation{
	background: url("images/nav-tile.gif") repeat-x;
	width: 800px;
	height: 42px;
}

.nav-left{
	background: url("images/nav-left.gif") no-repeat;
	width: 148px;
	height: 42px;
	float: left;
}

.nav-right{
	background: url("images/nav-right.gif") no-repeat;
	width: 154px;
	height: 42px;
	float: right;
}

.navigation ul{
	float: left;
	display: inline;
	text-indent: none;
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	line-height: 30px;
}

.navigation li{
	display: inline;
	text-indent: none;
	padding: 0px;
	margin: 0px;
}

.navigation a{
	background: url("images/nav-tile.gif") repeat-x;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	color: #6f3c00;
	text-decoration: none;
}

.navigation a:hover{
	background: url("images/nav-tile-hover.gif") repeat-x;
	color: #4a0100;
}

.navigation a#current{
	background: url("images/nav-tile-current.gif") repeat-x;
	color: #861c00;
}

.content-container{
	background: url("images/site-main-tile.gif") repeat-y;
	width: 800px;
	height: auto;
}

.content{
	width: 646px;
	margin: 0px auto 0px auto;
	padding: 10px;
	font-family: Verdana;
	font-size: 13px;
	color: #fff;
}

.content h1{
	margin: 0;
	padding: 0;
}

.content a{
	color: #ebc1b9;
}

.content a:hover{
	color: #eb3a17;
	text-decoration: none;
}

.latestnews-box{
 	border: 1px solid #420f15;
	background: url("images/latest-news-tile.gif") repeat-x;
	width: 646px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.latestnews-box a{
	text-decoration: none;
	color: #7f1905;
}

.latestnews-box a:hover{
	color: #9d1a00;	
}

.archivednews-container{
	width: 646px;
	height: auto;
	border: 1px solid #2b070b;
}

.archivednews-1, .archivednews-2{
	width: 646px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #2b070b;
	text-indent: 10px;
}

.archivednews-1{
	background: #43090f;
}

.archivednews-2{
	background: #3f080e;
}

.footer{
	background: url("images/footer-tile.gif") repeat-x;
	width: 800px;
	height: 159px;
}

.footer-left{
	background: url("images/footer-left.gif") no-repeat;
	width: 148px;
	height: 159px;
	float: left;
}

.footer-right{
	background: url("images/footer-right.gif") no-repeat;
	width: 154px;
	height: 159px;
	float: right;
}
