@charset "utf-8";

*{ margin: 0; }
html, body { height: 100%; }

body {
        margin:0 auto;
        padding: 0px;
        background-color:#000;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

#box{
        background:url(../img/banner.png) center top no-repeat;
        width:900px;
        margin:0 auto;        
        min-height:600px;
        font-size:12px;
        color:#c3c2c2;
}
#banner{
        margin-left:326px;
        padding-top:64px;
        width:574px;
        font:bold 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
        line-height:32px;
        color:#FFF;
}
#nav{
        margin-left:321px;
        margin-top:12px;
        width:560px;
        color:#e9312d;
}
#pagetext{
        padding:22px;
        line-height:22px;
}
#pagetext h2,h3{
        color:#FFF;
        font:bold 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
        line-height:36px;
        margin:22px 0;
        padding:0;
        letter-spacing:-3px;
}
#pagetext strong{
        color:#e9312d;
}
#pagetext a{
        color:#3081b9;
        text-decoration:underline;
}
#pagetext a:hover{
        color:#3eadf9;
        text-decoration:none;
}
#pagetext img{
        border:1px solid #FFF;
        border-left-width:4px;
}
#push {
        height: 51px;
}

#footer{
        width:100%;
        margin:0;
        height:47px;
        background-color:#041520;
        border-bottom:4px solid #e9312d;
}
#footer a{
        color:#387198;
        text-decoration:none;
}
#footer a:hover{
        color:#4488b6;
        text-decoration:underline;
}
#footer div{
        width:860px;
        margin:0 auto;
        color:#2d5c7c;
        height:47px;
        line-height:47px;
        font-size:12px;
}
#footer div span.left{
        float:left;
        text-align:left;
        width:48%;
}
#footer div span.right{
        float:right;
        text-align:right;
        width:48%;
}
