body,form,ul,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clear{
	clear:both;
	line-height: 0px;
}

body{
	background: url(../images/back.jpg) top center #00569b no-repeat;
}


#warp{
	width: 888px;
	height: 888px;
	margin: 0 auto;
}
	#menuTop{
		width: 640px;
		margin-top: 66px;
		margin-left: 215px;
		/* _margin-left: 207px; */
		font-family: Verdana;
		font-size: 10px;
		float: left;
	}
		#menuTopUL{
			width: 580px;
			float: left;
		}
			.menuTopLI{
				margin-left: 30px;
				/* _margin-left: 15px; */
				line-height: 55px;
				font-family: Georgia;
				font-size: 14px;
				display: block;
				float: left;
			}
			.menuTopLink{
				color: #fff;
				text-transform: none;
				text-decoration: none;
			}
			.menuTopLink:hover{
				text-decoration: underline;
			}
			.menuBottomLink{
				color: #FFF;
				text-transform: none;
				text-decoration: none;
				background-color: #F18934;
			}
			.menuBottomLink:hover{
				text-decoration: underline;
			}
		#langs{
			width: 40px;
			margin-top: 22px;
			margin-left: 20px;
			float: right;
		}
			.langsLi{
				display: block;
				width: 20px;
				float: left;
			}
	#menuLeft{
		width: 244px;
		margin-top: 242px;
		margin-left: 4px;
		/* _margin-left: 2px; */
		font-family: Georgia;
		font-size: 14px;
		font-weight: bold;
		float: left;
	}
		#menuLeftUL{
			float: left;
		}
			.menuLeftLI{
				border-top: 1px solid #f1c85b;
				border-right: 1px solid #fde35c;
				border-bottom: 1px solid #daa21c;
				border-left: 1px solid #b28318;
				width: 222px;
				padding: 10px;
			}
			.menuLeftLink{
				color: #fff;
				text-transform: none;
				text-decoration: none;
			}

	#content{
		width: 544px;
		margin-top: 242px;
		padding: 20px;
		float: left;
	}
		#contTitle{
			margin-bottom: 15px;
			font-family: Georgia,Bookman Old Style;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
		}
		#contDesc{
			width: 529px;
			height: 320px;
			overflow: hidden;
			font-family: Georgia;
			font-size: 14px;
			font-weight: normal;
			color: #75652d;
			float: left;
		}
			#contPics{
				width: 150px;
				margin-right: 5px;
				float: left;
			}
/* 			#scroller{
				width: 5px;
				height: 340px;
				margin-left: 10px;
				background: url(../images/dot.gif) top left repeat-y;
				float: left;
			}
				#bubble{
					width: 5px;
					height: 25px;
					background-color: #bb9c33;
				} */
		.scroller{
			width: 200px;
			font-family: Tahoma;
			font-size: 9px;
			text-align: right;
			margin-top: 5px;
			margin-bottom: 5px;
			font-weight: normal;
			float: right;
		}
			.scrollLink{
				color: #b28318;
				text-transform: none;
				text-decoration: none;
				border: none;
			}
			.scrollLink:hover{
				border-top: 1px solid #b28318;
				border-bottom: 1px solid #b28318;
			}			
			
#gallery {
	list-style: none;
}
.gall_img_li {
	width: 230px;
	height: 130px;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 10px;
}

.gall_img {
	width: 230px;
	height: 130px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;	
}
fieldset, form{
	margin: 0;
	padding: 0;
}
#reqFS{
	padding-left: 15px;
	border-bottom: 2px solid #f1c85b;
	border-left: 2px solid #fde35c;
	border-top: 2px solid #daa21c;
	border-right: 2px solid #b28318;	
	color: #75652d;
}
.formRow{
	width: 450px;
	margin-bottom: 7px;
	float: left;
}
.formLabel{
	display: block;
	width: 150px;
	font-weight: bold;
	float: left;
}
.formField{
	border: 1px solid #b28318;	
	color: #75652d;
	background-color: #fffcc7;
	background-color: #dcd9a8;
}
.formButton{
	width: 80px;
	border: 1px solid #b28318;	
	text-align: center;
	background-color: #dbb318;
	color: #fcff11;
}
#footer{
	width: 700px;
	height: 20px;
	margin: 0px auto 0 auto;
}
