/**
 * Основные положения
 */
/**
 * Основные положения
 */
body,html{padding:0;margin:0;height: 100%; min-height: 100%;}
* {box-sizing: border-box; -moz-box-sizing: border-box;}
#container
{
	min-height: 100%; height: 100%;
	padding: 0; margin: 0;
	width: 100%;
	vertical-align: top;
} 

#left-col
{
	width: 20%;
	vertical-align: top;
}

#content
{
	width: 65%;
	height: 100%; min-height: 100%;
	padding: 10px;
	background-color: #e4eef0;
	color: #2A2F28;
}

#right-col
{
	width: 15%;
	vertical-align: top;
	padding: 4px;
}

#footer
{
	height: 32px;
	width: 100%;
}
#header
{
	height: 100px;
	background-color: #9bb7d4;
}
/**
 * Текст в зоне контента
 */
div.prose
{
	text-indent: 2em;
	margin-top: 4px;
	text-align: justify;
}
div.stihi
{
	padding-left: 3em;
}

div.align-right div.prose, div.align-right div.stihi
{
	text-align: right;
}
div.align-left div.prose
{
	text-align: left;
}
div.align-center div.prose, div.align-center div.stihi
{
	text-align: center;
	text-indent: 0;
}
div.align-center div.stihi
{
	padding-left: 0;
}
div.plain
{
	padding: 0;
	text-indent: 0;
}
div.quote
{
	margin-left: 1em;
	padding: 3px;
	background-color: #e9ebff;
	border: 1px solid #03008b;
}
#content textarea, #content input, #content select
{
	border: 1px solid #03008b;
}
/**
 * Ссылки в зоне контента
 */
#content a
{
	color: #000;
}
#content a:hover
{
	text-decoration: none;
	color: #03008b;
}
#content a:active
{
	color: #FD0101;
}
#content a:visited
{
	text-decoration: none;
}
/**
 * Шапка
 */
#header table
{
	text-align: center;
}
/**
 * Низ странички
 */
#footer
{
	height: 34px;
	width: 100%;
	background: #fff;
	font-size: 9pt;
	font-family: Verdana, Helvetica;
	border-top: 2px solid #03008b;
	text-align: center;
	color: #000;
}
#footer a
{
	text-decoration: none;
	color: #000;
}
#footer a:hover
{
	text-decoration: underline;
}
/**
 * Левая колонка
 * Главное меню
 */
#left-col
{
	padding-left: 7px;
	padding-top: 14px;
}
.mm a
{
	color: #03008b;
	text-decoration: none;
	font-weight: bold;
}
.mm a:hover
{
	text-decoration: underline;
	color: black;
}