*{
	padding: 0;
	margin: 0;
}
 
body
{
	background-color: #E5BA7F;
	font-family: serif, Georgia, Verdana;
	font-size: 14px;
}
html,body {
height: 100%; /* задаем высоту тела документа */
width:100%; /* задаем ширину тела документа */
}

.main { /* основной блок, который должен растянуться до подвала */

min-height: 100%; /* задаем минимальную высоту основного блока с хаком для IE 6.0*/
height:auto !important;
height:100%;
}
.hFooter { /* это распорка в основном блоке - резервируем место для подвала */
height: 80px; /* высота нашего подвала */
}

a
{
	color: #9B292B;
}

a:hover
{
	color: #E53C3F;
}

/* Шапка */
div#top
{
	height: 70px;
	width: 100%;
	border-bottom: 2px solid black;
	background-color: #9B292B;
}
/* Заголовок */
div#top h1,div#top h1 a
{
	color: #FFFEE5;
	padding: 20px 0px 0px 10px;
	font-size: 30px;
	text-decoration: none;
	
}
/* Левое Меню */
div#left
{
	width: 200px;
	/*border-right: 2px solid black;*/
	padding-top: 2px;
	float: left;
}
/* Блок */
div#block
{
	width: 180px;
	border: 1px solid black;
	margin-top: 10px;
	margin-left: 5px;
}

div#block .title
{
	font-size: 16px;
	background-color: #9B292B;
	color: #FFFEE5;
	width: 178px; 
	padding: 2px 0px 2px 2px;
	border-bottom: 1px solid black;
}

div#block div.body
{
	padding: 7px 0px 7px 2px;
	font-size: 14px;
	background-color: #F2C586;
} 

ul#nav
{
	padding-left: 15px;
	font-size: 16px;
	list-style-type: square;
	font-weight: bold;
}

ul#nav2
{
	padding-left: 15px;
	font-size: 12px;
	list-style-type: circle;
	font-weight: normal;
}

ul#nav li a
{
	color: #9B292B;
}

ul#nav li a:hover
{
	color: #E53C3F;
}

div#right
{
	margin-top: 12px;
	margin-left: 220px;
	margin-right: 20px;
	font-size: 17px;
	margin-bottom: 50px;
}

div.quote
{
	background-color: #F2C586;
	border: 1px dotted black;
	padding: 5px;
	margin-bottom: 10px;
}
div.quote .first_char
{
	padding: 2px;
	background-color: #9B292B;
	margin-right: 2px;
	color: #FFFEE5;
	font-weight: bold;
	font-size: 20px;	
}

div.quote p.quote_author
{
	text-align: right;
	font-style: italic;
	border-top: 1px dotted black;
	margin-top: 5px;
}
div.quote p.quote_link
{
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
}


div#bottom
{
	height: 80px;
	width: 100%;
	border-top: 2px solid black;
	background-color: #9B292B;

	
	margin-top: -80px; /* делаем отрицательный отступ по высоте равный высоте подвала, чтобы четко вписаться в размер экрана */
}
div#bottom p.copyright
{
	color: #FFFEE5;
	text-align: center;
	margin-top: 5px;
}
div#bottom p.counters{
	margin-left: 20px;
}
h2.author_name{
	color: #9B292B;
	text-align: center;
}
.adv_bottom{
	color: #FFFEE5;
	text-align: center;
	margin-top: 5px;
}
.adv_bottom a{
	font-size: 10px;
	color: #FFFEE5;
}

