body {
	background-color: #999999;
	position: relative;
	left: auto;
	right: auto;
	text-align: center;
}
a:hover {
	color: #000000;
	background-color: #FFFEDD;
}
#Wrapper {
	background-color: #FFFFFF;
	width: 750px;
	height: auto;
	position: relative;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #000000;
}
#banner {
	width: 750px;
	position: relative;
	height: auto;
	background-color: #F2F2F2;
}

#buttons {
	position:relative;
	width:750px;
	height:auto;
	z-index:0;
	background-color: #F2F2F2;
	left: auto;
	right: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}

#content {
	position:relative;
	left:auto;
	width:auto;
	min-height: 400px;
	z-index:1;
	right: auto;
	top: 8px;
	bottom: auto;
	margin-bottom: 8px;
	overflow: auto;
	text-indent: 15px;
	padding-right: 8px;
	padding-left: 8px;
	height: 460;
}

#footer {
	position:relative;
	left:auto;
	width:750px;
	height:35px;
	z-index:1;
	text-align: center;
	right: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-bottom: 5px;
}
#button_ul {
	list-style-type: none;
	bottom: auto;
	margin-top: 3px;
	margin-bottom: 0px;
}
#button_ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
}
.heading1 {
	font-size: 14px;
	font-weight: bolder;
	text-indent: 0px;
}

