body {
	margin: 0;
	text-align: center;
	position: relative;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	margin: 28px auto -31px auto;
	width: 948px;
	background-color: #000;
	text-align: left;
}

#header {
	position: absolute;
	top: -18px;
	left: 0;
	height: 0;
	width: 100%;
	margin: 0;
	padding: 18px 0 0 0;
	background-image: url('/images/AHPPLUS-header-T.gif');
	background-repeat: repeat-x;
}

#header .placeholderLeft {
	position: absolute;
	top: 0;
	left: -23px;
	width: 40px;
	height: 185px;
	
	background-image: url('/images/AHPPLUS-header-TL.gif');
}

#header .placeholderRight {
	position: absolute;
	top: 0;
	right: -21px;
	width: 40px;
	height: 185px;
	
	background-image: url('/images/AHPPLUS-header-TR.gif');
}

#footer {
	position: absolute;
	bottom: -21px;
	height: 21px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('/images/AHPPLUS-footer-B.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer .placeholderLeft {
	position: absolute;
	bottom: 0;
	left: -23px;
	width: 40px;
	height: 101px;
	
	background-image: url('/images/AHPPLUS-footer-BL.gif');
}

#footer .placeholderRight {
	position: absolute;
	bottom: 0;
	right: -21px;
	width: 40px;
	height: 101px;
	
	background-image: url('/images/AHPPLUS-footer-BR.gif');
}

#contentHeader {
	height: 154px;
}

#Logo {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 355px;
	height: 136px;
}

#Logo img {
	border: 0;
}

#Banners {
	text-align: center;
	position: absolute;
	top: 18px;
	right: 20px;
	height: 136px;
}

#defineMinHeight {
	display: inline;
	position: relative;
	left: -5px;
	width: 0px;
	height: 450px;
	float: left;
}
#return{
	color:#999999;
	position: absolute;
	bottom: 5px;
	left: 14px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#return a{
	color:#999999;
	text-decoration:none;
}
#return a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#copyright {
	position: absolute;
	bottom: 5px;
	right: 14px;
	font-size: 10px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}