* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Georgia, Times, serif;
    text-align: center;
    color: #2E2E20;
    background: #6B0003;
}

h1 {
    float: left;
    width: 415px;
    height: 109px;
    margin-top: 16px;
    padding-right: 60px;
    font: 36px Georgia, Times, serif;
    text-align: right;
    color: #D4C9BC;
}

h2 {
    float: right;
    width: 415px;
    padding: 50px 0 0 60px;
    font: italic 18px/24px Georgia, Times, serif;
    text-align: left;
    color: #D4C9BC;
}

h1 span, h2 span {
    color: #D0A47A;
}

h3 {
    text-align: center;
    color: White;
}

h4 {
    font: bold 16px/24px Georgia, Times, serif;
}

p {
    padding: 5px 0;
    font: 16px/24px Georgia, Times, serif;
    text-align: justify;
}

a {
    font-weight: bold;
    color: #295688;
    text-decoration: none;
}

a:hover {
    color: #5290A7;
    text-decoration: none;
}

img {
    display: block;
    float: left;
    margin: 5px 10px 5px 0;
    border: 10px solid #D5C9BD;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 178px;
    background: #6B0003 url(images/header.jpg);
}

#hor_bar {
    clear: both;
    margin: 0 70px;
    height: 53px;
    background: Black url(images/hor_bar.gif) no-repeat;
}

#search {
    position: absolute;
    top: 138px;
    left: 83px;
    padding: 24px;
    width: 156px;
    height: 32px;
    background: #AA324B url(images/search.gif);
}

#search input.text {
    float: left;
    display: block;
    padding: 3px 2px 0 2px;
    width: 100px;
    height: 23px;
    font-size: 16px;
    color: #2E2E20;
    background: #E2B4BE;
    border: 3px solid White;
}

#search input.submit {
    float: right;
    display: block;
    width: 32px;
    height: 32px;
    background: #979797 url(images/search_but.gif) no-repeat;
    border: none;
}

#menu {
    float: right;
    width: 580px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    padding: 0 15px;
    font: 18px/53px Georgia, Times, serif;
    text-decoration: none;
    color: #D4C9BC;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: White;
}

#middle {
    width: 100%;
    min-width: 950px;
    text-align: center;
    background: #D4C9BC url(images/bg.jpg);
}

#middle_2 {
    margin: 0 auto;
    width: 950px;
    background: #D4C9BC url(images/bg.jpg);
}

#middle_3 {
    margin: 0 70px;
    width: 810px;
    text-align: left;
    background: #CDC1B3 url(images/bg2.jpg);
}

#left {
    float: left;
    padding: 65px 13px 0 13px;
    width: 204px;
}

#left h3 {
    font: 20px/42px Georgia, Times, serif;
    background: #D1C5B7 url(images/lefth3.jpg);
}

#left ul {
    list-style: none;
    padding: 10px 15px 15px 15px;
    background: url(images/box.jpg) repeat-x top;
}

#left ul.lastul {
    padding-bottom: 0;
}

#left ul li {
    padding: 0;
    height: 22px;
}

#left ul li a {
    padding: 0;
    font: 16px/22px Georgia, Times, serif;
    color: #2E2E20;
}

#left ul li a:hover {
    color: #888874;
}

#right {
    float: right;
    padding: 20px 15px 0 0;
    width: 550px;
}

#right h3 {
    padding-top: 15px;
    font: 22px/33px Georgia, Times, serif;
    text-align: center;
    color: White;
}

#right h3 span {
    background: #D1C5B7;
}

.box {
    margin: 10px 0 20px 0;
    background: url(images/box.jpg) repeat-x top;
}

#lastbox {
    margin-bottom: 0;
}

#pad {
    clear: both;
    height: 15px;
    overflow: hidden;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding-bottom: 63px;
    width: 950px;
    height: 1%;
    background: #6B0003 url(images/footer.jpg) no-repeat bottom;
}

#footer_2 {
    margin: 0 70px 20px 70px;
    text-align: center;
    background: #CDC1B3 url(images/bg2.jpg);
}

#footer p {
    font-size: 14px;
    text-align: center;
}

#footer p.copyright {
    padding: 20px 15px 0 15px;
    text-align: center;
}
