*
{
	padding: 0;
	margin: 0;
}

img
{
	border: none;
}

body 
{
	text-align: center;
	font-family: Georgia, sans-serif;
	line-height: 1.4em;
	font-size: 15px;
	color: #333;
	background: #ab4822 url(/images/bg_red.gif) left top repeat-x;
}

#header
{
	margin: 30px 0 10px 5px;
}

#header p
{
	text-align: left;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

#header a
{
	font-size: 10px;
	color: #fff;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 775px;
}

#content-wrapper
{
	border: 5px solid #53584a;
}

#menu ul
{
	list-style: none;
	background-color: #f7f1e3;
	height: 70px;
	padding: 0 15px;
}

#menu li
{
	float: left;
	margin: 0 2px;
	line-height: 70px;
}

#menu li a
{
	font-family: "Trebuchet MS", sans-serif;
	padding: 10px 6px;
	font-weight: bold;
	font-size: 15px;
	color: #a64e00;
	text-decoration: none;
}

#menu li a:hover
{
	background-color: #e8d5a8;
}

#menu li a.on
{
	border: 1px solid #e8d5a8;
	background-color: #fff;
	color: #000;
}

#content
{
	border-top: 2px solid #e8dab8;
	background-color: #ffffff;
	padding: 20px;
}

#content h1, h2
{
	font-size: 24px;
	margin-bottom: 5px;
	color: #a1480b;
}

#content h2
{
	font-size: 16px;
	margin-bottom: 0;
}

#content p
{
	margin-bottom: 15px;
}

#content p
{
	margin-bottom: 15px;
}

a
{
	color: #aa3912;
}

a:hover
{
	color: #d14913;
	text-decoration: none;
}

.clear
{
	clear: both;
}

blockquote
{
	width: 312px; padding: 10px 10px 28px 10px; margin: 0 0 15px 20px; background-color: #fdf7e1; border: 1px dotted #c0c0c0; font-size: 14px; font-style: italic; font-weight: bosld;	
	
}

blockquote span
{
	float: right; font-size: 10px; font-style: normal; font-weight: normal;	
}