﻿/* 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:960px !important; /* IE Win = width - padding */
      width: 950px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:0px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top left;
    /* pull the right image over on top of border */
      margin-right:-0px; 
    /* right-image-gap + right-inside padding */
    /* padding-right:10px */
      padding:10px 0 0px 0px; 
      }
      

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:20; /* reset main site styles*/ 
      border:20; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:0px 0 10px 0px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body
    {
      background-position:bottom left;
      margin-right:0px; /* interior-padding right */ 
      padding:0px 0 10px 0px /* mirror .cssbox_head right/left */
      }
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
Body 
{
    font-family: "Verdana";
    font-size: 12px;
}
