

body{
margin:0;
padding:0;
/*line-height: 1.3em;*/
font-family: arial, helvetica, sans-serif;
color: #333;
}

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

#maincontainer{
width: 800px; /*Width of main container*/
/*margin: 0 auto; *//*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 186px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-right: 160px; /*Set right margin to RightColumnWidth*/
font-size: 0.85em;
}

#contentcolumn h1 {
border-bottom: 1px solid #964a0d;
padding-bottom: 10px;
}

#rightcolumn{
float: left;
width: 160px; /*Width of right column*/
margin-left: -160px; /*Set left margin to -(RightColumnWidth) */
background: #964a0d;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
border-top: 1px dotted gray;
}

/*
#footer a{
color: #FFFF80;
}
*/

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

/*custom*/
/*--------------*/

/*form*/
label {display: block;}

/*inline photos*/
.photoright {float: right; padding:2px 0px 8px 10px; margin: 0;}
.photoleft {float: left; padding:2px 10px 8px 0px; margin: 0;}

/*menu */

#menu { 
	width: 100%
	background-color: #964a0dh;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	line-height: 35px;
	}
	
#menu a
{
display: block;
padding-right: 20px;
background-color: #964a0d;
border-bottom: 0px solid #eee;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 1.2em;
font-weight: 400;
color: #fff;
text-align: right;
text-decoration: none;
}

#menu ul
{
margin: 75px 0 0 0;
padding: 0;
list-style-type: none;

}

#menu a:link, a:visited, a:active
{
color: #eee;
text-decoration: none;
}

#menu a:hover
{
background-color: #fff;
color: #964a0d;
}

a:link {
	color: #964a0d;
	text-decoration: underline;
		}

		
a:visited {
	color: gray;
	text-decoration: underline;
		}

a:hover {
	color: #964a0d;
	text-decoration: none;	
	}

		

a:active {
	color: #964a0d;
	text-decoration: underline;
		}

