@import url(/includes/jquery.lightbox-0.5.css);

html,body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: 0 185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #683601
}

a {
	color: #653600;
}

h1,h2,h3 {
	margin-top: 0;
	padding-top: 0;
}

h1 {
	font-size: 18px;
	color: #ba5915;
}

h2 {
	font-size: 18px;
	color: #ba5915;
}

#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

table th {
	background-color: #EED3A4;
	padding: 2px;
}

#logo {
	position: absolute;
	left: 356px;
	top: 20px;
}

#navigation {
	padding-top: 157px;
}

#navigation_left {
	float: left;
}

#navigation_right {
	float: right;
}

#navigation_left a {
	float: left;
	margin-right: 26px;
}

#navigation_right a {
	float: right;
	margin-left: 26px;
}

.nav a {
	text-decoration: none;
	font-weight: bold;
	color: #653600;
	font-size: 15px;
	width: 95px;
	height: 23px;
	text-align: center;
	padding-top: 5px;
}

.nav a:hover {
	color: #ba5915;
}

.nav a#active {
	background-image: url(images/button_back.jpg);
	background-repeat: no-repeat;
}

.gallery p {
	margin: 0 0 12px 0;
	padding: 0;
}

.gallery h2 {
	padding: 0;
	margin: 0;
}

#body {
	clear: both;
	padding-top: 25px;
}

#content {
	width: 660px;
	float: left;
}

#home_photo {
	margin-bottom: 20px;
}

#banners a {
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 22px;
	text-align: center;
	padding-top: 118px;
	text-decoration: none;
	font-weight: bold;
	color: #653600;
}

#banners a#banner01 {
	background-image: url(images/banner01.jpg);
	background-repeat: no-repeat;
}

#banners a#banner02 {
	background-image: url(images/banner02.jpg);
	background-repeat: no-repeat;
}

#banners a#banner03 {
	background-image: url(images/banner03.jpg);
	background-repeat: no-repeat;
}

#contact_form {
	float: right;
	min-height: 414px;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	width: 300px;
	text-align: center;
}

#contact_form table {
	margin: auto;
}

#contact_form td {
	text-align: left;
}

#content_text {
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	line-height: 1.5em;
}

#sub_banner {
	float: left;
}

#gallery a {
	border: none;
	text-decoration: none;
}

#gallery .photo {
	padding: 6px;
	float: left;
	border: none;
	text-decoration: none;
}

#footer {
	position: relative;
	top: 20px;
	clear: both;
	background-color: #FFF;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

#footer img {
	padding: 0 12px 0 12px;
}