.box{
	background-color:#002266 !important;
	width:200px;	
	height: 200px;
	margin:20px;
	float: left;
}
.boxContent{
	color:white;
	height:100%;
	width:100%;
	text-align:center;
	valign:middle;
	font-family: Special Elite;
}
.head{
	z-index: 5;
	box-shadow: 0px 2px 5px #555;
	background-image: linear-gradient(to top, #3366cc 0%, #002266 80%);
	color:white;
	width:100%;	
	height: 75px;
	font-family: Boogaloo;
	position: fixed;
	top:0px;
}
.footer
{
	z-index: 2;
	box-shadow: 0px -2px 5px #555;
	width:100%;	
	background-image: linear-gradient(to top, #002266 0%, #3366cc 80%);
	position: fixed;
	bottom: 0px;
	height: 50px;
	color:white;
	font-family: Boogaloo;
}
.navigation
{
	margin-top:-15px;
	z-index: 1;
	background-image: linear-gradient(to right, #7094db 20%, #adc2eb 80%);
	position: fixed;
	right: 0px;
	width: 250px;
	height: 100%;
	color:white;
	font-size:20pt;
}
.content
{
	margin-top:90px;
	margin-bottom:50px;
	margin-right:250px;
	height:100%;
	width:100%;
}