#apDiv1 {
	position:absolute;
	left:800px;
	top:-601px;
	width:130px;
	height:301px;
	z-index:1;
	background-image: url(../images/nav_bkg.png);
	background-repeat: no-repeat;
}
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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #282828;
	line-height: 120%;
}
/* CSS Document */

#wrapper {
	width:1024px;
	position:relative;
	height: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 42px;
	width: 930px;
	margin-right: 47px;
	margin-left: 47px;
}
#content {
	width: 800px;
	height: 700px;
	text-align: left;
	vertical-align: top;
	padding-left: 47px;
	float: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	height: 110px;
	width: 930px;
	vertical-align: top;
	margin-right: 47px;
	margin-left: 47px;
	position: absolute;
	left: 0px;
	top: 644px;
	z-index: 2;
}
.logoNav {
	display: block;
	position: absolute;
	left: 9px;
	top: 8px;
}
.navPadtop {
	display: block;
	position: absolute;
	height: 50px;
}
.submenuPad   {
	visibility: hidden;
}
img {
	border:none
	}
	a img {
	border:none
	}
a:link {
	color: #BD81EE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BD81EE;
}
a:hover {
	text-decoration: none;
	color: #FF1B29;
}
a:active {
	text-decoration: none;
	color: #FF0E14;
}
