body
{
	margin: 0;
	padding: 0;
	font: 90% arial, hevetica, sans-serif;
	text-align: center;
	color: #33;
	background-color: white;

}
a img {border: none; }
a:link { color: #CC6600; }
a:visited { color: #993300; }

a:hover, a:active
{
	color: #FF9933;

}

h2
{
	color: #CC6600;
	font: 16px georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #993300;
	font: 14px georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
text-align: center;
border-bottom: 1px solid black

}

h3 a { text-decoration: none; }

#container
{
	margin: 1em auto;
	width: 745px;
	text-align: left;
	border: 1px none #fff;
}

#header
{
	height: 80px;
	width: 100%;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #c97f36;

	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{font: 100% arial, sans serif;
	font-size: 48px;
	font-style: bold;
	text-align: center;
	padding-top: 20px;
	color: white;
	margin: 0;
	padding: 10;
}

#mainnav ul { list-style-type: none; 
		font-size: 16px;}
#mainnav li { display: inline; }


#menu
{
	float: right;
	width: 165px;
	border-left: 2px solid #993300;
	padding-left: 15px;
}

#menu ul{ 
font-size: 12px;}

#contents { margin: 0 200px 20px 0px; }
#contents p { 
font: 95% arial, sans serif;
line-height: 110%; }
.imagefloat { float: right; }


#widemenu ul
{
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 125%;
}

#footer
{
	clear: both;
	color: black;
	text-align: right;
	font-size: 90%;
}


