body{
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	line-height: 160%;
	background: #ddd url(images/bg.gif) repeat-x;
}
div#frame{
	margin: 0 auto;
	width: 760px;
	background: #fff url(images/nav_bg.gif) left repeat-y;
}
div#header{
	height: 280px;
}
div#header img{
	float: left;
	clear: left;
}
ul#nav{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em 0;
	background: #8A7A3F;
	list-style-type: none;
}
ul#nav li{
	float: left;
	width: 160px;
	border-bottom: 1px solid #7A6A31;
}
ul#nav li a{
	display: block;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}
ul#nav li a:hover{
	text-decoration: none;
	color: #fff;
	background: #A8985B;
}
ul#nav li a.current, ul#nav li a.current:hover{
	background: #7A6A31;
}
div#content{
	float: left;
	width: 600px;
}
div#footer{
	padding: 10px 20px;
	background: url(images/bottom_bg.gif) bottom left no-repeat;
	text-align: right;
	font-size: 60%;
	clear: both;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 10px 10px 0 10px;
	font-family: georgia, times, serif;
}
p{
	padding: 0 10px 10px 10px;
	margin: 0;
}
h2{
	color: #785B34;
}
h3{
	color: #999;
}
a{
	color: #369;
	text-decoration: none;
}
a:hover{
	color: #69c;
	text-decoration: underline;
}