.TTH #left { width: 650px !important; width:650px; }
.TTH #right {width:300px;}
.TTH #main { width: 1000px; }

a.promo {margin-left: 20px; display:block;}
a.promo img {border:1px solid #CCC; display:block;}
.promoBreak{border-bottom:1px dotted #CCC; margin-left:15px; margin-top:5px; margin-bottom:5px;}


/* trashbox - for promos */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/rounded_box.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 310px !important; /* intended total box width - padding-right(next) */
    width: 300px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin-bottom: 10px auto !important; /* use to position the box */ 
  
} 

/* 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: 15px 0pt 4px 32px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
   
   margin-right: 6px !important; /* interior-padding right */ 
   margin-bottom:0px !important;
   margin-bottom:-6px;
   padding: 10px 10px 6px 12px !important; /* mirror .cssbox_head right/left */ 
   padding: 0px -40px 25px -50px;
} 