.page
{	
	display: flex;
	flex-direction: column;
	width: auto;	
	flex-wrap: wrap;
}
.container
{	
	display: flex;
	flex-direction: row;
	width: auto;
	background-color: #eee;		
}

.header{
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;		
}

.left
{
	width: 10%;	
	height: auto;	
	background-color: #eee;
	font-size: 18;	
	display: flex;
	flex-wrap: wrap;		
	flex-direction: column;
	text-align: center;
	background-color: #fff;	
	border: 1px solid;		
}
.center
{
	width: 60%;	
	height: auto;	
	background-color: #fff;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;	
}
.right
{
	width: 30%;	
	height: auto;	
	background-color: #fff;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;	
}
.centerup{	
	height: auto;	
	background-color: #aaf;
	font-size: 14;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 1px solid;		
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: center;
}
.centerdown{	
	height: auto;	
	background-color: #aaf;
	font-size: 14;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 1px solid;	
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;
}
.rightup{	
	height: auto;	
	background-color: #aaf;
	font-size: 20;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 1px solid;		
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;
	padding-left: 5%;
}
.rightdown{	
	height: auto;	
	background-color: #aaf;
	font-size: 20;	
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	flex-direction: column;
	border: 1px solid;	
	margin-right: 5%;	
	margin-bottom: 5%;
	margin-top: 5%;
	margin-left: 5%;
	text-align: justify;
	padding-left: 5%;
}
.submit{
	font-size: 20;
	font-family: timesnewromans;
	font-weight: bold;
	margin-left: 20%;
	margin-top: 5%;
}
.headerimage{
	width: 100%;
}