#thomas {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif;
}

body{
	background-color : #EDEBE8 ;
}

header {
	font-size: 30px;
	font-family: arial;
	
	
}

nav {
	text-align: center;
	list-style-type: none;	
}

nav ul {
	list-style-type: none;
	margin-top: 10px;
}

nav li {
	display: inline;
	margin-right: 40px;
	list-style-type: none;	
}

a {
	color: #777;
	text-decoration: none;
}

section {
	width: 640px;
	float: left;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #F2F2F2;
	border-radius: 20px;
}





aside {
	width: 310px;
	float: right;
	
}

footer {
	width: 670px;
	float: left;
	padding: 0px;
	margin-right: 22px;
	background-color: #97CBFF;
	border-radius: 20px;
}
	
	


