html, body {
background: url(../images/backtop.png) center top no-repeat;
text-align:center;
margin:0;
padding:0;
height: 100%
}

/*---------------------------------------------
               ОСНОВНОЙ КОНТЕЙНЕР
---------------------------------------------*/

#main-container{
margin:0 auto;
text-align:left;
min-height:100%;
width:1000px;
}
* html #main-container{height:100%;}

/***************** Шапка сайта */
#header{
position:relative;
height:188px;
}
#header a.logo {
position:absolute;
z-index: 1;
left: 40%;
top: 60px;
margin: 0;
padding: 0;
text-decoration:none;
}

/************************** Хлебные крошки */
.pathway {
	margin: 65px 0 20px;
	padding:0 0 5px;	
	font-size:11px;
}

/***************** Модульная позиция - TOP */
#top {
	margin: 65px 0 65px;
	overflow:hidden
}

/***************** Левая колонка */
#left{
padding:5px;
float:left;
line-height:normal;
width:250px;
}

/***************** Правая колонка */
#right{
padding:5px;
float:right;
line-height:normal;
width:220px;
}

/***************** Стили блока основного содержания */
#both{
margin:0 220px;
padding:0 15px;
}
#only_left {
margin:0 0 0 250px;
padding:0 15px;
}
#only_right {
margin:0 220px 0 0;
padding:0 15px;
}
#no_sides {padding:0 10px}

/***************** Модульная позиция - BOTTOM */
#bottom {
position: relative;
margin: 15px 0;
overflow: hidden;
height: 522px;
top: 21px;
}

/***************** Clear block and Rasporka */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#rasporka {height:67px; margin:20px 0 0}


/*---------------------------------------------
                  ПОДВАЛ САЙТА 
---------------------------------------------*/
#foot{
background: #0B4FA5;
height: 67px;
margin: -67px auto 10px;
}

#footer{
position:relative;
height:67px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
margin:-67px auto 0;
width:1000px;
padding-bottom: 15px;
}
#footer p{ margin:0;}
/************************************ Счетчики */
p.copyright {
position: absolute;
left: 0;
top: 15px;
font: 12px Arial, Helvetica, sans-serif;
color: #FFF;
}
p.copyright a {color:#FFF}
table.counters {
	position:absolute;
	right:0;
	bottom:10px;
}
.counters td {padding:0 3px}
.tecama {
	float: right;
	position: relative;
	top: -7px;
	width: 100px;
	font:9px Tahoma, Geneva, sans-serif;
	color:#666;
}
.tecama a:link,
.tecama a:visited {
	color:#666;
	text-decoration:none;
}
.tecama a:hover {text-decoration:underline}
.tecama img {margin:3px 0 0;}

/************************************ Модуля */
#left .module,
#right .module {
	margin:0 0 15px;
}
#left .moduletitle,
#right .moduletitle {
	font-size:18px;
	text-align:center;
	margin:0 0 10px
}
#left .modulebody,
#right .modulebody {}