body
{
	background-image: url(interface/background.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 0;
	font-family: Verdana;
	font-size: 12px;
}
#content
{
	margin: 0 auto 10px auto;
	width: 792px;
	position: relative;
	display: block;
	background-color: #f7f7f7;
	padding: 0 0 20px 0;
}
#background
{
	width: 100%;
	float: left;
	display: block;
	background-color: #f7f7f7;
	padding: 0 0 20px 0;
}
#logo
{
	float: left;
	display: block;
	width: 732px;
	height: 106px;
	padding: 23px 0 0 30px;
	background-image: url(interface/logo.jpg);
	background-repeat: no-repeat;
	background-position: 30px 23px;
}
#menu
{
	width: 700px;
	height: 27px;
	float: left;
	clear: both;
	background-image: url(interface/menu_bg.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 54px;
	text-align: center;
	display: block;
	color: #000;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	background-position: 54px top;
}
#menu ul
{
	list-style-type: none;
	margin: 0 auto 0 auto;
}
#menu ul li
{
	float: left;
	width: 20%;
}
a
{
	color: #c00;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#menu ul li a
{
	color: black;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: #c00;
}
#left
{
	float: left;
	width: 550px;
	display: block;
	padding: 20px 18px 20px 32px;
	margin: 0;
}
#full
{
	float: left;
	width: 700px;
	display: block;
	padding: 20px 18px 20px 32px;
	margin: 0;
}
#right
{
	float: left;
	width: 160px;
	display: block;
	background-color: #e7e7e7;
	border-color: #cfcfcf;
	border-width: 1px;
	border-style: solid;
	margin: 35px 0 0 0;
	padding: 5px;
	font-size: 11px;
}
#left h1, #full h1
{
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	width: 459px;
	background-image: url(interface/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: 10px;
	height: 25px;
}
#right h1
{
	font-size: 13px;
}
#right h2
{
	color: #c00;
	font-size: 11px;
	margin: 15px 0 3px 0;
}
#copyright
{
	float: left;
	clear: both;
	width: 100%;
	background-image: url(interface/copyright_bar.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#copyright #cop
{
	background-color: #f7f7f7;
	padding: 0 5px 0 5px;
	margin: 3px auto 0 auto;
	font-size: 10px;
	width: 100px;
}
#footer
{
	font-size: 9px;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
}
#footer a
{
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}