body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #4B4B4B;
	background-image: url(/img/bg1.png);
}
a {
	color: #0D4664;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#container {
   margin-left: auto;
   margin-right: auto;
   width: 770px;
}
#header {
	background: url(/img/header.png) no-repeat top left;
	height: 104px;
}
#header a.index {
	position: relative;
	left: 15px;
	top: 20px;
	display: block;
	width: 220px;
	height: 50px;
}


#footer {
	background: url(/img/footer.png) repeat-x top;
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: center;
	font-size: 9px;
	color: #8F8F8F;
	margin-top: 7px;
}


.menu_title {
	background: url(/img/menu_title.png) repeat-x top;
	height: 19px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
}
.menu_title a {
	color: #FFF;
}
.menu_block {
	background-color: #7C9EB0;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}


.menu_block form {
	display: inline;
}
.menu_block input.search_field {
	width: 85px;
	font-size: 10px;
}
.menu_block input.search_button {
	background: url(/img/search_button.png) repeat-x top;
	width: 26px;
	height: 17px;
	margin-bottom: 0px;
	border: 0px;
}

#left_menu {
	width: 149px;
	vertical-align: top;
}
#left_menu div.ads {
	text-align: center;
}
#menu_main div.item_active {
	background: #C4D3DB url(/img/main_menu_active.png) repeat-y left;
	height: 20px;
	padding-left: 15px;
	border-bottom: 1px solid #FFF;
}
#menu_main div.item_active div.item {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	background: url(/img/main_menu_active2.png) no-repeat left 8px;
	padding-left: 16px;
	padding-top: 3px;
	color: #A35800;
	font-weight: bold;
}
#menu_main div.item_active div.item a {
	color: #A35800;
	text-decoration: none;
}
#menu_main div.item_active div.item a:hover {
	text-decoration: underline;
}
#menu_main div.item_inactive {
	background: #EFDAB0 url(/img/main_menu_inactive.png) repeat-y left;
	height: 20px;
	padding-left: 15px;
	border-bottom: 1px solid #FFF;
}
#menu_main div.item_inactive div.item {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	background: url(/img/main_menu_inactive2.png) no-repeat left 8px;
	padding-left: 16px;
	padding-top: 3px;
	color: #A35800;
	font-weight: bold;
}
#menu_main div.item_inactive div.item a {
	color: #A35800;
	text-decoration: none;
}
#menu_main div.item_inactive div.item a:hover {
	text-decoration: underline;
}
#menu_main div.item_active div.item div.sub, #left_menu div.main div.item_inactive div.item div.sub {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	font-weight: normal;
}


#body {
	vertical-align: top;
}
#body div.line {
	background: url(/img/body_line.png) repeat-x top;
	height: 19px;
	color: #0D4664;
	padding-top: 2px;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 20px;
}
#body div.main {
	padding-left: 11px;
	padding-right: 8px;
}
#body div.main div.title2, .title2 {
	font-size: 18px;
	font-weight: bold;
	color: #B58B23;
	border-bottom: 1px solid #D5B160;
}
#body div.news_list_1, .news_list_1 {
	clear: right;
	padding-top: 20px;
}
#body div.news_list_1 img.main {
	float: right;
	margin-left: 20px;
	margin-bottom: 4px;
	border: 1px solid #000;
}
#body div.news_list_1 div.name {
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 13px;
}
#body div.news_list_1 div.name a {
	color: #313131;
	text-decoration: none;
}
#body div.news_list_1 div.date {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	padding-bottom: 9px;
}
#body div.news_list_1 div.text, news_list_1 div.text {
	font-size: 11px;
	text-align: justify;
}
#body div.news_list_1 div.text a {
	color: #313131;
	text-decoration: none;
}
#body div.news_list_2 {
	font-size: 11px;
	clear: right;
	padding-top: 10px;
}
#body div.news_list_2 a {
	color: #313131;
	text-decoration: none;
}
#body div.news_list_2 a:hover {
	text-decoration: underline;
}

#body div.news_view div.title2 {
	margin-bottom: 20px;
}
#body div.news_view div.date {
	text-align: right;
	padding-bottom: 5px;
}
#body div.news_view div.text {
	text-align: justify;
}
#body div.news_view img.main {
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
	margin-bottom: 4px;
}


#right_menu {
	width: 149px;
	vertical-align: top;
}
#right_menu div.ads {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.menu_block {
   color: #fff;
}

p {
   margin-top: 0px;
}


