@import url("/media/css/editor.css");

html, body{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    font-size:100%;
    font-family:Arial, Verdana, sans-serif;
    background:#8f0000;
}

hr.clear{clear:both;visibility:hidden;}

td{ vertical-align:top;}

a:link, a:visited,a:active{color:#fff;text-decoration:none;}
a:hover{color:#DBC418;}

h2{color:yellow;}

#wrap{
    font-size:.9em;
    width:885px;
    /*min-height:725px;*/
    margin:0 auto;
    background:#fff;
    padding:20px;
    overflow:hidden;
    margin-top:10px;
    border:10px double #6c0d12;
}


#header{
    height:136px;
    width:100%;
    background:#fff;
}

#menu{
    height:116px;
    font-size:1.1em;
}

#logo{
    height:100%;
    width:274px;
    background: url('/media/images/logo.png') no-repeat;
    float:left;
}

#wrap2{
    background:#fff;
    height:98%;
    clear:both;
    padding-top:2%;
}

