html, body {
	height:100%;
	background:#525451;
}

#wrapper {
	position:relative;
	width:800px;
	margin:0 auto;
	background:url(../images/menu.gif) repeat-y #fff;
	min-height:100%;
	height:auto !important;
	height:100%;
	border-left:1px solid #222;
	border-right:1px solid #222;
}

#header {
	width:800px;
	height:0;
	padding-top:130px;
	overflow:hidden;
	background:url(../images/header.gif) no-repeat;
}

.menuholder
{
	width:800px;
	background-color:#4169E1;
}

#topnav {
	width:800px;
	height:32px;
	background:url(../images/nav.gif) repeat-x #293137;
}

#topnav ul {
	margin:0;
}

#topnav ul li {
	list-style:none;
	padding:0 33px;
	line-height:32px;
	height:32px;
	float:left;
}

#topnav ul li a {
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}

#topnav ul li a:hover {
	text-decoration:underline;
}

#nav {
	width:149px;
	float:left;
	padding-bottom:38px;
}

#nav ul {
	margin:0;
	width:133px;
	padding:3px 8px;
}

#nav ul li {
	line-height:2.1em;	
	border-bottom:1px solid #7f9342;
	list-style:none;
}

#nav ul li a {
	font-size:0.8666em;
	text-decoration:none;
	display:block;
	color:#393a38;
}

#nav ul li a:hover {
	text-decoration:underline;
}

#nav p {
	margin:4px 0 0 8px;
}

#nav p a {
	color:#005e20;
	font-size:0.8666em;
}

#content {
	float:left;
	width:631px;
	padding:0 10px 38px 10px;
}

#footer {
	position:absolute;
	width:800px;
	height:24px;
	line-height:24px;
	bottom:0;
	left:0;
	background:url(../images/footer.gif) repeat-x;
}

#footer p {
	color:#fff;
	margin:0;
	text-align:center;
	font-size:0.9333em;
}

#footer a, #footer a:visited {
	color:#FFFFFF;
}

#front td {
	padding:0;
}
	
