div.contents {
	/*clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 900px;
	background-color:#FF6600*/
}

div.primary {
	clear:both;
	float: left;
	display: inline;
	margin: 25px 0 0 275px;
	padding: 70px 70px 0 70px;
	width: 560px;
	background: url(media/bg/primary2.gif) no-repeat 0 0;
	/*position: relative;*/
	_height: 400px;
  	min-height: 390px;
}

div.primarylong {
	clear:both;
	float: left;
	display: inline;
	margin: 25px 0 0 275px;
	padding: 70px 70px 0 70px;
	width: 560px;
	background: url(media/bg/primary3.gif) no-repeat 0 0;
	/*position: relative;*/
	_height: 400px;
  min-height: 300px;
}

div.secondary {
	clear:both;
	float: left;
	display: inline;
	/*width: 30%;*/
}

div.footer {
	position: relative;
	top: 20px;
	width: 510px;
	padding: 0 20px 0 20px;
	border-top: 1px solid #000;
	font-size: 0.95em;
	z-index: 0;
	background: url(media/bg/footer.gif) repeat-x 0 0;
	height: 80px;
}

div.topleft {
	margin: 0 0 0 0;
	xbackground: transparent url(media/bg/topleft.gif) no-repeat 0 0;
	width: 90px;
	height: 185px;
	position: absolute;
	top: 137px;
	left: 275px;
	z-index: 1;
}
div.topright {
	xbackground: transparent url(media/bg/topright.gif) no-repeat 0 0;
	width: 90px;
	height: 185px;
	position: absolute;
	z-index: 0;
	top: 137px;
	left: 886px;
}
div.bottomleft {
	margin: -149px 0 0 0;
	background: transparent url(media/bg/bottomleft.gif) no-repeat 0 0;
	width: 90px;
	height: 168px;
	position: relative;
	bottom: -1px;
	left: -70px;
	z-index: 0;
	float: left;
}
div.bottomright {
	margin: -149px 0 0 0;
	background: transparent url(media/bg/bottomright.gif) no-repeat 0 0;
	width: 90px;
	height: 168px;
	position: relative;
	z-index: 0;
	bottom: -1px;
	left: 451px;
	float: left;
	
}
div.leftend {
	margin: 0 0 0 -90px;
	background: transparent url(media/bg/leftend.gif) repeat-y 0 0;
	width: 90px;
	height: 10px;
	position: absolute;
	top: 303px;
	left: 35%;
	z-index: 0;
}
div.rightend {
	background: transparent url(media/bg/rightend.gif) repeat-y 100% 0;
	width: 90px;
	height: 10px;
	position: absolute;
	z-index: 0;
	top: 303px;
	left: 85%;
}
