html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 14px;
    font-family: Times New Roman, Georgia, sans-serif;
    text-align: center;
    background: #260204 url("../images/bg.jpg") repeat-x left top;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color:#5b0818;
}

#container {
    width: 721px;
    margin: 0px auto;
    text-align: left;
}

#sound_control {
    text-align:right;
    padding: 10px 25px 2px 0px;
    color:#fff;
}

#sound_control a {
    color: #fff;
    text-decoration: none;
}

#sound_control a:hover {
    text-decoration: underline;
}

#main_content {
    background: #f6f0d0 url("../images/container_bg.jpg") repeat-x left top;
    padding: 15px 6px 5px; 
}

#banner {

    width: 710px;
    height: 320px;
    position:relative;
}

#logo {
    position: absolute;
    top: 209px;
    left: 31px;
}

#left_column {
    width: 188px;
    float:left;
    padding: 150px 0px 10px 50px; 
}

#right_column {
    width: 450px;
    float: right;
    padding: 30px 0px 0px;
  min-height:400px;
  height:auto !important;
  height:400px;

}

.navigation {
    border-top: solid 1px #000;
}

.navigation a {
    display: block;
    text-align: center;
    border-bottom: solid 1px #000;
    line-height: 16px;
    padding: 7px 0px;
    color: #5b0818;
    text-decoration: none;
}

.navigation a:hover {
    font-weight: bold;
}

p {
    line-height: 16px;
}

.bottom_links {
    font-size: 13px;
    text-align: center;
    width: 618px;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 16px;
}

.bottom_links a {
    text-decoration: none;
}

.bottom_links a:hover {
    text-decoration: underline;
}


.bottom_links .top_row {
    border-bottom: solid 1px #000;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

#footer {
    padding:5px 5px 10px;
    color: #fff;
    font-size: 13px;
}

#footer img {
    vertical-align: middle;
}

#footer a {
    color: #fff;
    text-decoration: none;
    margin: 0px 2px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .left {
    float:left;
    width: 400px;
}

#footer .right {
    float:right;
    width: 300px;
    text-align: right;
}