html
{
    height:100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, verdana, helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	font-size: 12pt;
	height:100%;
}

#banner
{
	padding: 0;
	width: 100%;
	height: 103px;
	color: #ffffff;
	background-color: #330000;	
}

#bannerTop
{
    padding: 0;
	width: 100%;
	height: 55px;
	color: #ffffff;
	background-color: #000000;		
}

#logo
{
	position:absolute;
	top:10px;
	right: 10px;
}

#container
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 100%;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	position:relative;
}

#menubar
{
	height: 24px;
	background-color: #330000;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	width: 100%;
}


#submenu
{
	height: 24px;
	background-color: #660000;
	color: #ffffff;
	width: 100%;
}


#content
{
	width: 1000px;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	margin-left: -1px;
	
}

#main_content
{
	width: 900px;
	padding: 20px;	
}

#sidebar
{
	float: right;
	width: 300px;	
	border-left: solid 1px #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

img
{
    border: 0;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
	color: #CC0000;
}

h2
{
	font-size: 14pt;
	font-weight: normal;	
}

h3
{
	font-size: 12pt;
	font-weight: normal;
}


#footer {
	position: fixed;
	bottom: 0px;
	width: 1000px;
	border-top: 1px solid #ffffff;
	height: 41px;
    margin: 0px auto;  
    
    color: #ffffff;
	background: #660000;
}


#footerLinks {
	height: 30px;	
    color: #000000;
	width: 200px;
	position: fixed;
	background: #660000;
	bottom: 0px;
	margin-left: 800px;
	text-align:right;
}

