
/* set the image to use and establish the lower-right position */ 
.cssbox2, .cssbox_body2, .cssbox_head2, .cssbox_head2 h2{ 
background: transparent url(../images/curve2.png) no-repeat bottom right} 

.cssbox2{ /* intended total box width - padding-right(next) */
width: auto!important; /* IE Win = width - padding */ 
width: 495px; /* the gap on the right edge of the image (not content padding) */ 
padding-right:5px; /* use to position the box */ 
margin:20px auto 0px auto} /* set the top-right image */ 

.cssbox_head2{background-position:top left; /* pull the right image over on top of border */ 
margin-right:-15px; /* right-image-gap + right-inside padding */ 
padding-right:40px} /* set the top-left image */ 

html> .cssbox_head2{background-position:top right; /* pull the right image over on top of border */ 
margin-right:-15px; /* right-image-gap + right-inside padding */ 
padding-right:40px} /* set the top-left image */ 


.cssbox_head2 h2{ 
background-position:top left; 
margin:0; /* reset main site styles*/ 
border:0; /* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
padding:10px 0 15px 10px;	
height:auto !important; 
height:1%} /* IE Holly Hack */ /* set the lower-left corner image */ 

.cssbox_body2{ 
background-position:bottom left; 
margin-right:5px; /* interior-padding right */ 
padding:0px 15px 10px 15px} /* mirror .cssbox_head right/left */ 



.top-curve{
	background-image: url(../images/top-curve.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:500px;
	height:16px;
	vertical-align: middle;
}

.bot-curve{
	clear: both;
	background-image: url(../images/bot-curve.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:500px;
	height:16px;
	vertical-align: top;
}

.mid-curve{
	background-image: url(../images/mid-curve.png);
	background-repeat: repeat-y;
	width:500px;
	padding: 0;
	margin-top: 0;
}

.ll{
	border-left: 2px solid #E9E9E9;
	border-right: 2px solid #E9E9E9;
	background-image: url(../images/grid_bg.gif);
	}