BODY
{
	background: #000;
	color: #000;
	padding: 0px;
	font-family: sans-serif;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	right: 0px;
	height: 16px;
	padding: 4px;
	background: #009;
	color: #FFF;
	font-size: smaller;
	text-align: center;
	z-index: 1;
	border-bottom: 1px solid #00F;
}

/* This is a hack to detect MS Internet Explorer
   The following commands will only display for IE.  */
html>body #header { position: fixed;}

#main
{
	position: absolute;
	top: 56px;
	left: 0px;
	right: 209px;
	padding: 4px;
	padding-left: 10px;
	min-height: 90%;
	
	background: #DFC url(images/backgrounds/forest.jpg) repeat-y;
	z-index: 0;
}
html>body #main {top: 25px;}

#toolbar
{
	position: absolute;
	top: 56px;
	bottom: 24px;
	right: 0px;
	width: 200px;
	padding: 4px;

	background: #010 url(images/backgrounds/gums.jpg) no-repeat;
	background: #000;
	color: #FFF;
	border-left: 1px solid #0B0;
}
#toolbar a:link {color: #88F;}
#toolbar a:visited {color: #6C6;}
#toolbar a:active {color: #FFF;}
#toolbar a:hover {color: #CCF;}

html>body #toolbar {top: 24px; position: fixed;}

#footer
{
	position: absolute;
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	right: 0px;
	height: 16px;

	padding: 4px;
	background: #900;
	border-top: 1px solid #F00;
	color: #FFF;
	font-size: smaller;
	text-align: center;
	z-index: 1;
}
#footer a:link {color: #BBB;}
#footer a:visited {color: #BBB;}
#footer a:active {color: #FFF;}
#footer a:hover {color: #FFF;}

html>body #footer {position: fixed; top:auto;}

