
#lang-selector {
	width: 960px;
	margin: 0px auto; 
	display: block; 
	text-align: right;
}

#lang-selector a {
	color: #666;
	text-decoration: none;
}

header {
	
	overflow: hidden;
}

header .header-illustration {
	margin: 0px 10px 0px 0px;
	height: 150px;
	width: 210px;
	float: left;
	background-image: url('../images/header-illustration.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: pointer; 
}

header .main-title {
	width: 525px;
	height: 80px;
	overflow: hidden;
	padding: 0px 0px 0px 0px; 
	margin: 20px 0px 16px 0px;
	float: left;
	background-image: url('../images/header-title.png');
	background-repeat: no-repeat;
	background-position: top center;
	
}

header .header-box {
	
	width: 193px; 
	overflow: hidden;
	margin: 10px 10px 0px 0px;
	padding: 1px;
	border: 1px solid #66a3d2;
	float: right;
}

header .header-box .box {
	height: 136px; 
	background-color: #66a3d2;
	margin: 0px;
	padding: 0px; 
	overflow: hidden;
}