body {
    background: #323232;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 83%;
    line-height: 1.4;
    padding:0;
    margin:0;
}

a 
{
    color: #6e0000;
    text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

input {
    font-family: Arial, Verdana, Sans-Serif;
}

input.default {
    color: #555;
}

#header {
    height: 117px;
    background: #ffffff;
    color: #781111;
}

#header-inner
{
	width:894px;
	margin:0 auto;
	height:117px;
}

#logo
{
	float:left;
	width:117px;
	padding:18px 0 0 35px;
}

#slogan
{
	float:right;
	width:273px;
	padding:60px 31px 0 0;
}

#menu
{
	background:#6e0000;
	height:27px;
}

#home-link
{
	color: White;
    padding: 0px 10px;
    line-height:27px;
    height:27px;
    text-decoration:none;
    float:right;
    display:block;
    margin-right:22px;
}

#home-link:hover
{
	color:#ee2d24;
}

#content
{
	background:#231f20;
}

#content-inner
{
	width:894px;
	margin:0 auto;
	background:url(../images/content-inner-bg.gif) repeat-y;
	padding:0px;
}

#content-left-bg
{
	background:url(../images/content-left-bg.gif) no-repeat top left !important;
	padding:0px;
	overflow:hidden;
	width:100%;
}

#content-right-bg
{
	padding:1px 22px 1px 62px;
	background:url(../images/content-right-bg.gif) no-repeat top right;
}

#custom-menu
{
	height:27px;
	text-align:right;
}

#custom-menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#custom-menu ul li
{
	display:inline;
}

#custom-menu ul li a
{
	line-height:27px;
	padding:0 15px;
	color:#a6a6a6;
	font-size:11px;
	text-decoration:none;
	font-family:Century Gothic, Arial, Sans-Serif;
}

#custom-menu ul li a:hover
{
	text-decoration:underline;
}

#text
{
	background:#ffffff url(../images/text-bg.gif) repeat-y left;
	min-height:500px;
	_height:500px;
}

#left-column
{
	float:left;
	width:333px;
}

#left-text
{
	padding:0 26px;
}

#text-inner
{
	margin-left:333px;
	padding:26px;
}

#footer-inner
{
	width:790px;
	margin:0 auto;
	padding:10px 32px 10px 72px;
}