body
{
	margin: 30px 0;
	padding: 0;
	background: #705645;
	font-family: trebuchet ms, arial, verdana, georgia, tahoma, times new roman;
	font-size: 85%;
}

img
{
	border: 0;
}

#topshadow
{
	margin: 0 auto;
	width: 860px;
	height: 40px;
	background: #CF9F70 url('../images/topshadow.jpg') repeat-y;
}

#bottomshadow
{
	margin: 0 auto;
	width: 860px;
	height: 40px;
	background: #CF9F70 url('../images/bottomshadow.jpg') repeat-y;
}

#outercontainer
{
	margin: 0 auto;
	width: 860px;
	background: #CF9F70 url('../images/backgroundouter-container.jpg') repeat-y;
}

#container
{
	margin: 0 auto;
	width: 768px;
	padding: 15px;
	background: #FFF;
}

#header
{
	width: 768px;
	height: 120px;
	border-bottom: 2px solid #C1AB9B;
}

#headerleft
{
	float: left;
	width: 500px;
	height: 120px;
	background: #FFF url('../images/background-header.png');
}

#headerright
{
	float: right;
	width: 268px;
	height: 120px;
	background: #FFF url('../images/background-headerright.png');
}

#menu
{
	width: 768px;
	height: 42px;
	background: #FFF url('../images/menu-background.png') repeat-x;
}

#menu ul
{
	margin: 0;
	padding: 0;
	height: 38px;
	list-style-type: none;
	border-bottom: 2px solid #C1AB9B;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 12px 30px;
	color: #CF9F70;
	text-decoration: none;
	font-weight: bold;
	color: #705645;
	border-right: 1px solid #FFF;
}

#menu ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	background: #CF9F70 url('../images/menu-background-hover.png') repeat-x;
}

#main
{
	width: 740px;
	padding: 15px 15px 0 15px;
	background-image: url('../images/main-background.gif');
	background-repeat: repeat-y;
	line-height: 160%;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main h1, h2
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 180%;
	border-bottom: 1px solid #A5836B;
	color: #333;
	letter-spacing: -1px;
	font-family: georgia;
}

#mainleft
{
	float: left;
	width: 385px;
	padding: 0 15px 0 0;
}

#mainleft table
{
	width: 100%;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#mainleft table td
{
	width: 190px;
}

#mainright
{
	float: left;
	width: 325px;
	margin: 0;
	padding: 0 0 0 15px;
}

#mainright object
{
	margin: 0 0 15px 0;
}

#mainright ul
{
	margin: 0 0 0 30px;
	padding: 0;
}

#bottom
{
	clear: both;
	width: 740px;
}

#footer
{
	width: 770px;
	border-top: 2px solid #A5836B;
	color: #B0763C;
	padding: 15px 0 0 0;
	text-align: right;
	font-size: 11px;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#footer a
{
	color: #82572D;
	text-transform: capitalize;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
}