body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000000;
}
header {
}

#apDiv1 {
	position:absolute;
	width:715px;
	height:115px;
	z-index:1;
	background-image: url(images/buttoneight.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#apbuttonlinks {
	height:50px;
	z-index:1;
	left: 150px;
	top: 102px;
}
#apDiv3 {
	position:absolute;
	width: 700px;
	left: 225px;
	top: 300px;
	height: 50px;
 }
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
a {
	font-size: 12px;
}
h1 {
	font-size: x-small;
}
h2 {
	font-size: x-small;
}
h3 {
	font-size: x-small;
}
h4 {
	font-size: x-small;
}
h5 {
	font-size: x-small;
}
footer{
background:#FFCC00}
