@charset "utf-8";
#container {
	height: 970px;
	width: 987px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	border: thin none #CCCCCC;
	background-color: #eec985;
}
#dummy {
	background-color: #695a40;
	height: 17px;
	width: 987px;
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
}

#bannerimage {
	height: 235px;
	width: 987px;
	position: relative;
	top: 19px;
	left: 0px;
}
#menubar {
	background-color: #695a40;
	height: 30px;
	width: 850px;
	position: absolute;
	top: 255px;
	left: 0px;
	}
	
#langbar {
	position: absolute;
	height: 30px;
	width: 137px;
	left: 851px;
	top: 255px;
	background-color: #695a40;
	text-align: right;
	vertical-align: middle;
}

#menufield {
	height: 475px;
	width: 987px;
	position: absolute;
	top: 255px;
	left: 2px;
}

#footer {
	height: 60px;
	width: 988px;
	position: absolute;
	top: 898px;
	left: 0px;
	padding-top: 10px;
	background-color: #695a40;
	color: #eec985;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
}

#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	height: 50px;
	width: 987px;
	padding-top: 15px;
	position: absolute;
	top: 897px;
	left: 10px;
}

#bookmark_zone {
	position:absolute;
	padding-left:860px;
	height:auto;
	width: auto;
	top:915px;
	}
