body{
	margin: 0px;
	padding: 0px;
}

.main{
   text-align: center;}

.header_container{
}

.header{
	width: 525px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position:relative;
	border-style:none;
}

.base_container{
}

.base{
	width: 525px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
   
.footer{
    border-top: 1px solid #FFFFFF;}
    
.footer_aligner{
	width: 525px;
	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: 525px;
	height: 100px;
	position: relative;
	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-color: #666;
}
    
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; }

