body {
    color: #666;
    background: #666 url(http://cdn.beyondeternal.com/sites/autumn/hallbgdtildarkblack_rg.gif);
    font-size: 12px;
}
a {
    color: #944a4a;
    text-decoration: underline;
}
a:hover {
    color: #ada56b;
    text-decoration: underline;
}
strong {
    color: #333;
}
hr {
    border: 0;
    border-top: 1px dashed #666;
}
#wrapper {
    width: 960px;
    margin: 20px auto;
    padding: 10px;
    background: #333 url(http://cdn.beyondeternal.com/sites/autumn/gbi_halloweenset3_bg1.gif);
    border: 1px #333 solid;
}
#header {
    background: #333 url(http://cdn.beyondeternal.com/sites/autumn/hallbgdtablebgd_rg.gif) center center;
    border: 1px #333 solid;
    height: 200px;
    text-align: center;
    font-size: 30px;
    padding: 10px;
}
#header a {
    color: #fff;
    text-decoration: none;
    text-shadow:
        -2px -1px 0 #666,
        2px -1px 0 #666,
        -2px 1px 0 #666,
        2px 1px 0 #666;
}
#header .title {
    width: 500px;
    margin: 40px auto;
    
}
#header .witch {
    float: right;
    width: 150px;
    padding: 10px 20px 0 0;
}
#content {
    clear: both;
    margin: 3px -20px 0 -10px;
    display: table;
    border-spacing: 10px;
}
.content2 {
    display: table-row;
}
#main, .navigation {
    display: table-cell;
    vertical-align: top;
}
#main, .navigation , #banners, #footer {
    background: #333 url(http://cdn.beyondeternal.com/sites/autumn/gbi_halloweenset3_bg3.gif);
    text-align: center;
    border: 1px #333 solid;
}
#main {
    width: 595px;
    padding: 10px;
    float: left;
    height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
}
#main h1 {
    margin: 20px 0;
    color: #ad524a;
    font-size: 24px;
}
#main h2 {
    margin: 5px 0;
    background: #ad524a;
    color: #fff;
    font-size: 15px;
}
#main h3 {
    background: transparent url(http://cdn.beyondeternal.com/sites/autumn/agc_sm_welbl.gif) no-repeat center;
    padding: 40px 0 0 0;
    margin: 5px 0;
    height: 38px;
    text-align: center;
    color: #000;
    font-size: 13px;
}
.navigation {
    width: 150px;
    padding: 5px;
    font-size: 11px;
}
.navigation ul li {
    margin: 0;
    list-style: none;
    padding: 2px 5px;
}
.navigation h3 {
    background: #666;
    padding: 2px 5px;
    margin: 10px 0;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}
#banners {
    background: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
}
#banners table {
    width: 750px;
    margin: 0 auto;
}
#banners table td {
    width: 150px;
    padding: 5px;
    text-align: center;
}
#footer {
    padding: 10px;
    font-size: 10px;
}