body {
	background-image: url('../pics/bg_body.png');
	margin: 0;
	color: #e5e5e5;
	font-family: verdana,tahoma,arial,verdana,sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #ffdf8c;
}
h1 {
	font: bold 24px verdana;
	color: #ffdf8c;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px dotted #968d66;
}
h2 {
	font: bold 15px verdana;
	margin: 40px 0 20px 0;
	padding: 0 0 0 15px;
	color: #ffdf8c;
	background: url('../pics/bg_h2.png') no-repeat;
}
h3 {
	font: bold 12px verdana;
	margin: 20px 0;
	padding: 0;
}
div.clear {
	clear: both;
}
div#container {
	width: 900px;
	margin: 0 auto;
}
div#header {
	width: 900px;
	height: 310px;
	background-image: url('../pics/header.jpg');
}
div#header div {
	position: absolute;
	text-align: center;
}
div#content_container {
	background: url('../pics/bg_content.jpg') no-repeat;
	width: 820px;
	padding: 0 40px;
	min-height: 316px;
}
div#menu {
	width: 200px;
	float: left;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu ul li a {
	color: #fff;
	font: bold 12px verdana;
	padding: 16px;
	display: block;
	background: url('../pics/menu_li.png') no-repeat;
}
div#menu ul li:hover {
	background: url('../pics/menu_active.png') repeat-x;
}
div#menu ul li.menu_sep {
	background: url('../pics/menu_sep.png') repeat-x;
	height: 1px;
}
div#content {
	width: 580px;
	margin-left: 40px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
div#content ul li {
	padding: 5px 0;
}
div#footer {
	height: 132px;
	background: url('../pics/bg_footer.jpg') no-repeat;
	padding: 15px 40px 0 40px;
	margin-top: 50px;
}
div#footer a {
	color: #6d6d6c;
}
div#footer_left {
	width: 200px;
	float: left;
	margin-top:	80px;
}
div#footer_left img {
	margin: 0 10px 0 0;
}
div#footer_right {
	width: 620px;
	float: left;
	text-align: right;	
	font-size: 11px;
	line-height: 20px;
	color: #6d6d6c;
}
div.event_box {
	float: left;
	margin: 20px 0 20px 0;
}
div.event_box_image {
	width: 106px;
	float: left;
	padding: 0 10px 0 0;
}
div.event_box_image img {
	border: 3px solid #2b2a27;
}
div.event_box_content {
	width: 464px;
	float: left;
}
div.event_box h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
}
div#testimonials {
	font: italic 12px georgia;
	line-height: 20px;
	color: #7c7b79;
	background: url('../pics/q1.png') no-repeat;
	padding: 18px;
	margin: 20px 0 0 0;
}
div#testimonials img {
	float: right;
}
div.gallery_item {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 15px 10px 0;
	padding: 0;
	text-align:center;
}
div.gallery_item img {
	border: 2px solid #333230;
}
div.gallery_item img:hover {
	border-color: #ffdf8c;
}
div.galleries {
	padding-bottom: 20px;
}
div.pager {
	width: 100%;
	float: left;
	padding: 10px 0 10px 0;
}
div.pager a {
	padding: 2px 7px 2px 7px;
	background-color: #42423e;
	margin: 0 2px 0 2px;
	color: #dadada;
	border: 1px solid #333332;
}
div.pager a:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pager span {
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	margin: 0 2px 0 2px;
	background-color: #ffdf74;
	color: #000;
	border: 1px solid #dfba3f;
}
.dotline {
	background: url('../pics/menu_sep.png') repeat-x;
	height: 1px;
	width: 100%;
}
img.align-right {
	float: right;
	padding: 0 0 10px 10px;
}
img.align-left {
	float: left;
	padding: 0 10px 10px 0;
}
img.border-grey {
	border: 5px solid #363533;
}
table.price_offer td {
	padding: 15px 15px 15px 0;
}
table.price_offer td input, table.price_offer td textarea {
	border: 1px solid #000;
	padding: 5px;
	width: 300px;
}
table.price_offer td textarea {
	height: 100px;
}
input.button {
	background-color: #FFDF8C;
	border: 1px solid #eeca6b;
	color: #000;
	font-weight: bold;
}
div.notice, div.error, div.warning {
	font-weight: bold;
	text-align: center;
	padding: 20px;
	background: #f4e33e;
	color: #000;
	border: 4px solid #ebc701;
}