/* BEGIN spotBox Styles */	
/* set the image to use and establish the lower-right position */ 
.spotBox, 
.spotBox_body, 
.spotBox_head, 
.spotBox_head h2				{ background: transparent url(../images/spotBox.png) no-repeat bottom right; } 
.spotBox 								{ width: 315px !important; 																									/* intended total box width - padding-right(next) */ 
													width: 325px; 																														/* IE Win = width - padding */ 
													padding-right: 15px; 																											/* the gap on the right edge of the image (not content padding) */ 
													margin: 0px auto; } 																											/* use to position the box */
									 
/* set the top-right image */ 
.spotBox_head 					{ background-position: top right; margin-right: -15px; 											/* pull the right image over on top of border */ 
													padding-right: 25px; }																										/* right-image-gap + right-inside padding */  

/* set the top-left image */ 
.spotBox_head h2 				{ background-position: top left; margin: 0; 																/* reset main site styles */ 
													border: 0; 																																/* reset main site styles */ 		
													padding: 20px 0 5px 35px; 																								/* padding-left = image gap + interior padding ... no padding-right */ 
													height: auto !important; height: 1%;  																		/* IE Holly Hack */
													color: #ffffff;
													font-size: 12px;
													font-weight: bold; 
													font-style: normal; }

#spotBox_head h2 img		{ vertical-align: middle; }
.spotBox_headrt					{	clear: right; float: right; 
													margin: -60px 0px 10px 15px; }

/* set the lower-left corner image */ 
.spotBox_body 					{ background-position: bottom left; 
													margin-right: 10px; 																											/* interior-padding right */ 
													padding: 5px 0 30px 25px;  } 																							/* mirror .spotBox_head right/left */

/* END spotBox Styles */