/* New standards based layout using mainly css and little table
   Also includes a new css menu based on an unordered list*/
#navcontainer 
{
	position:relative;
	float: left;
	width:170px;
	margin-left: 3px;
	margin-bottom: 20px;
	border:none;
	z-index:0;
}
#container
{
	margin-left: auto; 
  	margin-right: auto;
	background-color: #fff;
  	width: 800px;
  	text-align: left;
}
#content
{
	position:relative;
	margin-left: 180px;
	margin-right: 25px;
	margin-bottom: 20px;
	min-height: 600px;
	height:auto !important;
  	height:600px;
	z-index: 0;
}
#footer {
	height: 60px;
	clear: both;
	position: relative;
	background-image:url(../images/footer.gif);
	width: 800px;
	height: 29px;
	background-color: #567995;
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom:10px;
}

#footer p {
  	margin: 5px 0 10px 0;
  	text-align:center;
  	font-family: verdana;
  	font-size: 11px;
  	line-height:14px;
  	color:#000;
}






