@charset "utf-8";
/* Общие свойства CSS */
/*  */

html, body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background:#fff;
	text-align:center;
}

/* -------========Основные слои========------- */
/* Слой подложка */
#main {
	text-align:left;
	padding: 0px;
	max-width: 1300px;
	min-width: 940px;
	margin:auto;
}
/* Слой шапки */
#head {
	display: block;
	background: url(../images/back_head.jpg) left no-repeat #99ccff;
	height: 238px;
}
/* Слой верхнего меню */
#top_menu {
	height: 25px;
	background: url(../images/top_menu2.png) left repeat #99ccff;
	margin-bottom: 25px;
	padding-left: 10px;
}
/* Слой подложка основной части */
#body {display:block;}
/* Слой левого блока */
#left_side{
	position: relative;
	float: left;
	width: 200px;
	left:0px;
	vertical-align: top;
	padding: 10px 0px 10px 10px;
}
/* Слой правого блока */
#right_side{
	position: relative;
	float: right;
	width: 295px;
	right:0px;
	vertical-align: top;
	padding-top: 0px;
}
/* Слой центрального блока */
#centr_side{
	margin-left:220px;
	margin-right:320px;
	position:relative;
	display:block;
}
/* Слой подвала */
#footer {
	clear: both;
	background: #77abc6/* url(../images/back_footer.png) repeat-x top*/;
	height: 45px;
	display: block;
	margin-top: 15px;
	padding: 1px;
}

/* -------========Объекты в шапке========------- */
/* Логотип IEEE */
#logo_ieee{
	position: relative;
	float:left;
	clear:left;
	height: 62px;
	width: 212px;
	left: 10px;
	top: 30px;
}
/* Флаг */
#head_flag{
	position: relative;
	float:left;
	clear:left;
	background: url(../images/eng/head_flag.png) no-repeat center;
	height: 120px;
	width: 275px;
	left: 0px;
	top: 40px;
}
#Head_Right {
	position: relative;
	float:right;
	clear:right;
	/*height: 160px;*/
	top: -50px;
	right: 10px;
}

/* -------========Меню языков========------- */
ul#lang_menu{
	margin: 2px 2px 30px 0px;
	padding: 0px;
	display:block;
	position:relative;
	float:right;
	clear:right;
}
#lang_menu li{
	display: inline;
}
/* Слой с логотипами университетов */
#logos {
	position: relative;
	float:right;
	clear:right;
	height: 80px;
	width: 140px;
	right: 20px;
	/*top: 0px;*/
}
/* Логотип ЛЭТИ */
#logo_leti {
	position: relative;
	float:left;
	height: 80px;
	width: 64px;
}
/* Логотип Бонча */
#logo_bonch {
	position: relative;
	float:right;
	height: 80px;
	width: 46px;
}

/* -------========Вертикальное меню========------- */
#top_menu ul#vert_menu{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 400px;
	display:block;
	position:relative;
	float:left;
}
#top_menu #vert_menu li{
	display: inline;
}

/* -------========Основное меню========------- */
#menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* -------========Блок времени до точки========------- */
#right_time{
	width: 295px;
	height: 107px;
	background: url(../images/right_time_back.png) right top no-repeat;
}
#right_time span{
	display:block;
	padding-left:77px;
	padding-top:22px;
	width: 105px;
}
#right_time div{
	padding-left:77px;
	padding-top:4px;
	width: 95px;
}

