@CHARSET "UTF-8";
div, p, h1, h2, h3, h4, ul, ol, a, img, li, body,
form, blockquote, fieldset, label, abbr, span,
dt, dl, dd, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    min-width: 829px;
    font-size: 13px;
    line-height: normal;
    font-family: Georgia, serif;
    color: #000;
    background: #525252;
    line-height: 175%;
}
h1 {
    background: #691e21 url('/images/header-bg.gif') repeat-x 0 0;
	height: auto !important;
	height: 99px;
	min-height: 99px;
	padding: 21px 113px 0 10px;
}
h1 a {
    background: url('/images/header.gif') no-repeat 0 0;
    text-indent: -5000em;
    color: #fff;
	text-decoration: none;
	display: block;
	line-height: 85px;
	height: 85px;
	width: 706px;
	margin: 0 auto;
}
h2 {display: none;}
h3 {
    padding-top: 20px;
	font-size: 1.4em;
	margin-bottom: 24px;
}
p {margin-bottom: 24px;}
a {color: #000;}
#menu {
    background: #fff url('/images/menu-bg.gif') repeat-x 0 0;
	float: left;
	width: 100%;
}
#menu ul {
    background: #fff url('/images/menu-bg.gif') repeat-x 0 0;
    margin: 0 auto;
	width: 809px;
	list-style: none;
    padding: 3px 10px 0;
	text-align: center;
}
#menu li {
    float: left;
    display: block;
    margin-right: 6px;
}
#menu li a {
    background: #000 url('/images/button-bg.gif') no-repeat 100% 0;
    padding-right: 10px;
    display: block;
    text-decoration: none;
}
#menu span {
    line-height: 15px;
    background: url('/images/button-bg.gif') no-repeat 0 0;
    padding: 15px 0 14px 10px;
    color: #e0e5e5;
    font-weight: 700;
	display: block;
}
#menu a:hover, #menu li.active a,
#menu a:hover span, #menu li.active span {background-image: url('/images/button-on-bg.gif');}
#content {
    clear: both;
	float: left;
	width: 100%;
	height: auto !important;
	height: 565px;
	min-height: 565px;
	padding-top: 44px;
	background: #fff url('/images/content-bg.gif') repeat-x 0 100%;
	position: relative;
}
#content .image {
    position: absolute;
	right: 50%;
	top: 44px;
	margin-right: -414px;
}
#content .text {
	width: 380px;
	margin: 0 auto;
	padding: 0 409px 0 40px;
}
#footer {
    background: #535353 url('/images/footer-bg.gif') repeat-x 0 0;
	padding-top: 6px;
	height: auto !important;
	height: 48px;
	min-height: 48px;
	clear: both;
	color: #666;
	line-height: 48px;
	text-align: center;
	width: 100%;
}
#footer p {
    margin: 0 auto;
    width: 829px;
}
#footer a {
    color: #666;
	text-decoration: none;
	font-weight: 700;
}
#footer a:hover {text-decoration: underline;}