@import url("reset.css");
@import url('http://fonts.googleapis.com/css?family=Quattrocento');
body  {
	font-family:"Quattrocento", "Kozuka Gothic Pro R", serif;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
header {
	height: 130px;
	margin-bottom: 40px;
	width: 960px;
	margin-right: auto;
}
header h1 {
	font-size: 200%;
	color: #969;
	font-variant: small-caps;
	font-weight: normal;
	padding: 24px;
	text-align: center;
}
h1 a {
	text-decoration: none;
	color: #606;
}
header ul {
	margin: 0px;
	height: 32px;
}
header ul li {
	float: left;
	width: 160px;
	text-align: center;
	font-variant: small-caps;
	font-size: 175%;
}
header ul li a {
	color: #AAA;
	text-decoration: none;
	display: block;
}
header ul .nonNav .subNav {
	font-size: 50%;
	position: absolute;
	width: 160px;
	text-align: left;
}
#first {
	float: left;
	width: 440px;
	padding: 30px;
}
#second {
	float: left;
	width: 400px;
	padding: 30px;
}
footer {
	clear: both;
	color: #005;
	font-size: 90%;
	text-align: center;
}

#first h1 strong{
	font-weight: bold;
	font-size: large;
}
#page #content {
	color: #005;
}
#page .nav header #lang {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 120px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	
}
#page .nav header #lang a:hover {
	color: #606;
}
#page .nav header #lang a {
	color: #AAA;
	text-decoration: none;
}
#page #content #first p {
	line-height: normal;
}
#page #content #first h2 {
	line-height: normal;
}