* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/backgroundRepeat.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	background-image: url(../images/interfaceBG.jpg);
	background-repeat: no-repeat;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	min-height:590px;
	height:auto !important;
	height:590px;
	margin-top: 1px;
}
#wrapperLong {
	background-image: url(../images/interfaceBGLong.jpg);
	background-repeat: no-repeat;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	min-height:850px;
	height:auto !important;
	height:850px;
	margin-top: 1px;
}
#wrapper img, #wrapperLong img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 0px;
	height: 21px;
	width: 899px;
	margin-right: auto;
	margin-left: auto;
}
#nav a, #nav a:link {
	color: #efc83f;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
}
#nav a:hover {
	text-decoration: underline;
}
#nav  a.tNavOn {
	color: #FFFFFF;
}
#content {
	width: 897px;
	min-height:506px;
	height:auto !important;
	height:506px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/splashBG_globe.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	clear: both;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
	margin-bottom: 20px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	color: #999;
	text-align: center;
}
.logoLink {
	float: left;
}
.langChoice {
	padding-top: 15px;
}
.langChoice a, .langChoice a:link {
	color: #999;
	text-decoration: none;
}
.langChoice a:hover {
	text-decoration: underline;
}
.langChoice a.lcOn {
	color: #6D005D;
}
#langSelector {
	float: right;
}
.clear {
	clear: both;
}
