/* CSS Document */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	margin: 0px;
	display: block;
	border: 0px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}
#page {
	background-image: url(/images/index_layout/page_middle_bg.gif);
	background-repeat: repeat-y;
	width: 820px;
	height: 730px;
	margin: 0px;
}
#page_top, #page_bottom {
	margin: 0px;
}
#mast {
	background-image: url(/images/index_layout/mast_bg.jpg);
	background-repeat: repeat-y;
	width: 754px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	top: -20px;
	position: relative;
}
#menu_bar {
	background-image: url(/images/index_layout/up_down_arrows.gif);
	background-repeat: no-repeat;
	background-color: #D17538;
	background-position: right;
	width: 754px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	top: -20px;
	position: relative;
	z-index:100;
}
#middle_container {
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	width: 755px;
	height: 440px;
	position: relative;
	z-index: 1;
}
#content_container {
	float: left;
	position: relative;
	z-index: 1;
}
#content {
	background: #FFFFFF;
	width: 755px;
	height: 415px;
	position: relative;
	overflow: auto;
	z-index: 1;
}
#content_details {
	margin-right: 5px;
	margin-left: 5px;
	z-index: 5;
}
#logo_bar {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	width: 754px;
	height: 54px;
	position: relative;
}
.logo_box {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
}
#gallery_box {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 700px;
	height: 400px;
	z-index: 6;
}
.form_label {
	color: #FFFFFF;
	background-color: #5F3800;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
}
.form_field {
	background-color: #D17538;
	border: 0px;
}

