body#content {
    font:  .8em/1.2em verdana, arial, sans-serif;
    margin-left:  25px;
    margin-right: 25px;
  }

  #content {
    border-left:   1 px solid #711515;
    border-right:  1 px solid #711515;
    border-bottom: 1 px solid #711515;
    padding: 10px 5px 6px 5px;
  }
  
  h1#content {
    font-size: 1.2em;
    color: #711515;
    background-color: transparent;
  }

/* ================================================================== */   
/*  Repeat gradient background image                                  */
/* ================================================================== */   
   body      {background: #000000 url(../images/header1.gif) repeat-x; } 
/* body      {background: #000000}   */

/* ======================================================== */   
/*  Temporary Patch - outline tables to view structure      */
/*  table {border: 2px solid red;      margin: 3px;}        */
/*  td    {border: 2px solid purple;    padding 2px;}       */
/* ======================================================== */ 

  a:link    {color: #0000FF; font: italic .90em  arial, verdana, helvetica, sans-serif;  text-decoration: none}   /*  text-decoration: underline} */  
  a:active  {color: #0000FF; font: italic .90em  arial, verdana, helvetica, sans-serif;  text-decoration: none}   /*  text-decoration: underline} */  
  a:visited {color: #0000FF; font: italic .90em  arial, verdana, helvetica, sans-serif;  text-decoration: none}   /*  text-decoration: underline} */  
  a:hover   {color: #FF0000; font: italic .90em  arial, verdana, helvetica, sans-serif;  text-decoration: none}   /*  text-decoration: underline} */   

/* ==================================================================== */ 
/* No borders around images in hyperlinks:                              */
/* ==================================================================== */ 
   a img {border: none;}

/* ==================================================================== */
/*  main div - background, link, and text styles                        */
/* ==================================================================== */

  div#main      {
    color:               #FFFFFF;   
    background-color:    #000000;  
/*  background:          url(../images/background.gif); */
  }


  div#main   a:link    {color: #BBBBFF;}  /* light blue - alt blue is #FFBBFF; */
  div#main   a:active  {color: #BBBBFF;}  /* light blue - alt blue is #FFBBFF; */
  div#main   a:visited {color: #BBBBFF;}  /* light blue - alt blue is #FFBBFF; */
  div#main   a:hover   {color: #FFFF00;}  /* lavender #AA66FF;  */

/*  div#main   a:link    {color: #FFFF00;} */
/*  div#main   a:active  {color: #FFFF00;} */
/*  div#main   a:visited {color: #FFFF00;} */
/*  div#main   a:hover   {color: #6666FF;} */

/* ==================================================================== */
/*  footer div - background, link, and text styles                      */
/* ==================================================================== */
  div#footer            {
    font:                italic .85em  arial, verdana, helvetica, sans-serif;
    color:               #FFFFFF;  
    background-color:    #000000;
/*  background:          url(../images/background.gif); */
  }

  div#footer a:link    {color: #6666FF;}
  div#footer a:active  {color: #6666FF;}
  div#footer a:visited {color: #6666FF;}
  div#footer a:hover   {color: #FFFF00;}


/* ==================================================================== */ 
/* Misc text formatting:                                                */
/* ==================================================================== */ 

  .left                {
     text-align:        left;
  }

  .right               {
     text-align:        right;
  }

  .center              {
     text-align:        center;
  }

  .italic              {
    font-style:         italic;
  }

  .brite               {
    color:               yellow;
    font-style:          italic;
  } 

  .lt_blue_italic      {
    color:               #BBBBFF;
    font-style:          italic;
  } 

  .yellow              {
    color:               yellow;
    font-style:          italic;
  }
  .red                 {
    color:              #FF0000;                       
    font-style:          italic;
  }
  .blue                {
    color:              #0080FF;                       
    font-style:          italic;
  }
  .tan                 {
    color:              #FFBB77;                       
    font-style:          italic;
  }

/* ==================================================================== */
/*body#home      {background-color:  #000000;} */
/*body#about     {background-color:  #000000;} */
/*body#products  {background-color:  #000000;} */
/*body#dealers   {background-color:  #000000;} */
/*body#news      {background-color:  #000000;} */
/*body#reviews   {background-color:  #000000;} */
/*body#faqs      {background-color:  #000000;} */
/*body#support   {background-color:  #000000;} */
/*body#links     {background-color:  #000000;} */
/*body#museum    {background-color:  #000000;} */
/*body#bargains  {background-color:  #000000;} */
/*body#order     {background-color:  #000000;} */
/*body#contact   {background-color:  #000000;} */
/*body#contact   {background: url(../images/background.gif);} */
/* ==================================================================== */

