html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#abovefooter_left 
{
	float:left;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	height: 70px;
	width: 370px;
	background-image: url(../images/blue_bar.gif);	
	background-repeat: repeat-x;
	text-align: center;
}

#abovefooter_right 
{
	float:right;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	height: 70px;
	width: 370px;
	background-image: url(../images/blue_bar.gif);	
	background-repeat: repeat-x;
	text-align: center;	
}

#footer {
	position: absolute;
	bottom: 0;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	background-color: #444444;
	text-align: center;
	padding-top: 2px; 
	padding-bottom: 2px;
}

#main {
	margin-bottom: 3em;
	height: auto;
	max-height: auto;
	padding: .5em;
}

#menubar
{
	float: left;
	clear: both;
	width: 100%;
	background-color: #444444;
}

#menubar a.menubar
{
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	width: 80px;
	text-align:center;
	border-left: solid 1px #FFFFFF;
}

#menubar a:hover.menubar
{
	display: block;
	background-color: #ff9900;
}

span.abovefooter
{
	background-color: #444444;
	width: 125px;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	text-align: center;
	border: solid 1px #333333
}

img 
{
	border: 0px;
}

a
{
	color: #000000;
}

/*body 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000000;
}




#footer 
{
	clear: both;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	background-color: #444444;
	text-align: center;
	padding-top: 2px; 
	padding-bottom: 2px;
}

#content
{
	width: 100%;
	clear: both;
}



*/