<style type="text/css">
body {
	margin:0px; padding:0px;
	text-align:center;
	/*background:url(../images/wood.jpg) top left repeat;*/
	background:#4795c7 url(../images/bkg.jpg) top left repeat-x;
	}
	
#container {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:0px 10px 10px 10px;
	/*border:1px dashed #333;*/
	background-color:#fff;
	border-bottom: #6d6054 solid 1px;
	border-left: #6d6054 solid 1px;
	border-right: #6d6054 solid 1px;
	}

#header {
	width:auto;
	}

#content {
	width:auto;
	clear:both;
	}

#footer {
	width:auto;
	padding:10px;
	clear:both;
	font-size:12px;
	background-color:#f1f1f1;
	}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #1c5f80;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
/*padding: 0.2em 1em;*/
padding: 0.2em 10px;
background-color: #1c5f80;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #fff;
color: #333;
}
#navlist li a#current
{
background: #FFFF33;
color:#333333;
}
</style>

