
.main{
   text-align: center;}

.header_container{
   background-color: #444444;
   border-bottom: 1px solid #FFFFFF;}

.header{
   width: 990px;
   height: 60px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   position:relative;
   border-style:none;}

.base_container{
   background-color: #ffffff;}

.base{
   width: 990px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   position: relative;
   background-color: #ffffff;}
   
.footer{
    border-top: 1px solid #FFFFFF;}
    
.footer_aligner{
   width: 990px;
   height: 102px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   position:relative;
   border-style:none;}

.title{
    font: normal 20px Verdana, Arial;
    margin-left: 20px;
    color: #FFFFFF;}

.descr{
    font: normal 12px Verdana, Arial;
    color: #FFFFFF;
    margin-left: 50px;}
    
.ul_descr{
    font: normal 12px Verdana, Arial;
    color: #FFFFFF;
    margin-left: 25px;}
    
.code_area{
    margin-left: 50px;
    margin-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #555555;}
    
.code{
    font: normal 11px Courier;
    color: #FFFFFF;
    margin-left: 10px;}

.entry_thmbs{
    width: 927px;
    height: 100px;
    position: relative;
    left: 44px;
    top: 0px;}
    
a.thmb_link{
    display: block;
    float: left;
    padding: 1px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 12px;
    width: 116px;
    height: 75px;
    background: #000000;}
    
a.thmb_link:hover{
    background: #AAAAAA;}

.thmb{
    border: 0;
    width: 116px;
    height: 75px;}
    
a.a_desc:link { color: #FFFFFF; }
a.a_desc:visited { color: #FFFFFF; }
a.a_desc:hover { color: #CCCCCC; }
a.a_desc:active { color: #CCCCCC; }


