.header{
	background:#000099;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:100%;
	height: 50px;
}

.menu{
	background:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	width:100%;
	height: 50px;
}

.menu ul{
	text-decoration:none;
}

.menu li{
	display:inline;
	margin:30px 100px 0px 0px;
	list-style-type:none;
}

.content{
	background:#990000;
	font-family:"Baskerville Old Face";
	font-size:14px;
	width: 65%;
	height: 550px;
	float:left;
}

.navigation{
	background:#660066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:35%;
	height:550px;
	float:right;
}

.footer{
	clear: both;
	background:#666633;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:100%;
	height: 30px;	
}

.pagination{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}