HTML, BODY, DIV{
	padding: 0px;
	margin: 0px;
}

/* Чистим float */
/*.clearing {font-size: 0px; height: 0px;width: 100%;float: none;clear: both;}*/
.clearing {font-size: 0px; height: 0px;float: none;clear: both;}

#alldiv{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 25; }

.dMenu { position: absolute; top: 105px; left: 53px; width: 300px; z-index: 100; }

.pageHeader{}

/*
	ширина левой колонки 285 px
	ширина правой колонки 190 px
*/
#container {
    float:left; 
    width:83%; 
}
#LeftSideBar {
    float:left; 
    width:29%; 
    padding-top:350px; /* отступ до контента */
}
#CenterContent{
    float:right; 
    width:70%; 
    padding-top:350px; /* отступ до контента */
}
#RightSideBar {
    float:right; 
    width:16%; 
    padding-top:350px; /* отступ до контента */
	 text-align: center;
}
#FooterMenu {
    clear:both; /* Ставим подвал ниже самой длинной колонки */
    height:1%; /* Немного магии для IE5, неправильно считающего отступы */
    padding:20px 0px 20px 0px;
	 text-align: center;
}
#FooterCopyrights {
    clear:both; /* Ставим подвал ниже самой длинной колонки */
    padding:30px 0px 50px 0px;
    height:1%; /* Немного магии для IE5, неправильно считающего отступы */
}

#Footer1{
	width: 20%;
   float:left; 
	text-align: center;
}
#Footer2{
	width: 75%;
   float:right; 
}


#keywordsField{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 150; 
/*	padding-top:17px;	*/
/*	padding-top:90px;	*/
	height: 200px;
	width: 990px;	
}


#photo{
	width: 125px;
	height: 185px;
	float: left;	
	margin-left: 20px;
	text-align: center;
}

#clock1,#clock2,#clock3,#clock4{
	position:absolute;top:8px;z-index:250;
}
#clock1{left:420px;}
#clock2{left:520px;}
#clock3{left:620px;}
#clock4{left:720px;}

#txt1,#txt2,#txt3,#txt4{
	position:absolute;
    top:77px;
    z-index:250;color:#111111;font-size:11px;font-weight:normal; background-color2:#EFEFED;
    width: 50px;text-align:center; text-decoration:underline;
}
#txt1{left:435px;}
#txt2{left:535px;}
#txt3{left:635px;}
#txt4{left:735px;}

