body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/wood044.jpg);
}

#container {
	margin: auto;
	width: 800px;
	height: auto;
	border: thick;
	border-color: Blue;
	border-style: ridge;
	background-color: #FFF;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	text-align: center;
}
#header {
	margin-top: 0;
	text-align: center;
	background-image: url(images/top.jpg);
	height: 160px;
	width: 800px;

}
#mainCell {
	text-align: center;
	width: 800px;
	-moz-width:auto;
	height: auto;	
	background-color: #fff;
}
#content {
	width: 790px;
	height: auto;
	margin: auto;
	text-align: left;
}
#footer {
	background-image: url(images/stock-photo-893_B.jpg);
	background-repeat: no-repeat;
	height: 249px;
	width: 800px;
	text-align: center;
}
a {
	color: #61A7A7;	
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#footerTop {
	height: 190px;
}
#footerTop p {
	color: #f5fe95;	
}
#footerBottom {
	height: 20px;
	font-size: 10px;
  background-color: #F3F781;
	
}
.news {
	width: 160px;
	height: auto;
	border: thin;
	border-color: yellow;
	background-color: #d8BDB2;
	clear: right;
	float: right;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	text-align: left;
	border-style: solid;
	color: #000;	
	font-size: 12px;
	padding: 2px;
}
.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 10px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
background-color: #d8BDB2;
width: 800px;
}

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

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

.hovermenu ul li a:hover{
background-color: #61A7A7;
border-style: outset;
color: White;
}

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

