/* CSS Basic Document */
h1,h2,h3,h4,h5,h6{
color:#5C5C5C; /* цвет шрифта заголовков КОНТЕНТА - текста */
}

body
{
margin:0px auto;
padding:0px;
background-color:#ffff99; /* цвет фона по краям */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #5C5C5C; /* цвет шрифта основного фона - надпись внизу на основном фоне*/
text-decoration: none;
}

.header
{
border-left:1px solid #666666; /* цвет рамки слева от лого-картинки */
border-right:1px solid #666666; /* цвет рамки справа от лого-картинки */
background:url("images/header_image.jpg") left top no-repeat;
height:200px;
}

.logo
{
margin-left:27px;
margin-top:38px;
}

a {
    color:  #333333;
}

a:hover,
a:active,
a:focus{
    color:  #cc9900;
	text-decoration: underline;
}

.copyright a:link {
color: #333333; /* Цвет COPYRIGHT ссылок */
text-decoration: none; /* Подчеркивание у ссылок убираем */
}

.copyright a:visited {
color: #333333; /* Цвет посещенных COPYRIGHT ссылок */
text-decoration: none; /* Подчеркивание у ссылок убираем */
}

.copyright a:hover {
color: #cc9900; /* Цвет COPYRIGHT ссылок */
text-decoration: underline; /* Подчеркивание у ссылок */
}

/* CSS Menu */
.menu_box
{
border-left:1px solid #666666; /* цвет рамки вокруг меню */
border-right:1px solid #666666;
border-top:1px solid #F7BB03;
border-bottom:1px solid #F7BB03;
background-color:#646464; /* цвет фона полоски меню */
height:30px;
color:#F7BB03;
}

.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F7BB03; /* цвет шрифта неактивных наименований меню */
	background-color:inherit;
	text-decoration: none;
}
.menu_active_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFCC; /* цвет шрифта АКТИВНЫХ наименований меню */
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#FFFFCC; /* цвет шрифта наименований меню при наведении курсора */
background-color:inherit;
}

/* CSS Text Document */
.body_box
{
border-left:1px solid #666666; /* цвет рамки слева от КОНТЕНТА - текста */
border-right:1px solid #666666; /* цвет рамки справа от КОНТЕНТА - текста */
border-bottom:1px solid #666666; /* цвет рамки справа от КОНТЕНТА - текста */
padding:20px 7px 25px 18px;
background-color:#FFFFCC;
color:#5C5C5C; /* цвет КОНТЕНТА - текста */
}

.heading
{
background-color:#646464; /* цвет фона заголовка блока "Информация" */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 21px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #F7BB03; /* цвет шрифта заголовка блока "Информация" */
text-decoration: none;
padding-left:10px;
padding-right:10px;
}

.heading a{
	color: #F7BB03;
	text-decoration: none;
}

.heading a:active,
.heading a:hover,
.heading a:focus{
	color: #FFFFCC;
	text-decoration: none;
}

.box
{
border:1px solid #646464;
padding:2px;
background-color:#FFFFCC;
color:#5C5C5C;
}

.box a{
	color:#333333;
	text-decoration: none;
}

.box a:hover,
.box a:focus,
.box a:active
{
	color: #cc9900;
	text-decoration: none;
}

/* CSS Rubric */
#rub{
	padding: 10px 5px;
	vertical-align: center;
}

.rub_box{
	background-color:inherit;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.rub_box:hover
{
	background-color:#fff;
}
.rub_active_link a{
	text-decoration:none;
	color: #000; /* цвет шрифта активных наименований меню */
}
.rub_link a{
	text-decoration:none;
	color: #333333; /* цвет шрифта неактивных наименований меню */
}
.rub_link a:hover,
.rub_link a:active,
.rub_link a:focus
{
	color: #333333;
	text-decoration:none;
}
.rub_active_link a:hover,
.rub_active_link a:active,
.rub_active_link a:focus
{
	color: #000;
	text-decoration:none;
}

.poems{
padding-left: 20px;
}

.image_right_top{
text-align: center;
float: right;
padding: 0px 5px 5px 10px;
width: 35%;
}

.image_right_top img{
width: 100%;
}

.image_left{
text-align: center;
float: left;
padding: 5px 10px 5px 5px;
width: 35%;
}

.image_left img{
width: 100%;
}

.image_bottom{
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
width: 90%;
}

.image_bottom img{
width: 100%;
}

.padding10{
padding:8px;
font-size:10px;
}

.footer_box{
border-left:1px solid #666666;
border-right:1px solid #666666;
padding:0px 17px;
background-color:#FFFFCC;
color:#5C5C5C;
}

.body_link
{
color:#5C5C5C;
text-decoration: underline;
line-height:18px;
background-color:inherit;
}

.body_link:hover
{
text-decoration:none;
}

#rightColumn{
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align: top;
}

ul.rubsec_links{
	list-style-type: none;
	padding: 0;
	text-align: left;
    font-size: 90%;
}

.rubsec_links li{
	background: none;
	padding-left: 0 !important;
}

.rubsec_links li a{
	background: url("images/bullet.gif") no-repeat 0 5px;
	color: #333333;
	padding-left: 10px;
	text-decoration: none;
}

.rubsec_links li a:hover,
.rubsec_links li a:focus,
.rubsec_links li a:active{
	background: url("images/bullet-hover.gif") no-repeat 0 5px;
	color: #cc9900;
	text-decoration: none;
}