/* CSS Document */
	body {
		color: #203d1f;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 9pt;
		padding: 0px;
		margin: 0px;
		background: url(img/page_bg.jpg);
		background-color: #efe497;
		background-repeat: repeat;
		background-attachment: fixed;
		}

	/* главный лист содержимого */
	#mainPage {
		width: 680px;
		background-color: #f1e9c4;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
		}

	/* главный лист содержимого */
	#mainPage2 {
		width: 680px;
		background-color: #f1e9c4;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		}

	/* верхняя часть листа содержимого */		
	#pagemenu2 {
		width: 680px;
		height: 350px;
		}

	/* верхняя часть листа содержимого */		
	#mainmenu {
		position: relative;
		right: 150px;
		top: 100px;		
		}

	#allpage {
		padding-top: 400px;
		padding: 30px;
	}

	/* верхняя часть листа содержимого */		
	#pageHeader_eng {
		background-image: url(img/top_bg_full_eng_1.jpg);
		background-repeat: no-repeat;
		width: 680px;
		height: 350px;
		}

	/* верхняя часть листа содержимого */		
	#pageHeader_rus {
		background-image: url(img/top_bg_full_rus.jpg);
		background-repeat: no-repeat;
		width: 680px;
		height: 560px;
		}

	/* подвал листа содержимого */
	#pagebottom {
		background-image: url(img/bottom_bg.jpg);
		background-repeat: no-repeat;
		position: relative;
		bottom: 0px;
		width: 680px;
		height: 200px;
		}

	/* блок UL для главного меню */
	#mainMenu {
		float: left;
		position: relative;
		left: 436px;
		top: 38px;
		width: 65px;
		height: 130px;
		font-size: 10pt;
		line-height: 160%;
		}

	/* дополнительное форматирование контейнера UL */
	ul#mainMenu {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

	/* ссылки в главном меню */
	a.mainMenu {
		color: black;
		}
	
	a.mainMenu:hover {
		color: gray;
		}
		
	/* текущий элемент в главном меню */
	a.mainMenuSelected {
		color: #4aab87;
		font-weight: bold;
		text-decoration: none;
		}

	/* простой параграф */
	p {
		font: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		font-style: normal;
		color: black;
		padding: 0px;
		margin: 0px;
		}

	#mainContent {
		width: 600px;
		position: relative;
		margin-left: 40px;
		top: -20px;
		}

	#mainContent2 {
		background: url(img/top_bg_full_eng.jpg) no-repeat;
		width: 600px;
		position: relative;
		margin-left: 40px;
		padding-top: 200px;
		top: -20px;
		z-index: 2;
		}

	#pageBottomText {
		width: 600px;
		margin: 40px;		
		vertical-align: bottom;
		}

	/* Заголовок первого уровня */
	h1 {
		margin: 0px;
		padding: 0px;
		line-height: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 28pt;
		color: black;
		}

	/* Заголовок первого уровня */
	h1#mainTitle {
		position: relative;
		left: 180px;
		top: -40px;
		}

	/* Заголовок второго уровня */
	h2 {
		margin: 0px;
		padding-bottom: 15px;
		font-size: 17pt;
		font-weight: bold;
		color: black;
		}

	/* внешняя ссылка */
	a.link_ext {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		border-bottom:dashed;
		color: #52B0EF;
		border-color:#62D0FF;
		border-width:1px;
		padding-left:3px;
		padding-right:3px;
		}

	/* посещенная внешняя ссылка */
	a.link_ext:after {
		content:url(img/link_ext.gif);
		padding-left:3px;
		border: 0px;
		}

	/* ссылка на почтовый адрес */
	a.link_mail {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		border-bottom:dotted;
		color:#62D0FF;
		border-color:#62D0FF;
		border-width:1px;
		padding-left:3px;
		padding-right:3px;
		}

	/* посещенная ссылка на почтовый адрес */
	a.link_mail:after {
		content:url(img/link_mail.gif);
		padding-left:3px;
		border: 0px;
		}

	/* обрамление миниатюры с обложкой диска */
	.cd {
		background:url(img/cd_border_small.gif);
		background-position:left top;
		width: 85px;
		height: 85px;
		background-repeat:no-repeat;
		}

/*
	td {
		font:Arial, Helvetica, sans-serif;
		font-size:9pt;
		font-weight:normal;
		font-style:normal;
		color:white;
		}

	li.bot_pad {
		font:Arial, Helvetica, sans-serif;
		font-size:9pt;
		font-weight:normal;
		font-style:normal;
		color:white;
		padding:5px;
		}
	a.link {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		border-bottom:dashed;
		color:#62D0FF;
		border-color:#62D0FF;
		border-width:1px;
		padding-left:3px;
		padding-right:3px;
		}
	a.link_ext {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		border-bottom:dashed;
		color:#62D0FF;
		border-color:#62D0FF;
		border-width:1px;
		padding-left:3px;
		padding-right:3px;
		}
	a.link_ext:after {
		content:url(img/link_ext.gif);
		padding-left:3px;
		border: 0px;
		}


	a.link_mail {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-decoration:none;
		border-bottom:dotted;
		color:#62D0FF;
		border-color:#62D0FF;
		border-width:1px;
		padding-left:3px;
		padding-right:3px;
		}
	a.link_mail:after {
		content:url(img/link_mail.gif);
		padding-left:3px;
		border: 0px;
		}

	a.no {
		border-width: 0px;
		}
	a.menu {
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		font-weight:bold;
		color:white;
		text-decoration:none;
		padding:0px;
		border:none;
		background:none;
		}
	.menu_selected {
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
		font-weight:bold;
		color:black;
		text-decoration:none;
	}
	div.menu {
		text-align:right;
		width:130px;
		height:30px;
		border-top:solid;
		border-color:white;
		border-width:1px;
		}
	div.menu_selected {
		text-align:right;
		width:130px;
		height:30px;
		border-top:solid;
		border-color:white;
		border-width:1px;
		background:white;
		}
	.cd {
		background:url(img/cd_border_small.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}

	.h2 {
		margin:0px;
		padding-bottom:15px;
		font-size:17pt;
		font-weight:bold;
		color:white;
		}
	.small  {
		font-family:Arial, Helvetica, sans-serif;
		font-size:7.5pt;
		color:white;
		}
*/


	.event_date {
		font-family:Verdana;
		font-size:13pt;
		color: black;
		font-weight:normal;
		letter-spacing:-1px;		
		}

	.event_name {
		font-family:Verdana;
		font-size:12pt;
		color: black;
		font-weight:bold;
		letter-spacing:-1px;		
		}


	.yesteday {
		color: gray;
		background: none;
		font-size:10pt;
		font-family: Arial;
		font-weight:bold;
		}

	.today  {
		color: black;
		background: #62D0FF;
		font-size:13pt;
		font-family: Arial;
		font-weight:bold;
		}

