body, html {
background-color:#e4e4e4;
text-align:center;
height:100%;
}

/*---------------------------------------------
               ОСНОВНОЙ КОНТЕЙНЕР
---------------------------------------------*/

#main-container{
margin:0 auto;
text-align:left;
min-height:100%;
width:960px;
background:#FFF;
}
* html #main-container{height:100%;}

/***************** Шапка сайта */
#header{
position:relative;
height:336px;
margin-bottom:1px;
background:url(/templates/sports/images/header_fon.jpg) no-repeat;
}
#header a.logo {
position:absolute;
left:10px;
top:50px;
margin: 0;
padding: 0;
text-decoration:none;
}

/************************** Хлебные крошки */
.pathway {	
	margin:0 0 10px;
	padding:0 0 5px;	
	font-size:11px;
}

/***************** Модульная позиция - TOP */
#top {
	margin:15px 0;
	overflow:hidden
}

/***************** Левая колонка */
#left{
padding:0px;
float:left;
line-height:normal;
width:231px;
}

/***************** Правая колонка */
#right{
padding:5px;
float:right;
line-height:normal;
width:231px;
}

/***************** Стили блока основного содержания */
#both{
margin:0 231px;
padding:0 15px;
}
#only_left {
margin:0 0 0 231px;
padding:0 15px;
}
#only_right {
margin:0 231px 0 0;
padding:0 15px;
}
#no_sides {padding:0 10px}

/***************** Модульная позиция - BOTTOM */
#bottom {
	margin:15px 0;
	overflow:hidden
}

/***************** Clear block and Rasporka */
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#rasporka {height:132px; margin:20px 0 0}


/*---------------------------------------------
                  ПОДВАЛ САЙТА 
---------------------------------------------*/
#footer{
position:relative;
height:132px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
margin:-132px auto 0;
width:960px;
background:#0d3067;
border-radius:0 20px 0 0;
}

/************************************ Счетчики */
p.copyright {
	position:absolute;
	left:50%;
	bottom:20px;
	margin-left:-250px;
	width:500px;
	font-size:9px;
	font-family:Verdana;
	line-height:11px;
	color:#c8daf6;
	text-align:left;	
}
p.copyright a {color:#c8daf6; text-decoration:none;}
.counters {
	position:absolute;
	left:10px;
	bottom:20px;
}

.tecama {
	position:absolute;
	right:10px;
	bottom:20px;
	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 {}
#footer hr{
	position:absolute;
	top:55px;
	width:958px;
	border-bottom:1px solid #FFF;
}
/************************************ Модуля */
#left .module,
#right .module {
	margin:0 0 15px;	
	border:1px solid #003d6e;
}
#left .moduletitle,
#right .moduletitle {
	font-size:16px;
	font-family:Tahoma;
	font-weight:bold;
	text-align:center;
	margin:-1px -1px 10px;
	padding: 10px 0 0;
	height:30px;
	color:#FFF;
	background:url(/templates/sports/images/moduletitle_fon.jpg) repeat-x #00599c;
	border-radius:0 0 0 15px;
}
#left .modulebody,
#right .modulebody {
	padding:5px 10px;
}