@charset "utf-8";
main {
	width: 100%;
	margin-top: 50px;
	clear: both;
}
main header {
	width: 100%;
	background-color: #FFFFFF;
	}
.photowidth {
	max-height: 100px;
	width: 100%;
	hight: 100%;
}
article{
	max-width: 950px;
	background-color: #E2E8CC;
	margin-left: auto;
	margin-right: auto;
}
article nav{
	margin-top: 2%;
	color: #000000;
	font-size: 14px;
	float: left;
	text-align: center;
	background-color: #E2E8CC;
}
section{
	clear: both;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}