#container
{
	width: 800px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	border: 1px none gray;
	line-height: 130%;
}

#top1
{
	padding: 0em;
	background-color: #ddd;
	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-color: #ddd;
	height: 200px;
	background: url(../images/banner1b.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-color: #fff;
	color: #000;
	display: block;
	width: 10em;
	height: 1.5em;
	border-bottom: 1px solid #fff;
	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%;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: 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; }


