#headerRight
{
	background-image:  url("../images/banners/header.gif");
	background-repeat: no-repeat;
	float:right;
	width:420px;
	height:275px;
	text-align:right;
}

.com_box { 
 position:relative; 
 margin:0px auto; 
 min-width:8em; 
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */ 
 color:#333; 
 z-index:1; 
 margin-left:12px; /* default, width of left corner */ 
 margin-bottom:0.5em; /* spacing under com_box */ 
} 
 
.com_box .content, 
.com_box .t, 
.com_box .b, 
.com_box .b div { 
 background:transparent url(../../img/cust_box.png) no-repeat top right; 
 
} 
 
.com_box .content { 
 position:relative; 
 zoom:1; 
 _overflow-y:hidden; 
 padding:0px 12px 0px 0px; 
} 
 
.com_box .t { 
 /* top+left vertical slice */ 
 position:absolute; 
 left:0px; 
 top:0px; 
 width:12px; /* top slice width */ 
 margin-left:-12px; 
 height:100%; 
 _height:1600px; /* arbitrary long height, IE 6 */ 
 background-position:top left; 
} 
 
.com_box .b { 
 /* bottom */ 
 position:relative; 
 width:100%; 
} 
 
.com_box .b, 
.com_box .b div { 
 height:30px; /* height of bottom cap/shade */ 
 font-size:1px; 
} 
 


