/* CSS Document */
body
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
a img
{
	border: 0px;
}
#moose_image_map
{
	display: block;
	position: absolute;
	width: 189px;
	height: 55px;
	top: 15px;
	left: 40px;
	text-decoration: none;
	background-color: #ffffff;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
/***** width *****/
#width
{
	width: 100%;
	min-width: 600px;
}
/***** minwidth *****/
* html #minwidth
{
	padding-left: 600px;
}
* html #container
{
	margin-left: -600px;
	position: relative;
}
/*Hide from IE Mac\*/
* html #minwidth, * html #container, * html #layout
{
	height: 1px;
}
/*End Hide*/
/***** header *****/
#header
{
	display: block;
	height: 100px;
	margin: .3em;
	padding: 0px;
	background-color: #700000;
	border: .2em solid #000000;
}
#header img
{
	
}
/***** menu *****/
#menu
{
	background-color: #700000;
	color: #FFFFFF;
	min-height: 400px;
	margin: .3em;
	margin-top: 0em;
	border: .2em solid #000000;
	padding: .5em 0em;
	float: left;
	display: block;
	width: 12em;
}
* html #menu
{
	margin: 0em;
	margin-left: .2em;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li
{
	text-align: center;
	font-size: large;
}
#menu li a, #menu li a:visited, #menu li a:active
{
	display: block;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
#menu li a:hover
{
	background-color: #666666;
	color: #FFFFFF;
}
#menu hr
{
	width: 100%;
	color: #ffffff;
}
.underline
{
	text-decoration: underline;
}
#content
{
	background-color: #FFFFFF;
	color: #000000;
	min-height: 800px;
	margin: .3em;
	margin-left: 13em;
	border: .2em solid #000000;
	padding: .5em;
}
/*#content:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}*/
/* Hides from IE-mac \*/
* html #menu, * html #content {height: 800px;}
/* End hide from IE-mac */