.casePic{
		height:50px;
		width:50px;
		border:5px solid white;
		margin:10px 0px 0px 5px;
	}

#mainPic {
		height:240px;
		width:180px;
		border:8px solid white;
		margin:0;
		padding:0;		
	}
#mainPic img{
		clip: rect(240px, 180px, 0px, 0px);
		overflow:hidden;
	}
#caseContent{
		width:750px;
		position:relative;
		margin:20px 10px 30px 10px;
		padding:0;
	}
#casePics{
		width:220px;
	}
#caser{
		position:absolute;
		top:20px;
		right:0;
		text-align:right;
	}
.showcaser{
		clear:both;
		width:550px;
		margin:0 0 0 50px;
		padding:0;
		background:transparent;
		position:relative;
		
	}
leftbox, .rightbox{
		width:500px;
		padding:0;
		margin:15px 0 0 0;
		float:left;
		position:relative;
	}
.lefttop{height:35px;
	width:500px;
	background:#8f5a1f url('../images/topedge.gif') no-repeat top left;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;	
}
.leftwords{
	height:100%;
	margin: 0 0 35px 7px;
	padding:0 100px 0 50px;
	background:#8f5a1f;
	
}
.leftbox h1{margin:0 0 50px 0;
	position:relative;
	top:25px;
	z-index:99;}
.leftbox h1, .leftbox p{
	padding:5px 10px 0 10px;
}
.leftbox p{position:relative;}
.leftbottom{
	height:35px;
	width:550px;
	background:#8f5a1f url('../images/bottomedge.gif') no-repeat bottom left;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
}
.leftbottom img{position:absolute;
	bottom:0px;
	right:0;
	z-index:99;
	margin:0 -7px 1px 25px;
}