body{
    border-top: 5px solid #1B92D4;
    background-color: #e5e5e5;
}
#header img{
    margin: 0 auto;
}
#container{
    width: 1024px;
    margin: 0 auto;
}
#menu{
    background-color: #138ed3;
    
}
#menu li{
    float: left;
    background: #128ed2 url('../img/li.png') no-repeat right center;
    height: 50px;
    font: bold 15px/20px "Century Gothic", arial;
    padding:20px 28px 0px 20px;
    text-align: center;
    position: relative;
}
#menu li a{
    color: white;
    text-decoration: none;
}
#menu li.last{
    background-image: none;
}
#menu li.last .activ{
    left: 30px !important;
}
#menu li.two{
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu li .activ{
    display: none;
}
#menu li#activ .activ{
    display: inline;
    position: absolute;
    bottom: -5px;
    left:50px;
}
#content{
    background-color: white;
}
#content a,#content span{
    color: #1790d3;
    text-decoration: none;
}
#content h1{
    color: #e79e15;
    font: bold 18px/45px "Century Gothic", arial;
    border-bottom: double 4px #efefef;
    margin-bottom: 10px;
}
#content #page{
    float: left;
    width: 710px;
    padding-left: 30px;
}
#content #boxes{
    float: right;
    width: 230px;
    padding-right: 30px;
    font: normal 11px/17px tahoma;
    color: #585858;
    
}
#content #boxes .box{
    border: #efefef 15px solid;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px;
}
#page{
    font: normal 12px/17px tahoma;
    color: #585858;
}
#page p{
    padding: 10px 0;
}
#page h2,#page h2 a{
    font: bold 24px/30px tahoma;
    color: #e79f15;
    text-align: center;
    margin: 20px 0;
}
#page h3{
    color: #585858;
    font: 15px/20px tahoma;
    padding: 3px 0;
    text-align: center;
    margin: 10px 0;
}
#page ul li{
    list-style-position: inside;
    list-style-image: url(../img/page_li.png);
}
#footer{
    text-align: center;
    color: #696969;
    font: normal 11px/13px tahoma;
    background: white;
    padding: 10px;
}
#footer img{
    display: inline;
    
}