@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0px 0px 30px 0px;
	background: #210803;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#container
{
	width: 800px;
	margin: auto;
	background-image: url(images/content_background.jpg);
	background-repeat: repeat-y;
}

#title
{
	width: 800px;
	height: 78px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}

#left
{
	width: 280px;
	padding: 0px 10px 0px 0px;
	float: left;
	color: #8d6b65;
	font-size: 11px;
}

#left a
{
	color: #8d6b65;
}

#left p
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#left .points
{
	color: #8d6b65;
	font-size: 18px;
	font-weight: bold;
}

#right
{
	width: 500px;
	padding: 10px 0px 75px 10px;
	float: left;
	color: #fff;
	text-align: right;
	background-image: url(images/bottom_logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.email a
{
	color: #fff;
}

.footer
{
	color: #8d4f43;
	text-align: center;
}

.footer a
{
	color: #8d4f43;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}


#logo
{
	width: 280px;
	height: 78px;
	float: left;
}

#menu
{
	width: 520px;
	height: 50px;
	padding: 28px 0px 0px 0px;
	margin: 0px;
	float: left;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	height: 30px;
	color: #fff;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu ul li { display: inline; }

#menu ul li a
{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	height: 25px;
	color: #8F6966;
	text-decoration: none;
	float: right;
	width: 170px;
	text-align: center;
}

#menu ul li a:hover
{
	background: #2b0d07;
}