html, body, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}
h1 img {
    display: block;
}
img {
    border: 0 none;
}
a {
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #FF7F00;
    text-decoration: underline;
}
.left {
    float: left;
}
.right {
    float: right;
}
.more {
    text-align: right;
}
.clear {
    clear: both;
}
body {
    background: url("images/page_bg.jpg") repeat-x scroll 0 0 #8E0D0D;
    color: #565656;
    font: 11px/13px arial,helvetica,sans-serif;
    text-align: center;
}
#wrapper {
    margin: auto;
    position: relative;
    text-align: left;
    width: 788px;
}
#left {
    left: 0;
    position: absolute;
    top: 0;
    width: 268px;
}
#right {
    left: 268px;
    position: absolute;
    top: 0;
    width: 520px;
}
#left {
    background: url("images/logo.jpg") no-repeat scroll 0 0 transparent;
    padding-top: 30px;
}
#left h1 {
    color: #6C0505;
    font: 28px verdana,serif;
    height: 709px;
    text-align: center;
}
#copyright {
    color: white;
}
#copyright p {
    margin: 0 1em 0.5em;
}
#nav {
    background: url("images/header.jpg") no-repeat scroll 0 0 transparent;
    height: 108px;
}
#nav ul {
    margin: 0;
    padding: 0 0 0 30px;
}
#nav li {
    border-right: 1px solid #A26A6B;
    float: left;
    list-style: none outside none;
    padding: 66px 9px 9px;
}
#nav li.last {
    border-right: medium none;
}
#nav a {
    color: #CECECE;
    font: 12px arial,sans-serif;
}
#nav .selected a {
    font-weight: bold;
}
#body {
    background: url("images/body_bg.jpg") repeat-y scroll 0 0 transparent;
}
#body-top {
    background: url("images/body_top.jpg") no-repeat scroll 0 0 transparent;
}
#body-bot {
    background: url("images/body_bot.jpg") no-repeat scroll left bottom transparent;
    padding: 36px 39px 19px;
}
#body h2 {
    font-size: 14px;
    line-height: 17px;
    margin: 18px 0 9px;
    padding: 0;
}
#body h3 {
    color: #660505;
    font: 14px "Times New Roman",serif;
    margin-bottom: 1.1em;
    margin-top: 1.4em;
}
#body h4 {
    color: #660505;
}
#body p {
    margin: 0 0 7px;
    padding: 0;
}
#body ul {
    margin-top: 0;
}
#body .left {
    margin: 0 26px 0 0;
}
.body-hr {
    background: url("images/body_hr.jpg") no-repeat scroll left bottom transparent;
    clear: both;
    height: 43px;
    margin: 10px -39px;
}
#footer-1 {
    color: #660505;
    float: left;
    font: 14px "times new roman",serif;
    margin-top: 5px;
    padding-right: 30px;
    text-align: center;
    width: 104px;
}
#footer-1 strong {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
#footer-2 {
    color: #000000;
    float: left;
    font: 18px/34px "times new roman",serif;
    margin-left: 12px;
    width: 154px;
}
#footer-2 .left {
    margin-right: 12px;
}
#footer-3 {
    color: #000000;
    float: left;
    font: 14px "times new roman",serif;
    margin: 0;
    text-align: center;
    width: 135px;
}
#footer-3 .left {
    margin-right: 12px;
}

