  /* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(../images/img.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:425px !important; /* IE Win = width - padding */
      width: 410px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{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_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:5px 0 5px 5px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 5px 40px} /* mirror .cssbox_head right/left */
		
.style8 {color: #FFFFFF}
.search_box { width: 300px }
.search_text {float:left; width: 90px; color:#FFFBF0; padding-top:10px }
.search_clear {clear:left}
.cssbox1 {      background: transparent url(../images/img.png) no-repeat bottom right}
.cssbox1 {    /* intended total box width - padding-right(next) */
      width:425px !important; /* IE Win = width - padding */
      width: 410px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}
.cssbox_body1 {      background: transparent url(../images/img.png) no-repeat bottom right}
.cssbox_head1 {      background: transparent url(../images/img.png) no-repeat bottom right}
.style9 {
	font-size: 16px
}
.style10 {
	font-size: large
}
.flashclass{ /*sample CSS class added to image slideshow container*/
width: 140px; /*a width should be defined for transition to work*/
border: none;
padding: 5px;
}

.flashclass img{
border-width: 0;
}
