@charset "utf-8";
/* CSS Document */

body {
	background: url(../../images/bg.gif) repeat;
	color: #896B51;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	margin: 0px;
}
.clear {
	clear: both;
}

#main_container {
	width: 1000px;
	margin: auto;
}

#content {
	width: 880px;
	padding: 8px 60px 0px 60px;
	background: url(../../images/main.png) repeat-y;
}

#content_main {
	width: 600px;
	float: left;
	text-align: justify;
}
#content_side {
	width: 250px;
	float: right;
}

#footer {
	width: 1000px;
	height: 50px;
	background: url(../../images/foot.png) no-repeat;
	text-align: center;
	color: #4B3A2B;
	font-size: 10px;
	padding-top: 56px;
}
#title_left {
	width: 17px;
	height: 42px;
	background: url(../../images/header_left.gif) no-repeat;
	float: left;
	margin-bottom: 10px;
}
#title_center {
	width: 566px;
	height: 42px;
	line-height: 42px;
	background: url(../../images/header_mid.gif) repeat-x;
	float: left;
	color: #D47F16;
	font-weight: bold;
	margin-bottom: 10px;
}
#title_right {
	width: 17px;
	height: 42px;
	background: url(../../images/header_right.gif) no-repeat;
	float: left;
	margin-bottom: 10px;
}
#content_win {
	padding: 0px 17px 15px 17px;
}

.text_orange_bold {
	font-size: 13px;
	font-weight: bold;
	color: #D47F16;
}
.top10list {
	line-height: 20px;
}

a {
	color: #D47F16;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.news_block {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #442B0F;
}
.news_title {
	font-weight: bold;
	color: #E1B28A;
	text-transform: uppercase;
}
.title_news_left {
	width: 200px;
	float: left;
}
.title_news_right {
	width: 200px;
	float: right;
	text-align: right;
	font-weight: normal;
}
.gallery_thumb {
	width: 124px;
	margin-right: 20px;
	float: left;
}
.gallery_content {
	width: 422px;
	float: left;
}
a.thumb {
	border: 2px solid #D47F16;
}
a.thumb:hover {
	border: 2px solid #E1B28A;
}

.column1 {
	width: 124px;
	padding-right: 23px;
	float: left;
}
.column2 {
	width: 124px;
	padding-right: 23px;
	float: left;
}
.column3 {
	width: 124px;
	padding-right: 23px;
	float: left;
}
.column4 {
	width: 124px;
	float: left;
}