*{ margin:0;}
html,body{ height:100%;}
body{
        background-color:#060504;
        margin:0 auto;
        font-family:Tahoma, Arial, Verdana;
        font-size:12px;
        color:#fff;
}

h2{
        font-family:Georgia, "Times New Roman", Arial;
        font-size:21px;
        color:#d7800e;
        font-weight:normal;
        margin:0;
        margin-top:15px;
        margin-bottom:10px;
}

a{ color:#d7800e; text-decoration:underline;}
a:hover{ color:#d7800e; text-decoration:none;}

#Logo img, #Preferred img, #Footer img{ behavior: url(/live_tpl/css/pngbehavior.htc);}

#HeaderContainer,
#MenuContainer,
#FooterContainer{ width:100%;}

#Header,
#Menu,
#Content,
#HomeBoxes,
#Footer{ margin:0 auto; width:900px;}

#HeaderContainer{
        background:url(../img/HeaderBg.jpg) repeat-x center top;
        height:177px;
}
#MenuContainer{
        background:url(../img/MenuBg.jpg) repeat-x center top;
        height:37px;
        z-index:0 !important;
}
#FooterContainer{
        background:url(../img/FooterBg.jpg) repeat-x center bottom;
        height:191px;
}

.push{ clear:both; height:191px;}
#Sidebar,#MenuContainer{ position:relative;}
#Menu{
        font-family:Georgia, "Times New Roman", Arial;
        height:37px;
}

#Logo{
        width:288px;
        height:177px;
}#Logo img{ margin-top:20px;}

#Preferred{
        width:285px;
        height:210px;
        position:absolute;
        top:-221px;
        left:-10px;
        z-index:999;
}

#WrapperContainer{
        min-height:100%;
        height:auto !important;
        height:100%;
        margin:0 auto -191px;
}

#Content{
        font-size:12px;
        color:#fff;
        line-height:21px;
        padding:15px 0;
}

#Slideshow{
        float:left;
        background:url(../img/SlideshowBg.jpg) no-repeat 0 0;
        padding:16px 0 0 19px;
        width:279px;
        height:369px;
}

#Text{
        float:left;
        padding:0 15px;
        padding-left:20px;
        width:295px;
        height:385px;
}

#Sidebar{
        float:right;
        width:272px;
        height:385px;
}#Sidebar img{ margin:5px 0; border:none;}

#HomeBoxes{ padding:15px 0; height:217px;}
.BoxContainer{
        float:left;
        width:285px;
        height:247px;
}
.BoxContainer .Box{
        background-color:#181818;
        width:285px;
        height:224px;
}
.BoxContainer .ViewMore{
        line-height:23px;
        width:285px;
        height:23px;
}.BoxContainer .ViewMore a{
        color:#888;
        text-decoration:none;
}.BoxContainer .ViewMore a:hover{
        color:#fff;
}

#FooterInfo{
        float:left;
        text-align:right;
        padding-top:56px;
        margin:0 auto;
        width:565px;
}#FooterInfo a{
        color:#000;
        text-decoration:none;
}#FooterInfo a:hover{
        color:#333;
        text-decoration:underline;
}
