@charset "UTF-8";
.thelanguage {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 130%;
	margin-bottom: 5px;
}
.thelanguage a#current {
    color: #999999;
}
#wrapper {
	width: 900px;
	top: 20px;
	left: 20px;
}
#wrapper2 {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -550px;
}
#nav {
	z-index: 2;
	width: 200px;
	float: left;
	position: fixed;
	top: 20px;
	left: 20px;
	background-color: #FFFFFF;
	padding-left: 16px;
	padding-bottom: 9px;
}
#content {
	z-index: 1;
	float: left;
	position: relative;
	margin-top: 115px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 600px;
	left: 265px;
	display: inline;
}
#content li{
	line-style: none;
	display: inline;
	padding: 10px;
	white-space: nowrap;
	min-height: 1%;
}
#copy {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 120%;
	width: 200px;
	height: 550px;
	position: absolute;
	float: right;
	margin-top: 18px;
	margin-left: 10px;
	display: inline;
	white-space: normal;
}
#copy li{
	display: inline;
}
#copy2 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 120%;
	width: 400px;
	height: 550px;
	position: absolute;
	float: right;
	top: 18px;
	display: inline;
	white-space: normal;
}
a:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 130%;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 130%;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	line-height: 130%;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	line-height: 130%;
}
.picwhite {
	border: 1px solid #CCCCCC;
}