@charset "UTF-8";
/* CSS Document */


#header {
	background-color: #666;
	height: 80px;
	width: 800px;
	text-align:center;
	color: #FF0000;
	line-height: 10px;
	vertical-align: top;
	padding: 4px;
}
#menu {
	background-color: #FF0;
	height: 25px;
	width: 800px;
	text-align:center;
	word-spacing: normal;
	float: none;
	font-size:14px;
}
#content1 {
	background-color: #0FF;
	height: 545px;
	width: 200px;
	float:left;
	text-align:center;
	vertical-align: middle;
}
#content2 {
	background-color: #C6C;
	height: 545px;
	width: 400px;
	vertical-align:middle;
	float:left;
	text-align:center
}
#content3 {
	background-color: #6C0;
	height: 545px;
	width: 200px;
	float:left;
	font-size:small
}
#footer {
	background-color: #339;
	height: 50px;
	width: 800px;
	float:left;
	bottom: auto;
	text-align:center;
	color:#FF6600;
}
body {
	font-family: "Courier New", Courier, monospace;
}
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:#0066FF;
text-align:center;
padding:6px;
text-decoration:none;
text-transform:uppercase;
}
#menu a:hover,#menu a:active
{
background-color:#AA99FF;
}