.header {
	background-color: #0000FF;
	height: 80px;
	width: 800px;
}
.menubar {
	background-color: #FFFF00;
	height: 25px;
	width: 800px;

}
.footer {
	background-color: #CF0;
	height: 50px;
	width: 800px;
	float: left;
	bottom: auto;
	font-family: "Courier New", Courier, monospace;
	color: #F00;
}
.middlecolumn {
	background-color: #3F0;
	vertical-align: middle;
	height: 545px;
	width: 400px;
	float: left;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
}
.evverything {
	background-color: #FC6;
	width: 800px;
}
.column1 {
	background-color: #606;
	height: 545px;
	width: 200px;
	float: left;
}
.column3 {
	background-color: #F00;
	height: 545px;
	width: 200px;
	float: left;
}
ul
{
list-style-type:none;
margin:0;
padding:0;
padding-top:6px;
padding-bottom:6px;
}
li
{
display:inline;
}
#menu a:link,#menu a:visited
{
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:6px;
text-decoration:none;
text-transform:uppercase;
}
#menu a:hover,#menu a:active
{
background-color:#7A991A;
}

