
body {
	background-color: #1E576D;
	text-align: center;
	min-width: 900px;
}

#container {
	position: relative;
	width: 900px;
	height: 565px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#langbar {
border: none;
float: right;
} 

#columnL {
	width: 290px;
	height: 565px;
	float: left;
	z-index: 10;
}

#columnR {
	width: 610px;
	height: 565px;
	float: left;
	z-index: 10;
}

#menuContainer {
	height: 135px;
	clear: both;
	z-index: 10;
}

.nav {
	position: relative;
	width: 88px;
	height: 135px;
	background-color: #FFA900;
	margin-left:1px;
	float: left;
}

.nav div {
	width: 88px;
	position: absolute;
	bottom: 10px;
	text-align: right;
}

.link {
	position: absolute;
	width: 88px;
	height: 135px;
	top: 0px;
	left: 0px;
}

.hover {
	position: absolute;
	display: none;
	top: 136px;
	left: 0px;
}

.nav div span {
	margin-right: 8px;
}



.nav div span {
	font-family: Verdana, Tahoma, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}