body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    margin: 0;
}
<html>body #content { border-top: #eee solid 4.1em; }
h1 {
	margin: 0;
	padding-top: 30px;
	padding-bottom: 20px;
}
h2 { }
h2.date { font-size: x-small; color: #aaa; padding: 0; }
h1.header { color: white; background-color: #003366; }
p {
	line-height: 100%;
}
acronym { cursor: help; border-bottom: dashed 1px; }
input,select {
	background: #f2f2f2;
	border: 1px gray dotted;
}
input:hover {
	background: white;
}
input.button {    background: #ccc;    border: 1px gray solid;}
textarea {    border: 1px gray dotted;}
img {    border: 0;}
hr { border: 1px gray solid; margin: 1em 12em; }
div.border {    border: #eee solid thick;    border-right: none;}
div#master {
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}
#header {
	color: white;
	background-color: #003366;
}
#body_wrap {
	display:block;
	float:left;
	margin:0;
    padding: 0;
	width:100%;
    background-color:#ffffff;
    border-top: #eee solid 1em;
	font-size:small;
    color: #000000;
    text-align: justify;
}
#leftnav {
	margin:0 auto;
	padding:0;
	display:block;
	background: #eaeaea;
    width:20%;
    float: left;
    color: #000000;
	text-align:left;
}
div.left_sideboxes {
    display:block;
	margin:0;
	padding:0;
	padding-left: 20px; 
	width:auto;
	background: #eee;
	border-right: solid thick #ddd;
    color: #777;
	text-align:left;
	}
#centercolumn {
    display:block;
	float:left;
	width:60%;
    margin: 0;
	padding: 0;
	background-color:#ffffff;
	text-align:left;
}
div.center_article {
}
#rightnav {
	margin:0 auto;
	padding:0;
	display:block;
	background: #eaeaea;
	width:20%;
	float: right;
	color: #000000;
	list-style-position: outside;
	text-align: right;
}
div.right_sideboxes {
	margin:0;
	background: #eee;
	border-left: solid thick #ddd;
    color: #777;
	text-align: right; }
#bottommenu {
    display:block;
	float:left;
	width:100%;
	background-color: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
	}
#bottommenu a { color: #aaa }
#footer {
    display:block;
	clear:both;
	background-color: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}
div.left_sideboxes a { font-size: small; }
div.left_sideboxes p { font-size: x-small; margin: 0; }
div.left_sideboxes img { display: block; margin: auto; }
div.left_sideboxes h2 { background: white; font-size: small; padding: 0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }
div.left_sideboxes h3 { background: white; font-size: x-small; padding: 0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }
div.right_sideboxes a { font-size: x-small; }
div.right_sideboxes p { font-size: x-small; margin: 0; }
div.right_sideboxes img { display: block; margin: auto; }
div.right_sideboxes h2 { background: white; font-size: small; padding:0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }
div.right_sideboxes h3 { background: white; font-size: x-small; padding: 0; border-top: 1px solid #eee; font-weight:bold;  text-align: left; }
ul {
width:auto;
margin:0;
padding:0;
list-style-position:inside; 
font-size: 150px; 
text-align: left; 
}
ul li {
	display: block;
	padding: 0px 0px 0px 0px;
	font-size: x-small;
	color: #aaa;
	font-weight: normal;
	text-decoration: none;
}
ul#topmenu {
    margin: 0;
        list-style: none;
    text-align: center;
    background: #444;
}
#topmenu_wrap {
    display:block; 
float:left;
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}
ul#topmenu li {
    display:block;
	float:left;
	width:20%;
    	border-top: #777 solid thin;
    border-bottom: #666 dashed 0.5em;
	background: #444;
	}
ul#topmenu li a {
   display: block;
        font-size: small;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
ul#topmenu li a:hover {background: #666; color: white; }
ul#topmenu a.current:link { background: #666; color: white; }
ul#topmenu a.current:visited { background: #666; color: white; }
a:link { color: #003366; text-decoration: none; }
a:visited { color: #003366; text-decoration: none; }
a:visited:hover {
	background-color: #CCCCCC;
	}