body
{
background: #888888;
font-family: Verdana, Arial, sans-serif; 
font-size: 11px;
#background:url(image/background.png) repeat-x top #333333;
}

#main
{
	background: #7c5141;
	width: 790px;
	border: 2px solid #000000;
}

#header
{
	background: url('image/logo.jpg');
	height: 114px;
}

#navigation	
{
	text-align: center;
	margin: 10px 0px 3px 0px;
}

#content
{
	background: #FCF8F0;
	padding: 10px 10px;
	margin: 0px 10px 10px 10px;
	text-align: left;
	border: 1px solid #552800;
}

#footer
{
	text-align: left;
	border-top: 0px solid #000000;
	color: #000000;
	font-size: 10px;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

#footer a:hover
{
	color: #656565;
	text-decoration: underline;
}
