.ContentBox 
{
	position:							relative;
	margin:								0px auto;
	padding:							0px 0px 0px 90px;
	min-width:						100px;
	max-width:						780px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:								#000000;
	z-index:							1;
                      	
	/*border-width: 				1px;
	border-color: 				#FF0000;
	border-style: 				solid;*/
}   

.ContentDiv 
{
	position:							relative;
	margin:								-82px auto 0px auto;
	padding:							0px;
	min-width:						100px;
	max-width:						680px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:								#000000;
	z-index:							1;
                      	
	/*border-width: 				1px;
	border-color: 				#FF0000;
	border-style: 				solid;*/
}                     	
                      	
.ContentDiv .Content,   	
.ContentDiv .Top,       	
.ContentDiv .Bottom,    	
.ContentDiv .Bottom div 	
{                     	
 	background:						transparent url(Content.png) no-repeat top right;
	_background-image:		url(Content.png);
}                     	
                      	
.ContentDiv .Content    	
{                     	
	position:							relative;
 	_overflow-y:					hidden;
 	padding-top:					70px;
	padding-right:				45px;
	font: 								16px Comic Sans MS;
	text-align: 					left;
}

.ContentDiv .Top 
{
 	/* top+left vertical slice */
	position:							absolute;
 	left:									0px;
 	top:									0px;
 	width:								90px; /* top slice width */
	margin-left:					-90px;
 	height:								100%;
 	_height:							6000px; /* arbitrary long height, IE 6 */
 	background-position:	top left;
}

.ContentDiv .Bottom 
{
 /* bottom */
 position:							relative;
 width:									100%;
}

.ContentDiv .Bottom,
.ContentDiv .Bottom div 
{
 	height:								90px; /* height of bottom cap/shade */
 	font-size:						1px;
}

.ContentDiv .Bottom 
{
 	background-position:	bottom right;
}

.ContentDiv .Bottom div 
{
 	position:							relative;
 	width:								90px; /* bottom corner width */
 	margin-left:					-90px;
 	background-position:	bottom left;
}