#header {
 width: 1024px;
 height: 200px;
 margin: 0 auto;
 
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 
}

#logo {
 width: 200px;
height: 180px;
font-size: 13px;
 float: right; 

}

#copy {
position: absolute; 
top: 0px; 
left: 5000px; 
}

#ads {
font-size: 14px;
vertical-align:middle;
 width: 800px;
 height: 180px;
 float: left; 
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 17px #888;

}

#menu {
 width: 1024px;
 margin: 0 auto;

}

#shapka {
 margin: 0 auto;
 width: 1024px;
 height: 200px;
 border: 1px solid #000000;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;

}

#maincontent {
 width: 1024px;
 margin: 0 auto;
 
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 1024px;
border-width: 1px 0;
background: black url(/templates/ads/images/blockdefault.gif) center center repeat-x;

}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #000;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
}

.solidblockmenu li a:visited{
color: #000;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #000;
background: transparent url(/templates/ads/images/blockactive.gif) center center repeat-x;
}




#left {
 margin-bottom: 10px; margin-left: 5px;
 margin-right: 5px; margin-top: 5px; 
 width: 180px;
 float: left; 
font-size: 14px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding-bottom: 19px;
 -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 9px #888;
}

#right {
 margin-bottom: 10px; margin-left: 5px;
 margin-right: 5px; margin-top: 5px; 
 width: 180px;
 float: right; 
 font-size: 14px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding-bottom: 19px;
 -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 9px #888;
}


#content {
 position:relative;
 margin-left:auto;
margin-right:auto;
font-size: 14px;
 width:613px;
 padding: 6px;

 
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding-bottom: 19px;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 17px #888;
}



#footer {
 clear:both;
margin: 0 auto;
 width: 1024px;
 font-size: 14px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 padding-bottom: 19px;
 -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 9px #888;
}