body {
	color: black;
	background-image: none;
	background-color: #fff8dc;
}

#container
{
	width: 800px;
	margin: 10px auto;
	background: inherit;
	color: #333;
	border: 1px none gray;
	line-height: 130%;
}

#top1
{
	padding: 0em;
	background: inherit;
	height: 100px;
	background: url(../images/banner1a.png) no-repeat center;
	border-bottom: 0px solid gray;
	border: none;
	border-top-style: none;
}

#top2
{
	padding: 0em;
	background: inherit;
	height: 200px;
	background: url(../images/2009banner.jpg) no-repeat center;
	border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#menu a, #menu a:visited {
	text-decoration: none;
	background: inherit;
	color: #000;
	display: block;
	width: 10em;
	height: 1.5em;
	border-bottom: 1px solid inherit;
	border-right: 1px none #000;
	padding: 0.5em;
}
#menu a:hover {
	border-bottom: 1px none #000;
	text-align: left;
	font-weight: bolder;
	text-decoration: underline;
}

#content
{
	margin-left: 200px;
	border-left: 1px solid gray;
	padding: 1em;
	max-width: 36em;
}
#content h1
{
	line-height: 100%;
}

.floatleft
{
	float: left; /*	width: 100px;
	height: 100px;
	background: #F63;*/
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background: inherit;
	border-top: 1px solid gray;
	text-align: center;
	font-size: x-small;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

