@charset "UTF-8";
/* CSS Document */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_narrow, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(../images/blackbox.png) no-repeat bottom right;
	color: #FFFFFF;
} 
.cssbox {
	width: 720px !important; /* intended total box width - padding-right(next) */
	width: 715x; /* IE Win = width - padding */
	padding-right: 15px; /* use to position the box */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.cssbox_narrow {
	width: 185px !important; /* intended total box width - padding-right(next) */
	width: 180px; /* IE Win = width - padding */
	padding-right: 15px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

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

/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-family: Arial, Helvetica, sans-serif;
} 

/* set the lower-left corner image */ 
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* mirror .cssbox_head right/left */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px;
} 
