.header {
	width: 100%;
	background: #5c9aef url('/layout/header.png') repeat-x;
	
}
.header, .header a {
	color: #e0f4ff;
	text-decoration: none;
}
.header a:hover {
	color: #ffffff;
}
.links, .about {
	width: 960px;
	margin: 0px auto;
	padding: 5px;	
	padding-left: 10px;
	padding-right: 10px;
}
.links {
	font-size: 1.1em;
	padding-bottom: 10px;
}
.links .languages, .links .common {
	width: 480px;
}
.links .common {
	float: left;
}
.links .languages {
	float: right;
	text-align: right;
}
.about {
	position: relative;
	font: 2.1em Times, Times New Roman, serif;
	text-align: right;
}	
.about p {
	margin: 0px;
	margin-top: 2px;
}
.about div {
	float: left;
	width: 132px;
}
.head {
	width: 100%;
	height: 150px;
	margin-top: -19px;
	background: #3f8dc7 url('/layout/head.png') repeat-x;
}
.head div {
	width: 100%
	height: 150px;
	text-align: center;
	background: url('/layout/bnc.jpg') center no-repeat;
}