html{
    background: #fff url('../img/bg.png') repeat-x top left;
}
body{
    border-top: 5px solid #333333;
     background: transparent url('../img/cien_bg.png') repeat-y top  center;
}

hr {
	color: #ababab;
}
#header img{
    margin: 0 auto;
}
#container{
    width: 959px;
    margin: 0 auto;
}
#menu{
    background-color: white;
    padding-bottom: 1px;
    border-bottom: 1px #b1c903 solid;
}
#menu li{
    float: left;
    background-color: #ee8104;
    border-right: 1px solid #f5b368;
    height: 40px;
    font: bold 15px/20px "Century Gothic", arial;
    padding:20px 7px 0px;
    text-align: center;
    position: relative;
}
#menu li a{
    color: white;
    text-decoration: none;
}
#menu li.last{
    border-right: none 0;
    width: 54px;
}

#menu li.two{
    padding-top: 10px;
    padding-bottom: 10px;
}
#menu li .activ{
    display: none;
}
#menu li#activ{
    background-color: #f29a30 ;
}
#menu li#activ .activ{
    display: inline;
    position: absolute;
    bottom: -5px;
    left:45px;
}
#menu li#activ .activ.small{
    left: 20px !important;
}
#content{
    background-color: white;
    padding-bottom: 20px;
    border-bottom: 4px double #e3e3e3;
}
#content a,#content span{
    color: #ee8002;
    text-decoration: none;
}

#content #page{
    float: left;
    width: 670px;
    padding-left: 30px;
}
#content #boxes{
    float: right;
    width: 200px;
    padding: 30px 30px 0px 0;
    font: normal 11px/17px tahoma;
    color: #585858;
    text-align: center;
    background: white url('../img/boxes.png') no-repeat top left;
    
}
#content #boxes h1{
    color: #fff;
    font: bold 18px/25px "Century Gothic", arial;
    background-color: #b1c903;
    margin: 15px 0;
}
#content #boxes a{
    line-height: 20px;
    color: #8c9f02;
}
#page{
    font: normal 12px/17px tahoma;
    color: #585858;
}
#page p{
    padding: 10px 0;
}
#page h1{
    border-bottom:4px double #EFEFEF;
    color:#ee8205;
    font:bold 18px/45px "Century Gothic",arial;
    margin-bottom:10px;
}
#page li{
    margin-left: 20px;
    padding: 5px;
}

#page ol li{
    list-style-type: decimal;
}
#page ul li{
    list-style-type: disc;
    
}
#page h2,#page h2 a{
    font: bold 12px/16px tahoma;
    color: #2a2a2a;
    text-align: center;
    margin: 20px 0;
}
#page p b{
    color: #000;
}
#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);
}


#boxes ul ol{
    padding-bottom: 10px;
}

#boxes ul ol a{
   line-height:13px !important;

}

#footer{
    text-align: center;
    color: #696969;
    font: normal 11px/13px tahoma;
    background: white;
    padding: 10px;
}
#footer img{
    display: inline;
    
}