#caseContent{
		width:800px;
		position:relative;
		left:50px;
		margin:0;
		padding:0;
		}
.showcaser{
		width:700px;
		margin:0 0 30px 0;
		padding:0;
		height:256px;
		background:transparent;
	}
.showcaser img{
		width:180px;
		height:240px;
		border:8px solid white;
	}
.leftbox, .rightbox{
		background:#8f5a1f;
		width:500px;
		height:220px;
		padding:0;
		margin:15px 0 0 0;
		float:left;
	}
.leftbox{background:#8f5a1f url('../images/edge.gif') no-repeat bottom left;
}
.rightbox{background:#8f5a1f url('../images/rightedge.gif') no-repeat bottom right;
}
.leftbox h1, .leftbox p{
	padding:5px 10px 0 40px;
}
.rightbox h1, .rightbox p{
	padding:5px 40px 0 10px;
}
.rightimg, .leftimg{float:left;}