html,body {
	height: 100%;
}

body {
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	padding-top: 0px;
}

a,a:link,a:visited {
	color: #0000FF;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #000000;
}

#header {
	width: 750px;
	height: 150px;
	text-align: center;
	border: 0;
	position: static;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 4px;
	margin-right: 10px;
	text-transform: uppercase;
	text-align: center;
}

#navlist a:link, #navlist a:visited {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #C4C4C4;
	text-decoration: none;
	font-size: 0.8em;
}

#navlist a:hover {
	color: #FFFFFF;
	background: #000000;
	text-decoration: none;
	font-size: 0.8em;
	border: 0;
}

#container {
	width: 750px;
	min-height: 100%;
	background-color: #FFFFFF;
}

#container p {
	font: 0.9em "Lucida Console", "Courier New", Courier, monospace;
	padding: 5px;
	line-height: 15px;
}

#footer {
	clear: both;
	height: 20px;
	width: 750px;
	background: #000000;
	text-align: center;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #FFFFFF;
	position: fixed;
	bottom: 0;
	padding-top: 5px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p {
	display: block;
	width: auto;
}