body
{
	background: #161616 repeat fixed;
	padding: 35px 0px 35px 0px;
	font-family: verdana
	
}

#outer 
{
	z-index: 2;
	position: absolute; <!-- was 'relative' -->
	width: 82%;
	left:9%;
	right:9%;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}

#header
{
	position: relative;
	width: 100%;
	height: 6em;
	background: #80a080 repeat-x;
	margin-bottom: 2px;
}

#lowerheader
{
	position: relative;
	width: 100%;
	height: 3em;
	background: #808080 repeat-x;
	margin-bottom: 2px;
}

#headercontent
{
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headerpic
{
	position: relative;
	height: 180px;
	background: #990100 url(banner2.jpg) no-repeat center center;
	margin-bottom: 2px;
}

#menu
{
	position: relative;
	background: #808080 repeat-x top left;	
	height: 3.1em;
	padding: 0 1.0em;
	margin: 0 0 2px;
}

#menu ul
{
	list-style:none;
	margin:0 0 0 0;	
}

#menu ul li
{
	position: relative;
	top:14px;
	display: inline;
	padding:0;
	margin:0;
}

#menu ul li a:link, #menu ul li a:visited
{
	color: #fff;
	padding: 0.5em 1.0em 0.9em 1.0em;
	text-decoration: none;	
	border:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a
{
	background: #898989 repeat-x top left;	
	border:none;
}

#menubottom
{
	background: #fff url(border1.gif) repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#content
{
	padding: 0 2.0em;
}

#primarycontainer
{
	float: left;
	margin-right: -18.0em;
	width: 100%;
}

#primarycontent
{
	margin: 1.5em 22em 0 0;
}

.contentarea
{
	padding-top: 1.3em;
}

#sidebar
{
	margin: .75em;
	float: right;
	width: 16.0em;
}

#sidebar ul
{
	list-style:none;
	margin:0 0 0 0;	
}

#sidebar li 
{
	margin:0 0 0 0;
        margin-top:15px;

}



.box
{
	background: #eaeaea;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: left;
	font-size: 0.9em;
	padding: 1.5em 1.5em 1.5em 1.5em;
}



