* { margin: 0px; padding: 0px; }

img { border: 5px solid #240310; }
td { vertical-align: top; }

body, td, div {
	font: 12px "Arial";
}

li {
	list-style-position: inside;
}

a { text-decoration: none; }

.top_bg {
	background: url('../images/top_bg.jpg') repeat-x top left;
}

.top {
	background: url('../images/top.jpg') no-repeat top left;
	width: 930px;
	padding: 0px 35px;
	height: 212px;
}

.middle {
	/*background: url('../images/middle.jpg') repeat-x top left;*/
	padding: 0px 35px;
	width: 930px;
}

.top_menu {
	background: url('../images/top_menu.gif') repeat-x top left;
	width: 920px;
	height: 44px;
	z-index: 1000;
	position: relative;
	top: -3px;
}

.top_menu_td {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.top_menu_td a {
	color: #fff;
	display: block;
	padding: 18px 20px;
}

.top_menu_td:hover {
	background-color: #240310;
}

.top_menu_td2 {
	background-color: #240310;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.top_menu_td2 a {
	color: #fff;
	display: block;
	padding: 18px 20px;
}

.left_menu {

}

.left_menu_td {
	vertical-align: middle;
}

.left_menu_td:hover {
	background-color: #22020E;
}

.left_menu_td a {
	background: url('../images/bullet.gif') no-repeat 7px 9px;
	display: block;
	padding: 5px;
	padding-left: 25px;
	color: #B78094;
}

.left_menu_td2 {
	vertical-align: middle;
	background-color: #22020E;
}

.left_menu_td2 a {
	background: url('../images/bullet.gif') no-repeat 7px 9px;
	display: block;
	padding: 5px;
	padding-left: 25px;
	color: #B78094;
}

.left_submenu_td {
	vertical-align: middle;
	padding-left: 15px;
}

.left_submenu_td:hover {
	background-color: #22020E;
}

.left_submenu_td a {
	background: url('../images/bullet2.gif') no-repeat 7px 9px;
	display: block;
	padding: 5px;
	padding-left: 25px;
	color: #B78094;
}

.left_submenu_td2 {
	vertical-align: middle;
	padding-left: 15px;
	background-color: #22020E;
}

.left_submenu_td2 a {
	background: url('../images/bullet2.gif') no-repeat 7px 9px;
	display: block;
	padding: 5px;
	padding-left: 25px;
	color: #B78094;
}

.left_splitter {
	background: url('../images/left_splitter.gif') repeat-x top left;
	height: 1px;
}

.content {
	background: url('../images/content.jpg') no-repeat bottom left;
	min-height: 700px;
}

.content_inner {
	padding: 10px 28px 180px 18px;
	line-height: 133%;
	color: #C58A9F;
}

.content_inner strong {
	color: #cb507d;
}

.content_inner em {
	color: #ffb7d1;
	font-style: normal;
}

.content_inner em strong {
	color: #ffb7d1;
}

.title {
	background: url('../images/home_content.jpg') no-repeat top left;
	min-height: 700px;
}

.bottom {
	color: #5C2A3D;
	width: 100%;
	padding: 20px 35px 40px 35px;
}

.bottom td a {
	color: #B78094;
}

.page_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFCB05;
	padding-bottom: 10px;
}

.news_title {
	color: #B78094;
	font-weight: bold;
}

.news_date {
	padding-bottom: 3px;
	text-align: right;
}

.news_more {
	margin-top: 10px;
	text-align: right;
}

.news_more a {
	color: #B78094;
	text-decoration: underline;
}

.news_back {
	margin-top: 10px;
	text-align: right;
}

.news_back a {
	color: #B78094;
	text-decoration: underline;
}

.link {
	color: #B78094;
	text-decoration: underline;
}

.gallery_block {
}

.gallery_img_small {
	margin: 10px;
	float: left;
}