﻿h1{
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}

h2{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 0;
}

h3{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;
	
	margin-top: 10px;
}

h4{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}

h5{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	margin: 0;
	margin-bottom: 10px;
}

a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
  color: #990000;
  text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
}

body{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background:#e4e5de;
	z-index:5;
	background-image:url(../images/wheel_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#header {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:50px;
  z-index:1;
  background:#000000;
       }
      
#menu{	
  position:fixed;
  top:45px;
  left:0;
  width:220px;
  margin-left:0px;
  padding:5px;
  background:#e5e4de;
  min-height:1000px;
  overflow:hidden;
  height:450px;
  color:#000000;
  font-size:12px;
	border-right: double 3px #999999;
	border-bottom: double 3px #999999;
	}	
	
#MainContainer{
position:absolute;
top: 0px;
margin:53px 0em 2em 233px;
padding: 0px;
color:#990000;
font-size:16px;
background:#e5e4de;

}

#column1{	
	position: relative;
	margin-top:-2px;
	left:auto;
	float: left;
	width:  auto;
	height: auto;
	min-height:444px;
	padding: 5px;
	padding-top: 20px;
	margin-left:2px;
	border:double 2px #666666;

}	

#column2
{
  position: relative;
	margin-top:0px;
	left:auto;
	float: left;
	width:  auto;
	max-width:700px;
	height: auto;
	min-height:444px;
	padding: 5px;
	margin-left:14px;
	color:Black;
	}
#column2 a
{
  
}

#column3
{
  
	position: relative;
	margin-top:-2px;
	left:auto;
	float: left;
	width:  auto;
	height: auto;
	min-height:444px;
	padding: 5px;
	padding-top:20px;
	margin-left:-2px;
	border:double 2px #666666;

}

#column4
{
	position: relative;
	margin-top:-2px;
	left:auto;
	float: left;
	width: 600px;
	height: auto;
	min-height:444px;
	padding: 10px;

}
