﻿HTML
{
	overflow:auto;
}

body 
{
	background-color:Black;
	scrollbar-face-color: #7F1518;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #7F1518;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
	
	margin-top:10px;
	font-family: Arial;
	font-size:12px;


}

#wrapper
{
	position:absolute;
	width:916px;
	height:600px;
	left: 50%;
	margin-left: -458px;
}
#menu
{
	height: 33px;
	
	
}
#header
{
	height: 25px;
	
}
#contentwrapper
{
	background-position: 16px 68px;
	height: 479px;
	overflow: auto;
	margin-right:12px;
}


#footer
{
	height: 11px;
	
	
}




h1
{
	color:#7F1518;
	font-size:18px;
}

h2
{
	color:#7F1518;
	font-size:15px;
	font-style:italic;
}

body.mceContentBody
{
	background: #FFFFFF;
}


a:link, a:visited
{
	color:#7F1518;
}

#home
{
	
	position:absolute;
	width:255px;
	bottom:0px;
	right:0px;
	
	
	
}