body{
	width: 80%;
	margin: auto;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#Header{
	width: 301px;
	margin: auto;
}

#Menu{
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
}

#Menu a{
	text-decoration: none;
}

#Menu ul{
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#Menu li{
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	color: gray;
}

#Languages{
	float: right;
}

#Languages ul{
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#Languages li{
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}

.current{
	font-weight: bold;
}

#Content{
	padding-top: 16px;
	border-bottom: 1px solid gainsboro;
	padding-right: 10%;
	padding-left: 10%;
	background-color: whitesmoke;
}

h2{
	text-transform: uppercase;
}

a{
	color: gray;
}