@CHARSET "UTF-8";

body
{
	background-image: url(/theme/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #cd993d;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

select, input, textarea
{
	border: 1px solid #dbba7c;
}

img, table
{
	border: 0px none;
}

table tr td
{
	vertical-align: top;
}

.clear
{
	clear: both;
}

.rightalign
{
	float: right;
}

.leftalign
{
	float: left;
}

.footer
{
	color: #dbba7c;
	font-size: 10px;
	padding-top:10px;
	width: 1000px;
	height: 30px;
	background-image: url(/theme/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: center;
}

.footer a
{
	color: #dbba7c;
}

.wrapper
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #57483d;
}

.wrapper .logo
{
	background-image: url(/theme/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	height: 320px;
}

.wrapper .mainmenu
{
	margin-left: auto;
	margin-right: auto;
	padding-left:170px;
	padding-right:300px;
	padding-top:285px;
	text-align: center;
}

.wrapper .mainmenu a
{
	text-align: center;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 5px;
	font-weight: bold;
}

.wrapper .mainmenu a:hover,
.wrapper .mainmenu .selected
{
	color: #e2971c;
	text-decoration: underline;
}

.wrapper .topmenu
{
	background-image: url(/theme/top_logo.png);
	background-position: 60px center;
	background-repeat: no-repeat;
	height: 220px;
	width: 1000px;
}

.wrapper .topmenu .topleft
{
	float: left;
	margin-left: 200px;
	width: 504px;
	height: 200px;
	background-image: url(/theme/top_left.png);
	background-position: center 160px;
	background-repeat: no-repeat;
}

.wrapper .topmenu .topleft .topleft_head
{
	padding-left: 70px;
}

.wrapper .topmenu .topleft .topleft_text
{
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 70px;
	width: 300px;
	height:100px;
}

.wrapper .topmenu .topleft .topleft_foot
{
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.wrapper .topmenu .topleft .topleft_foot a,
.wrapper .topmenu .topleft .topleft_head a
{
	color: #cd993d;
	font-weight: bold;
	font-size: 12pt;
	padding-right: 20px;
	text-decoration: none;
}

.wrapper .topmenu .topleft .topleft_foot a:HOVER,
.wrapper .topmenu .topleft .topleft_head a:HOVER
{
	color: #ffffff;
}

.wrapper .topmenu .image
{
	height:200px;
	width:145px;
	float: right;
	padding-right: 100px;
}

.wrapper .topfooter
{
	width: 1000px;
	height: 30px;
	background-image: url(/theme/top_footer.jpg);
	background-repeat: repeat-x;
}

.wrapper .main
{
	padding-top:10px;
	min-height:117px;
	margin-top:10px;
}

.wrapper .main .content
{
	width: 877px;
	margin: 10px auto;
	background-image: url(/theme/content_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #ffffff;
}

.wrapper .main .content a
{
	color: #cd993d;
	text-decoration: none;
}

.wrapper .main .content a:HOVER
{
	color: #ffffff;
	text-decoration: underline;
}

.wrapper .main .content .content_header
{
	width: 837px;
	height: 67px;
	background-image: url(/theme/content_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 77px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
	font-size: 14px;
	font-weight: bold;
}

.wrapper .main .content .text
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.wrapper .main .content .content_footer
{
	width: 837px;
	height: 50px;
	background-image: url(/theme/content_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.wrapper .main .gallery_mini
{
	float:left;
	height:130px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
	width:120px;
}

.wrapper .main .pager
{
	text-align: right;
	width: 877px;
	margin:10px auto;
}
