body {
	background: url('/images/website/bg.jpg') repeat;
	margin: 0;
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #2E1700;
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #7A2F0B;
}
h2 {
	font-size: 12px;
	color: #60442B;
}

a {
	color: #2E1700;
}

/* searchbox */
#search {
	margin: 25px 0 0 600px;
}
#search input {
	background-color: #997E66;
	border: 1px solid #7F310B;
	width: 133px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#search a {
	color: #333333;
}


/* menu */
#menubar {
	width: 100%;
	height: 87px;
	background: url('/images/website/header_bg.png') repeat-x;
}
#menubar ul {
	margin: auto;
	padding-left: 180px;
	width: 807px;
	height: 139px;
	background: url('/images/website/header_menu_bg.png') no-repeat;
	list-style: none;
}
#menubar li {
	float: left;
	margin: 35px 0 0 40px;
}
#menubar a {
	text-decoration: none;
	color: #E9C881;
}

/* submenu */
.submenu {
	height: 45px;
	float: left;
}
.submenu.left {
	width: 33px;
	background: url('/images/website/submenu_left.png');
}
.submenu.middle {
	background: url('/images/website/submenu_middle.png') repeat-x;
	padding-top: 12px;
	height: 33px;
}
.submenu.middle a {
	text-decoration: none;
	color: #E9C881;
}
.submenu.right {
	width: 33px;
	background: url('/images/website/submenu_right.png');
}


/* container */
#container {
	text-align: left;
	float: left;
	margin: -12px 0 0 -2px; 
}
#container-top {
	height: 16px;
	width: 953px;
	background: url('/images/website/container_top.png') no-repeat;
}
#container-middle {
	width: 953px;
	background: url('/images/website/container_middle.png');
	padding-bottom: 20px;
}
#container-bottom {
	height: 16px;
	width: 953px;
	background: url('/images/website/container_bottom.png') no-repeat;
}

#banner {
	width: 843px;
	height: 161px;
	margin: auto;
}

/* content */
#content {
	width: 843px;
	margin: auto;
	margin-top: 25px;
}
body.mceContentBody {
	text-align: left !important;
}

/* home boxes */
#news-hr {
	position: relative;
	width: 550px;
	height: 3px;
	margin-top: 35px;
	background: url('/images/website/line.png');
	float: right;
	border: 0;
	z-index: 1;
}
#news {
	position: relative;
	width: 915px;
	height: 63px;
	margin: 15px 0 0 -29px;
	background: url('/images/website/intro_news.png') no-repeat;
	padding: 23px 0 0 65px;
	color: #F6D48A;
	z-index: 999;
}
#news a {
	color: #F6D48A;
}
#events {
	width: 915px;
	height: 63px;
	margin: 15px 0 0 -29px;
	background: url('/images/website/intro_events.png') no-repeat;
	color: #2E1700;
	padding: 23px 0 0 65px;
}
.news-content,.event-content {
	width: 843px;
	margin: auto;
}


/* gallery */
.gallery {
	width: 120px;
	height: 180px;
	border: 1px solid #000;
	float: left;
	margin-left: 35px;
	margin-bottom: 15px;
	cursor: pointer;
}
.gallery img {
	width: 100px;
	height: 100px;
	margin: 5px 0 0 10px;
	border: 0;
}
.gallery p {
	margin: 5px 5px 5px 5px;
	text-align: center;
}

.ui-widget-content, .ui-widget-header, .ui-state-default, .ui-state-active {
	background: #E9C881 !important;
	border:1px solid #E9C881;
}

#sanmax {
	padding-left:55px;
	background: url('/images/website/container_middle.png');
	width:898px;
}
