body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div.head {
	padding-top: 8%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 49%;
	text-align: right;
}

div.left {
	padding: 10px 1% 10px 0px;
	text-align: right;
	width: 49%;
	float: left;
	color: white;
	background-color: #93938e;
}

div.right {
	padding: 10px 0px 10px 4%;
	text-align: left;
	width: 45%;
	float: right;
	color: white;
	background-color: #006490;
}

div.foot {
	clear: both;
	padding-top: 250px;
	text-align: center;
}

a {
	text-decoration: none;
	color: white;
}

