html, body {
	height: 100%;
}
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}
form {
	display: inline;
}
.layout_body {
	display: block;
	width: 1025px;
	margin: 0px auto;
	margin-top: 100px;
}
.layout_content {
	display: block;
	width: 730px;
	float: left;
}
.layout_content_frame {
	display: block;
	/* min-height: 490px; */
	padding: 25px;
	border: 25px solid #ced5bf;
}
.content_headline {
	color: #3b5801;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.layout_content_frame a {
	color: #3b5801;
	text-decoration: none;
}
.layout_content_frame a:hover {
	text-decoration: underline;
}
.layout_navi {
	display: block;
	width: 275px;
	float: left;
	margin-left: 20px;
}
.layout_logo {
	display: block;
	width: 275px;
	height: 106px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
.navi_ul {
	display: block;
	list-style-type: none;
	width: 266px;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	border-right: 5px solid #3b5801;
	padding-bottom: 60px;
}
.navi_ul li {
	padding: 1px;
	margin: 0px;
	text-align: right;
	padding-right: 3px;
}
.subnavi_ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	width: 223px;
	text-align: right;
	margin-bottom: 10px;
}
.subnavi_ul li {
	text-align: right;
	display: inline;
	padding: 0px;
	margin: 0px;
}
.layout_imginfo {
	display: block;
	height: 13px;
	width: 200px;
	margin-left: 750px;
	margin-top: -86px;
}
.layout_foot {
	display: block;
	height: 10px;
	text-align: center;
	font-size: 10px;
	padding: 20px;
	color: #D2D2D2;
}
.layout_foot a {
	color: #D2D2D2;
	text-decoration: none;
}
.layout_foot a:hover {
	text-decoration: underline;
}

/* Form Styles */

.form_table_1 {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
.form_table_1 td {
	padding: 3px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}
.form_table_1 tr {
	vertical-align: top;
}
.form_table_1 th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
}
.form_error_1 {
	border: 1px solid #3b5801;
	width: 400px;
	padding: 5px;
	font-size: 12px;
}
.form_required_1 {
	color: #3b5801;
	font-weight: bold;
}
.form_input_1 {
	width: 200px;
	border:1px solid #ced5bf;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.form_select_1 {
	width: 200px;
	border:1px solid #ced5bf;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.form_textarea_1 {
	width: 350px;
	border:1px solid #ced5bf;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* Table 1 */

.table_1 {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: normal;
}
.table_1 th {
	color: #000000;
	border-bottom: 2px solid #3b5801;
	font-weight: bold;
	padding: 4px;
}
.table_1 td {
	padding: 4px;
	border-bottom: 1px solid #999999;
}

/* Gallery */

.gallery_pic_container {
	display: block;
	width: 160px;
	min-height: 160px;
	float: left;
	padding: 10px;
	padding-bottom: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #c0c0c0;
	text-align: center;
}
.gallery_pic_description {
	display: block;
	width: 420px;
	float: left;
}
.gallery_pic_headline {
	float: left;
	color: #3b5801;
	font-size: 14px;
	font-weight: bold;
}
.gallery_pic_date {
	float: right;
	color: #c0c0c0;
	font-size: 11px;
}
.gallery_fade_cont {
	display: block;
	width: 600px;
	margin: 0px auto;
	text-align: center;
}

/* News */

.news_headline {
	color: #3b5801;
	font-size: 14px;
	font-weight: bold;
}
.news_date {
	color: #c0c0c0;
	font-size: 11px;
}

.gallery_scroll_box {
	display: block;
	width: 630px;
	height: 530px;
	white-space: nowrap;
	overflow: scroll;
	overflow-x: scroll; 
	overflow-y: hidden;
}
.gallery_scroll_box a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}