body {
	background-color: #d4d2bf;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#wrapper {
	width: 871px;
	margin: 0 auto;
	background: White url(../images/bkgnd.png) repeat-y;
	padding: 0 14px 0 10px;
	position: relative;
}

h1 {
	height: 175px;
	background: #adab9d url(../images/logo.png) no-repeat;
}

h1 span
{
	display: none;
}

h2, h3 {
	color: #adab9d;
}

blockquote
{
	font-style: italic;
	font-size: smaller;
}

a
{
	color: #8d8b7f;
}

li
{
	margin: 10px 0;
}

ul#menu
{
	position: absolute;
	left: 500px;
	top: 112px;
	border: 1px solid #cae2ab;	
	list-style-type: none;
	margin: 0 30px 0 0;
	padding: 0;
}

ul#menu li
{
	margin: 0;
	padding: 10px;
	display: block;
	float: left;
}

ul#menu li a
{
	text-decoration: none;
}

ul#menu li a:hover
{
	text-decoration: underline;
}

#content, #footer
{
	padding: 10px 20px;
}

#footer, #footer a
{
	color: #adab9d;
	font-size: 12px;
	text-align: center;
}

