body{
	background-image:url(background.png);
}
.wrapper{
	width: 1000px;
	margin: auto;
	background-color: #0c0c0c; 
}
.top{
	margin: 0px;
	padding: 0px;
	background-image: url(banback.jpg);
	width:1000px;
	height:130px;
}
.banimage{
	margin-left: 239px;
	padding: 2px;
}
.nav{
	background-image:url(navback.png);
	height: 23px;
	width:976px;
	border: 2px solid black;
	padding-top: 5px;
	padding-left: 20px;
}
.navlink{
	color:white;
	text-decoration: none;
}
.middle{
	background-color: #0c0c0c;
	border: 2px solid black;
	border-bottom:0px;
	color: #ffffff;
	text-align:left;
	padding-left: 230px;
	padding-right: 20px;
	width:746px;
}
.bottommiddle{
	height: 57px;	
	background-color: #0c0c0c;
	border: 2px solid black;
	border-top:0px;
	border-bottom:0px;
	color: #ffffff;
	padding-left: 230px;
	width:766px;
}
.footer{
	padding-top: 10px;
	background-color: #950000;
	height: 40px;
	width: 996px;
	border: 2px solid black;
	border-top: 0px;
	font-size: small;
	color: #ffffff;
	text-align:center;
	
}
.footer a{
	color:#ffffff;
}
.news{
	background-image: url(newsback.jpg);
	width:200px;
	background-color: #357543;
	border: 2px solid black;
	text-align:center;
	position: absolute;
	padding: 10px;
}
.pic{
	border: 0px;
	margin-left: 150px;
}
.floatright{
	float:right;	
}
.mailbox{
	text-align:left;
}
.mailbox{
	padding-left: 200px;
}
.textleft{
	text-align:left;
}
h1{
color:#ffffff;
text-align:center;
}
hr{
color:#000000;
margin-left:20px;
margin-right:20px;
}