@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body, html {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}
html {
	height: 100%;
}
body {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 804px;
	margin: 0 auto;
	background: url(../images/body_bg.gif) center top repeat-y;
	min-height: 100%;
}

#content_box {
	width: 579px;
	float: right;
	padding: 0;
}
	#header {
		height: 110px;
		width: 579px;
		margin: 0 0 5px 0;
		padding: 0;
		background: url(../images/header.gif);
	}
	#header a {
		display: block;
		border: 0;
		text-indent: -99999px;
		overflow: hidden;
		width: 579px;
		height: 105px;
	}

#content {
	padding: 40px;
	min-height: 400px;
	_height: 400px;
}
	#content p {
		margin-bottom: 1.8em;
		line-height: 1.5em;
		font-size: 13px;
		text-align: justify;
	}
	#content h2, #content h3, #content h4, #content h5, #content h6 {
		color: #785622;
		font: Georgia, "Times New Roman", Times, serif;
		letter-spacing: -1px;
		text-transform: uppercase;
		border-bottom: 1px solid #785622;
	}
	#content h2 {
		font-size: 20px;
		margin-bottom: 1.2em;
	}
	#content h3 {
		font-size: 18px;
		margin-bottom: 1.2em;
	}
	#content h4 {
		font-size: 16px;
		margin-bottom: 1.1em;
	}
	#content h5 {
		font-size: 14px;
		margin-bottom: 1.1em;
	}
	#content h6 {
		font-size: 12px;
		margin-bottom: 1em;
	}

#menu_box {
	width: 110px;
	margin-right: 5px;
	float: right;
	min-height: 100%;
	_height: 100%;
}
	#menu_box ul {
		background: url(../images/menu_bg.gif) no-repeat;
		min-height: 400px;
		_height: 400px;
		padding-top: 110px;
		list-style: none;
	}
		#menu_box ul li, #menu_box ul li a {
			display: block;
			width: 110px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#menu_box ul li a {
			font-size: 14px;
			letter-spacing: -1px;
			font-weight: bold;
			color: #000000;
			text-transform: uppercase;
			text-decoration: none;
			text-align: center;
			line-height: 31px;
			vertical-align: middle;
		}
		#menu_box ul li a:hover {
			background: #ECC67F;
			color: #448FFF;
		}

.sidebar {
	width: 50px;
	float: right;
	margin-right: 5px;
	background: #0f0;
}
	.sb1 {
		background: url(../images/sidebar1.gif) no-repeat;
		padding-top: 55px;
	}
	.sb2 {
		background: url(../images/sidebar2.gif) no-repeat;
		padding-top: 110px;
	}


a img {
	border: 0;
}
a {
	color: #65553A;
	font-weight: bold;
}
	a:hover {
		text-decoration: none;
	}


.error {
	background: #F7B7B7;
	border: 1px solid #f00;
	padding: 5px;
}
	.error strong, .error a {
		color: #f00;
	}
	span.error {
		color: #f00;
	}

.contact td {
	vertical-align: top;
}
.edit {
	border: 1px solid #D99749;
	background: #FFFAEF;
	width: 300px;
	padding: 2px;
	letter-spacing: 1px;
	font-size: 12px;
}
textarea.edit {
	height: 100px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.submit {
	width: auto;
	font-weight: bold;
	padding: 0;
	font-size: 14px;
}

strong.bigger {
	font-size: 14px;
	letter-spacing: 1px;
}

/* gallery */
.overview {
	width: 100%;
	border-collapse: collapse;
}
.overview td {
	height: 140px;
	padding: 10px;
	border-bottom: 20px solid #FBF1DE;
	vertical-align: middle;
	background: #EFDCB3
}
	#content .overview td h5 {
		font-size: 20px;
		letter-spacing: -2px;
		border: 0;
		margin: 0 0 10px 0;
		text-decoration: none;
		text-transform: none;
		font: Georgia, "Times New Roman", Times, serif;
	}
	#content .overview td h5 a {
		font-weight:normal;
	}

.image td {
	border: 1px solid #A27A0E;
	background: #FFF0C7;
	padding: 5px;
	width: 25%;
	vertical-align: top;
}
	.image td input {
		width: auto;
		border: 0;
	}
	.image td .image_title {
		width: 100%;
		display: block;
		background: #F2DC9E;
		padding: 5px 0;
		margin-bottom: 10px;
		text-align: center;
		font-weight: bold;
	}
	.image td .imagebox {
		display: block;
		text-align: center;
		height: 110px;
	}


.footer {
	clear: both;
	width: 200px;
	height: 22px;
	font-size: 10px;
	margin-top: 30px;
	float: right;
	background: #EFD199;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
}








