#wrapper{
	width: auto;
	height: auto;
	margin-rigt: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif;
}

header{
	padding-top: 0px;
	padding-bottom: 10px;
	height: 135px;
	text-align: left;
}

nav{
	text-align: center:
}

section{
		width:435px;
		height:auto;
		float: left;
		text-align: center;
		background: green;
		border: 3px solid #DEDCD9;
		border-radius: 5px;
}

footer{
	width:Auto;
	height:Auto;
	background-color: #F2F2F2;
	clear: both;
}

footer ul{
	float: left;
	list-style: none;
	padding: 0px;
	margin: 20px;
}

footer li{
	margin-right: 15px;
	display:inline;	
}

footer p{
	text-align: rigt;
	margin-right: 20px;
	color: #777;
}