/* Lumber Barn CSS Standard */
/*
 * background-image: url("images/lumberbarnview2white.gif");
 * background-repeat: repeat;
 * background-position: top center;
 */

body { font-family: verdana, arial, sans-serif;
       font-size: 1.04em;
       }

img  { border:0px; }

.bombox  { font-weight: bold; font-size: 2.00em; text-align: center; margin: auto; }
.bom     { text-align: center; margin: 20px; width: 257px; height: 177px; }

.bomboxnext { font-weight: bold; font-size: 1.50em; text-align: center; margin: auto; }
.bomnext    { text-align: center; margin: 20px; width: 257px; height: 177px; }

.coupon   { border: 0; text-align: center; }
.coupon img { background-color: white; margin-bottom: 10px; border: 3px solid #6666FF; }

.header { font-size: 2.00em; margin-bottom: 10px; }

.center {
   display: block;  
   text-align: center;
   margin: auto;
   font-weight: bold;  
}

.tagline {  
   display: block;  
   font-size: 1.17em;  
   font-weight: bold;  
   font-style: italic;
   text-align: center;
   margin: auto;
 }  

.trailer { text-align: center; }

.imgtable td { text-align: center; padding: 4px 10px 4px 10px;}

.fleft        { float:left;   margin:0px 4px 0px 0px; }
.fright       { float:right;  margin:0px 0px 4px 0px; }
.botspace     { margin-bottom: 4px; }
.tleft        { text-align:left; }
.tright       { text-align:right; }
.vbar         { border-left:1px solid black; width:1px; }
.people table { border:0px; width:1000px; }
.photo        { width:100px; }
.people img   { }
.people span  { }
.clearthefloats { clear:both; }
