body {
	background-color: #EDEDED;
	margin: 0 auto;
}

header {
	display: block;
}

.left {
	width: 18.6%;
	background-color: #6B94D3;
	display: block;
	height: 1080px;
	float: left;
}

.right {
	width: 18.6%;
	background-color: #6B94D3;
	display: block;
	height: 1080px;
	float: right;
}

.content {
	margin-top: 16%;
	margin-left: 20%;
	margin-right: 20%;
	border: 2px solid black;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: whiteSmoke;
}

.head p{
	padding-left: 30px;
	font-size: 30px;
	font-style: bold;
	font-family: Arial;
}

.text {
	padding: 10px 15px 10px 25px;
}

.quote {
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	text-decoration: underline;
}

.ahead {
	font-size: 26px;
}

.name {
	font-size: 26px;
	font-style: italic;
}
	
.average {
	font-size: 20px;
	font-style: italic;
}

.portrait {
	width: 180px;
	float: right;
	margin-right: 130px;
	margin-top: 10px;
	border: 2px solid black;
	-moz-border: 2px solid black;
	border-radius: 260px; 
	-moz-border-radius: 260px;
}

header ul {
	float: left;
	list-style: none;
	margin-top: 50px;
	margin-left: 10px;
}

header li {
	font-size: 30px;
	margin: 2px 15px;
	display: inline;
}
	
header a {
	padding: 2px 10px;
	text-decoration: none;
	color: whiteSmoke;
	background-color: #6B94D3;
	border: 3px solid #6B94D3;
	border-radius: 15px;
}

header a:hover {
	text-decoration: none;
	color: whiteSmoke;
	background-color: #537DBD;
}	