@charset "UTF-8";

body
{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;

    background: url('images/bodybg.gif');
    text-align: center;
}
#wrapper
{
    position: relative;
    margin: 0 auto;
    padding: 0px 15px;

    width: 750px;
    background: url('images/wrapperbg.png');
}
#wallpaperleft, #wallpaperright
{
    position: absolute;
    top: 65px;
    height: 209px;
    width: 50%;
}
#wallpaperleft
{
    left: 0px;
    background: url('images/bodybgleft.gif') repeat-x;
    background-position: right;
}
#wallpaperright
{
    right: 0px;
    background: url('images/bodybgright.gif') repeat-x;
    background-position: left;
}
#subbanner
{
    border-top: 1px solid #493B23;
    border-bottom: 1px solid #493B23;
}
#banner, #footer
{
    border-top: 1px solid #7BBCC3;
    border-bottom: 1px solid #7BBCC3;
}
#contents
{
    padding: 10px 30px;
}
#footerpic
{
    display: inline-block;
    padding: 10px;
    margin: 15px;

    border: 2px solid #493b23;

    font-size: 0;
}
#footer
{
    position: relative;
    padding: 10px;
    border-bottom: none !important;

    color: #7BBCC3;
    font-family: 'Century Gothic', Helvetica, Arial;
    font-size: 11px;
}
#referer
{
    position: absolute;
    top: 10px;
    right: 5px;

    margin: 0;
    padding: 0;
}
#referer img
{
    border: none;
}
#footer p
{
    text-align: center;
}

#contact h4
{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #493b23;
    margin: 13px 0px;
    font-family: "Century Gothic", Helvetica, Arial;
}
#contact p
{
    text-align: center;
    font-size: 13px;
    color: #336666;
    margin: 4px 0px;
    padding: 0;
}
#contact .label
{
    display: inline-block;
    width: 60px;
    text-align: left;
}
#contact .value
{
    display: inline-block;
    text-align: left;
    width: 250px;
}

#preload
{
    position: absolute;
    top: -100px;
    left: -100px;
}
.preload
{
    width: 1px;
    height: 1px;

    font-size: 0;
    margin: 0;
    padding: 0;
}

.facebookref
{
    position: absolute;
    left: 10px;
    top: 10px;
}
.facebookrefhome
{
    float: right;
    margin-right: 8px;
}
