body, td, div
{
	font-family: arial;
	font-size: 10pt;
	color: 371e11;
}

body
{
	background-color: #d2cb94;
}

h1, h1 a
{
	margin: 0px;
	padding: 0px; 
	font-size: 16pt;
	font-family: times new roman;
	color: #A52300;
	font-weight: normal;
}

h2, h3
{
	margin-bottom: 5px;
}

td.head
{
	height: 208px; 
	background-color: #d2cb94; 
	background-position: top left;
	background-repeat: no-repeat
}

table.banner
{
	width: 100%;
}

table.main
{
	width: 100%;
	border: none;
	background-color: #d2cb94; 
	background-image: url(/i/back.jpg); 
	background-position: top left;
	background-repeat: repeat
}

/* =====================         Левый столбец с меню ===============================*/ 
td.leftframe
{
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 220px;
}

/* верхняя завитушка */
td.leftmenu_toprect
{
	width: 199px;
	height: 13px;
	background-image: url(/i/recttop.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/* содержательная часть */
td.leftmenu_centerrect
{
	width: 199px;
	background-color: #d2cb94;
	background-image: url(/i/rectcenter.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* нижняя завитушка */
td.leftmenu_bottomrect
{
	width: 199px;
	height: 13px;
	background-image: url(/i/rectbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* Основной пункт левого меню*/
div.leftmenuitem
{
	font-family: georgia;
	font-size: 10pt;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	color: #A52300;
}

div.leftmenuitem a
{
	color: #371e11;
	text-decoration: none;
}

div.leftmenuitem a:hover
{
	color: #A52300;
	text-decoration: underline;
}


/* Дочерний пункт левого меню*/
div.leftmenuitem1, div.leftmenuitem2
{
	font-family: georgia;
	font-size: 10pt;
	font-weight: normal;
	margin: 5px 0px 5px 25px;
	display: block;
	color: #A52300;
}

div.leftmenuitem1 a, div.leftmenuitem2 a
{
	color: #371e11;
	text-decoration: none;
}

div.leftmenuitem1 a:hover, div.leftmenuitem2 a:hover
{
	color: #A52300;
	text-decoration: underline;
}

div.leftmenuitem2
{
	margin: 5px 0px 5px 30px;
	font-size: 8pt;
	width: 150px;
}


/* ======================  Центральный столбец (верхнее меню, контент, нижнее меню)   ======================*/
td.mainframe
{
	vertical-align: top;
	padding-bottom: 20px;
}

/* Верхнее меню (те же стили используются для нижнего меню) */
table.topmenu
{
	width: 100%;
	table-layout: fixed;
}

td.topmenu, td.topmenua
{
	vertical-align: top;
	padding: 12px 10px 5px 20px;
	background-image: url(/i/marker.gif);
	background-repeat: no-repeat;
	background-position: 5px 14px;
	
	font-family: georgia;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

td.topmenua
{
	background-image: url(/i/markera.gif);
}

td.topmenu a
{
	color: black;
	text-decoration: none;
}

/* Контейнер с контентом*/
table.content
{
	width: 100%;
}

td.content
{
	padding: 20px 30px;
	background-color: #F1ECB7;
	margin: 10px 0px;
}

/* ======================  Правый столбец (новости, поиск)   ======================*/

td.rightframe
{
	vertical-align: top;
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
}

/* ========== Новости ============== */

span.newdt
{
	display: block;
	color: #A52300;
	font-style: italic;
}

div.new a
{
	color: A52300;
}

/* ============= Результаты поиска =====================*/
div.searchresult a
{
	color: #A52300;
	margin: 5px;
	display: block;
}

/* =========== Копирайт ================= */

div.copyright
{
		width: 300px;
}

div.copyright a
{
	color: #A52300;
}

span.guestname
{
	font-weight: bold;
	text-decoration: underline;
}

span.guestdate
{
	font-style: italic;
	font-size: 10px;
}

span.guestanswer
{
	color: blue;
}

div.guestrecord
{
	margin: 0px;
	padding-top: 10px;
}

table.calendar
{
	font-family: Arial;
}

table.calendar td, table.calendar th
{
	font-size: 14px;
	font-weight: normal;
	color: #585335;
	padding: 2px 4px;
}

table.calendar td.day, table.calendar th.day
{
	font-weight: normal;
	color: #585335;
}

table.calendar td.weekend, table.calendar th.weekend
{
	font-weight: normal;
	color: #A52300;
}

table.calendar td.day a, table.calendar th.day a
{
	color: black;
}

table.calendar td.weekend a, table.calendar th.weekend a
{
	color: #880000;
}


table.calendar td.arrow
{
	cursor: pointer;
	font-weight: normal;
	color: black;
}

