body{
background-color: #ffffff;
text-align: center;
min-width: 770px;
margin: 0;
padding: 2;
line-height: 1.5em;
}


body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #804000;
}
a {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #804000;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	color: #804000;
}
h2 {
	font-size: 20px;
	color: #804000;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #804000;
}
h4 {
	font-size: 14px;
	color: #804000;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	color: #804000;
	font-weight: normal;
}
h6 {
	font-size: 24px;
	color: #804000;
	font-weight: bold;
}


b{font-size: 80%;}
em{color: red;}

#maincontainer{
width: 770px; /*Width of main container*/
margin: 2 auto; /*Center container on page*/
background: WhiteSmoke;
}

#topsection{
background: #cc6600;
height: 120px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 4px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 20px;
}

#footer{
clear: left;
width: 770px;
background: #330000;
color: #330000;
text-align: center;
padding: 2px 0;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
