body {
	color: #000;
	background-color: #FFF;
}
a:link {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
a:visited {
	color: #999;
	background-color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	background-color: #FFF;
	text-transform: uppercase;
}

#header {
	height: 75px;
	width: 1000px;
	font-size: 16px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-image: url(pics/header.jpg);
	font-family: "Lucida Console", Monaco, monospace;
	font-weight: bold;
}
#menu {
	background-color: #FFF;
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: bold;
}
#main {
	height: 500px;
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 200%;
}
#footer {
	height: 20px;
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
