    body
    {
      text-align: center;
      margin: 0;
      padding: 0;
      background: #f3f1e9;
      font: 12px verdana;
    }
    #mainWrapper
    {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      position: relative;
    }
    #mainWrapper #head
    {
      background: #31363e;
      text-align: left;
    }
    #mainWrapper #head img
    {
      margin-left: 40px;
    }
    #mainWrapper fieldset
    {
      background: #e6e3d7;
      width: 300px;
      border: 1px solid #dbd5c5;
      text-align: left;
      float: left;
    }
    #mainWrapper h2
    {
      color: #326ea1;
      font: bold 15px georgia;
      margin: 5px 0 8px 12px;
    }
    #mainWrapper label
    {
      display: block;
      margin: 5px 0;
      line-height: 18px;
    }
    #mainWrapper label input
    {
      margin: 0 8px 0 10px;
    }
    legend {display: none;}
    #location {margin-right: 20px;}
    #style label  { width: 45%; float: left; line-height: 15px;}
    br.clear {  clear: both; line-height: 5px;}
    #search {width: 680px; margin: 17px auto; text-align: center;}
    #submitButton
     {
      clear: both;
      border: 0;
      width: 155px;
      height: 40px;
      background: #31363e;
      color: #FFF;
      font: bold 14px verdana;
      margin: 9px 0;
     }
     #resultSet
     {
       background: #e6e3d7;
	   width: 600px;
	   border: 1px solid #dbd5c5;
	   clear: both;
	   margin: 0 30px 10px 30px;
           _margin: 0 0 10px 8px;
	   float: left;
	   padding: 10px 0;
	   }
	   #resultSet h3
	   {
	     font: bold 13px verdana;
	     margin: 0 0 8px 0;
	   }
	   #resultSet address
	   {
	     font: 12px verdana;
	   }
