<style type="text/css">
img{display: block;}
header{padding-bottom: 0;
	margin-bottom: 0 auto;}
footer{color: white;
	background-color: #326a00;
	font-style: Arial;
	border-radius: 0 0 10px 10px;
	margin-bottom: 0 auto;}
.clearfloat{clear: both;}

ul{font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;}
ul li{display: block;
	position: relative;
	left: 230px;
	float: left;}
li ul{display: none;
	left: -230px;}
ul li a{display: block;
	text-decoration: none;
	color: white;
	border-top: 1px solid white;
	padding: 5px 15px 5px 15px;
	background-color:#326a00;
	margin-left: 1px;
	white-space: nowrap;}
ul li a:hover{background:#3b3b3b;}
li:hover ul{display: block;
	position: absolute;}
li:hover li{float:none;
	font-size: 12px;}
li:hover a{background: #3b3b3b;}
li:hover li a:hover{background:#2b7700;}

#authorcontainer{width: 100%;
	height: 0 auto;
	margin: 0 auto;
	border: 1px solid black;
	background-color: #107c0f;}
@media only screen and (min-width: 769px) {
		p {font-size: 1.2em;}
		section { padding: 5% 20%; margin: 0 auto;}
		#containerz{width: 960px;
	height: 0 auto;
	border-radius: 10px;
	margin: 0 auto;
	background-color: white;}}
</style>