#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif;
}

body {
	background-color: #F2F2F2
}

header {
	padding-top: 10px;
	padding-bottom: 20px;
	height: 50px;
	text-align: center;
}

nav {
	height: 50px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background: #38610B;
}

nav ul {
	list-style-type: none;
}

nav li {
	display:inline;
	margin-left: 30px;
	margin-right: 30px;
}

a {
	color: #BDBDBD;
	text-decoration: none;
}

section {
	width: 1000 px;
	float: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

footer {
	font-size: 12px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background: #38610B;
}