/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #000000;
	font:11px Arial, Helvetica, sans-serif;

}
#wrapper {
	margin:0 auto;
	padding:0;
	width:99%;
	position:relative;
	text-align:center;
	top: 156px;
}
#container {
position: relative;
left: 0px;
top: 0px;
border-bottom:#baa569 thick;
border-top:#baa569 thick;
/* padding-top: 10px;
padding-bottom: 10px; */
width: 98%;
height: 435px;
text-align:center;
}
#Logo{
	position: absolute;
	background:url(/images/APDC_Logo_Black.gif);
	background-attachment: fixed;
	left: 145px;
	top:20px;
	width:178px;
	height:136px;
	float: none;
}
.content {
	text-align: center;
	width: 530px;
	color:#baa569;

}
.content a {
	color:#baa569;
	text-decoration:underline;
}
