@charset "UTF-8";
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

header {
	width: 960px;
	height: 250px;
	}

nav{
	height: 100px
	margin: auto;
	width: 960px;
	padding-top: 5px;
	color: #7C7C7C
	font-family: "Helvetica Neue:, Helvetica, Arial, sans-serif;
	text-align: center;	
		
}
li {
	float: left;
	width: 240px;
	text-align: center;
}

ul {
	margin: auto;
	width: 960px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	height: 10px;
	
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
