#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif
}

body {
	background-color: none
}

header {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	text-align: center;
}

nav {
	text-align: center;
}

nav ul {
	list-style-type: none;
}

nav li {
	display: inline;
	margin-right: 40px;
}

a {
	color: #777;
	text-decoration: none;
}
section {
	width: 960px;
	height: 740px;
	float: left;
	background: white;
}

footer {
	background-color:#F2F2F2;
	border: 1px solid #DEDCD9;
	clear: both;
	background: #EDEBE8;
}

footer ul {
	float: left;
	list-style: none;
	padding: 0px
	margin: 20px
}
footer li {
	margin-right: 15px;
	display: inline;
}

footer p {
	text-align: right;
	margin-right: 20px;
	color: #777
}