@charset "utf-8";
#container {
	height: 670px;
	width: 987px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	border: thin none #CCCCCC;
	background-color: #000000;
}
#dummy {
	background-color: #666666;
	height: 17px;
	width: 987px;
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
}
#titlefield {
	height: 75px;
	width: 987px;
	position: absolute;
	top: 19px;
	left: 0px;
}
#menubar {
	background-color: #666666;
	height: 20px;
	width: 850px;
	position: absolute;
	top: 97px;
	left: 0px;
}
#langbar {
	position: absolute;
	height: 20px;
	width: 137px;
	left: 851px;
	top: 97px;
	background-color: #666666;
	text-align: right;
	vertical-align: middle;
}

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

