body {
	background-color: #459eb3;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/sandback.jpg);
}
#container {
	margin: auto;
	width: 970px;
	height: auto;
	border:;
	border-color:;
	border-style: ;
	background-color: #459eb3;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	text-align: center;
}
#header {
	margin-top: 0;
	text-align: center;
	background-image: url(images/fresh.jpg);
	height: 146px;
	width: 970px;

}
#mainCell {
	text-align: center;
	width: 970px;
	-moz-width:auto;
	height: auto;	
	background-color: #459eb3;
       
}
#content {
	width: 970px;
	height: auto;
	margin: auto;
	text-align: left;
}
#footer {
	background-image: url(images/sunset.gif);
	background-repeat: no-repeat;
	height: 249px;
	width: 970px;
	text-align: center;
}
a {
	color: #ffffff;	
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
#footerTop {
	height: 190px;
}
#footerTop p {
	color: #459eb3;	
}
#footerBottom {
	height: 60px;
	font-size: 10px;

}
.news {
	width: 200px;
	height: auto;
	border: thick;
	border-color: #459eb3;
              background-image: url(images/sandback.jpg);
	clear: right;
	float: left;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	text-align: left;
	border-style: solid;
	color: #000;	
	font-size: 12px;
	padding: 5px;
}
.news h4 {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;	
}
.news a {
	color: #00f;	
	text-decoration: none;
}
.news a:hover {
	color: #61A7A7;
	text-decoration: underline;
}
.hovermenu ul{
font: bold 12px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
background-color:;
width: 970px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
border: 2px solid yellow;
}

.hovermenu ul li a:hover{
background-color: yellow;
border-style: outset;
color: blue;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
</style>

