@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#logo {
	width: 400px;
	float: left;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
#content {
	margin-top: 0px;
	padding-top: 5px;
	height: 300px;
	font-size: 12px;
}
#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCFF;
}
#nav {

}
#banner {


}
#language {
	height: 15px;
	font-size: 12px;
	width: 360px;
	float: right;
	text-align: right;
	margin-top: 75px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}
