body {
	background: #2C2149 url(../img/Background.jpg);
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #222;
	font-size: 13px;
}
#template {
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #fff;
	width: 1000px;
	border: 4px #000 solid;
}

/*--- Top ---*/
#top {
	height: 137px;
	background: #000002 url(../img/header.jpg) no-repeat;
	color: #fff;
	text-align: center;
}

/*--- Bottom ---*/
#bottom {
	height: 130px;
	border-top: #89A14C 1px solid;
	background: #000002;
}
#bottom .footerbox {
	width: 245px;
	height: 90px;
	float:left;
	margin: 3px 3px 0px 3px;
}
#bottom .left {
	margin-left: 0px;
	margin-right: 4px;
}
#bottom .right {
	margin-right: 0px;
	margin-left: 4px;
}
#divider {
	background: url(../img/bottomborder.jpg);
	height: 35px;
}
#search .header {
	background: url(../img/search.jpg) no-repeat;
	height: 23px;
}
#search .searchbox {
	width: 228px;
	font-size: 12px;
	padding: 2px;
	height: 16px; /* IE override */
	border: 1px solid #9ad;
	color: #458;
	background-color: #B7C1DC;
}
#news .header {
	background: url(../img/updates.jpg) no-repeat;
	height: 23px;
}
#maillist .header {
	background: url(../img/maillist.jpg) no-repeat;
	height: 23px;
}
#maillist .mailbox {
	width: 228px;
	font-size: 12px;
	padding: 2px;
	height: 16px; /* IE override */
	border: 1px solid #9ad;
	color: #458;
	background-color: #B7C1DC;
}
#downloads .header {
	background: url(../img/downloads.jpg) no-repeat;
	height: 23px;
}
#bottom .footerbox .box {
	background: url(../img/bottomblock.jpg) no-repeat;
	height: 68px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
#bottom .footerbox .box ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bottom .footerbox .box li {
	list-style-image: url(../img/bottomarrow.jpg);
}
#bottom a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/*--- Middle ---*/
#middle {
	overflow-y: auto;
	padding-right: 20px;
	clear: both;
	border-left: #000 2px solid; 
	border-right: #000 2px solid;
}
#content {	
	padding: 10px 0px 10px 20px;
	width: 686px;
	float:left;
}
span.page {
	background: url(../img/arrow.jpg) no-repeat 0% 50%;
	padding-left: 30px;
	font-weight: bolder;
	text-transform: uppercase;
}
#middle p.page {
	font-size: larger;
	font-weight: bolder;
	text-align: center;
}
#banner {
	width: 270px;
	background: url(../img/theme1.jpg) no-repeat 0px 20px;
	float: left;
	height: 480px;
}
/* === nav === */
#navbox {
	height:24px; 
	position: relative;
	background: #000 url(../img/navbar.jpg) repeat;
	top: 105px;
}
/*
#nav {
	height:48px;
}
#nav li {
	float: left;
	list-style: none;
	padding: 3px 8px;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 12px;
}
#nav a {
	color: #fff;
	text-decoration: none;
}*/
