#topbanner {
	position:absolute;
	top:10px;
	left:325px;
	height:100px;
	padding:0px;
	z-index:4;
}

#reducedtopbanner {
	position:absolute;
	top:10px;
	left:513px;
	height:100px;
	padding:0px;
	z-index:4;
}

#sidebanner {
	position:relative;
	float: right;
	width:310px;
	height:450px;
	z-index:2;
}

#bottombanner {
	position:relative;
	left:400px;
	margin-left:-238px;
	height:100px;
	width:480px;
	padding:0px;
	z-index:4;
	display:none;
}