.container {
	background-color: #41393d;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	align: center
}

.header {
	background-color: #8A8C8F;
	background-repeat: no-repeat;
	height: 188px;
	width: 950px;
	font-size: 12px;
	text-align: center;
}
.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	width: 950px;
	height: 80px;
	background-color: #8A8C8F;
	margin-top: 70px;
	text-align: center;
	color: #d7e4c2;	
	padding: 14px 16px;
	text-decoration: none;
	
}


body {
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;width: 950px; font-size: 18px; color: #ffffff;
}
.headnavigation a {
	color: #d7e4c2;	
	padding: 20px 20px;
	text-decoration: none;
	font-size: 28px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #41393d;
	
}

.subnavigation a {
	float: left;
	color: #d7e4c2;	
	padding: 14px 16px;
	text-decoration: none;
	font-size: 22px;
	}














