@charset "utf-8";


a:link {
	color: #C89B5A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CfA970;
}
a:hover {
	text-decoration: underline;
	color: #9F7535;
}
a:active {
	text-decoration: none;
	color: 474F49;
}
#Navagation {
	position: absolute;
	top: 50px;
}
body {
	background: #000000;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#apDiv1 {
	position:relative;
	width:87px;
	height:31px;
	z-index:1;
	left: 70px;
	top: 604px;
}
#apDiv2 {
	position:relative;
	width:107px;
	height:39px;
	z-index:2;
	left: 647px;
	top: -39px;
}


