#box {
	background-image:url(../images/whiteboxstrip.jpg);
	background-repeat:repeat-y;
	width:528px;
	margin-bottom:5px;
	padding:10px;
	padding-right:20px;
	color:#724f3c;
}
#box h5 { margin-bottom:0px; padding-bottom:0px; }
#whiteboxtop {
	background-image:url(../images/whitebox-top.jpg);
	width:558px;
	height:17px;
	position:relative;
	top:-10px;
	left:-10px;
	//negative values due to the padding system
	
}
#whiteboxbottom {
	background-image:url(../images/whitebox-bottom.jpg);
	position:relative;
	bottom:-15px;
	left:-10px;
	width:558px;
	height:20px;
	z-index:80;
	
}
