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: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    background: #321702 url("../images/bg.jpg") repeat center top;
    padding-top: 90px;
    color: #000;
    font-family: Georgia;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}
table
{

    font-family: Georgia;
   text-align:left;
}

#container {
    background: #e5d5b3 url("../images/container_bg.jpg") no-repeat left top;
    width: 1031px;
    height: 760px;
    margin: 0px auto;
    text-align: left top;
    overflow: visible;
}

#logo {
    text-align: center;
    height: 140px;
    overflow: visible;
    background: url("../images/stars.gif") no-repeat center 70px;
    margin-bottom: 20px;
}

#logo a  {
    display: block;
    width: 422px;
    height: 209px;
    background: url("../images/logo.gif") no-repeat left top;
    margin: 0px auto;
    position: relative;
    cursor: pointer;
    top: -70px;
    text-indent: -1000px;
    overflow: hidden;
}

/*
* html #logo a {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/logo.png', sizingMethod='crop');
}
*/

.center_images {
    text-align: center;
    padding-bottom: 18px;
}

.left_image {
    float: left;
    margin-left: 50px;
}

.right_image {
    float: right;
    margin-right: 50px;
}

p {
    font-family: Georgia;
    line-height: 17px;
    padding: 15px 80px;
    font-size: 15px;
}

#footer {
    font-size: 10px;
    padding: 10px 0px 20px;
    width: 1031px;
    margin: 0px auto;
    text-align: left;
    color: #fff;
}

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

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

.footer_left {
    width: 480px;
    float: left;
    padding-left: 15px;
}

.footer_right {
    width: 480px;
    float: right;
    padding-right: 15px;
    text-align: right;
}