body {
	background:url(images/background.jpg);
	margin:0px auto;
	font-family:"Trebuchet MS";
	font-size:13px;
	text-align:left;
	color: #7a8597;
	
}

#banner {
	align:center;
	width:986px;
	height:120px;
	margin:0px auto;
	background-image: url(images/banner.jpg);
}
#menu {
	align:center;
	width:986px;
	height: 45px;
	margin:0px auto;
	background-image: url(images/backmenu.jpg);
	
}

#middle {
	align:center;
	width:986px;
/*	height: 622px;  */
	margin:0px auto;
	background-image: url(images/backmiddle.jpg);
	
}

#middle h1 {
	font-size:24px;
	margin:0px;
	color:#0072b0;
	}
	#middle h2 {
	font-size:18px;
	margin:0px;
	color:#7bd01a;
	}

#footer {
	align:center;
	width:986px;
	height:98px;
	margin:0px auto;
	background-image: url(images/footer.jpg);
}
#footertd {
	align:center;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
}
#footertd a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#footertd a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footertd a:hover{
	color: #8aff00;
	text-decoration: underline;
}
#news {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:left;
	color: #7a8597;
}
#news h1{
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #7a8597;
}
#news a:link{
	color: #7a8597;
	text-decoration: none;
}
#news a:visited{
	color: #7a8597;
	text-decoration: none;
}
#news a:hover{
	color: #0072b0;
	text-decoration: underline;
}



a:link {
	color: #7a8597;
	text-decoration: none;
}
a:visited {
	color: #7a8597;
	text-decoration: none;
}
a:hover {
	color: #0072b0;
	text-decoration: underline;
}
