@charset "utf-8";
/* CSS Document */

body
{
	margin: 20px;
	padding: 0px;
	background: #FFF url(/images/background4.jpg);
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #52543D;
}

a:active, a:visited, a:link
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #4F3A31;
	text-decoration: none;
}

#container
{
	margin: 0px auto;
	width: 560px;
}

#header
{
	width: 560px;
	height: 120px;
	border:1px solid #9F9F71;
	background: #FAFAF8 url(/images/logo.jpg);
	border-bottom: 0px;
}

#menu
{
	width: 540px;
	padding: 5px 10px;
	border:1px solid #9F9F71;
	margin-bottom: 10px;
	text-align: right;
	background: #FAFAF8;
}

#container2
{
	border:1px solid #9F9F71;
	background: #FAFAF8;
}

#content
{
	width: 560px;

	line-height: 150%;
}

#content h2
{
	border-bottom: 1px dashed #808080;
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 8px;
	font-size: 175%;
}

.overflow
{
	overflow: auto;
	width: 560px;
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 540px;
	padding: 5px 10px;
	border:1px solid #9F9F71;
	margin-top: 10px;
	text-align: right;
	background: #FAFAF8;
}

