@charset "UTF-8";
/* CSS Document */

.container {
	padding: 5px;
	height: 1000px;
	width: 100%;
	margin:auto
}
.header {
	height: 150px;
	width: 750px;
	text-align: left;
}
.logo {
	float: left;
}
.headerright {
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #FF0;
	text-align: center;
}
.navbar {
	height: 20px;
	width: 100%;
}
.navbutton {
	background-color: #4F06FF;
	width: 25%;
	text-align: center;
	float: left;
}
.imagecaption {
}
.footer {
	width: 750px;
	font-size: 14px;
}
