body {
	color: #000000;
	background-color: #008080;
	margin: 0px;
	padding: 0px;

}
a:link {
	color: #00FFFF;
}
a:visited {
	color: #DDFFFF;
}
a:active {
	color: #FF00FF;
}
a:hover {}
#top {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;


}
#top h1 {
	color: #FFCC99;
	font-size: xx-large;

}
#main h1 {
	font-size: large;
	text-align: center;

}
#main h2 {
	font-size: medium;

}
#main {
	position: absolute;
	left: 0px;
	top: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 210px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;





}
#menu {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 120px;
	font-size: medium;
	font-weight: bold;
	padding-left: 10px;


}
#off {
	position: absolute;
	width: 500px;
	left: -500px;
	top: 0px;
}

