#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:100px;
	z-index:1;
}
#nav {
	position:absolute;
	left:13px;
	top:110px;
	width:115px;
	height:0px;
	z-index:2;
	text-align: center;
	visibility: visible;
}
#main {
	position:absolute;
	left:150px;
	top:110px;
	width:620px;
	height:0px;
	z-index:3;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	right: 10%;
}
.nav a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	display: block;
	width: 100px;
	border: 2px outset #FF0000;
}
.nav a:visited {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	display: block;
	width: 100px;
	border: 2px outset #FF0000;
}
.nav a:hover {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	width: 100px;
	border: 2px inset #0000FF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
body {
	background-color: #FFFFCC;
}
