 * {margin:0;padding:0;}
  body {
      background: #fff url(images/bg.jpg) repeat-x;
      font-family:arial, verdana, sans-serif;
      font-size:12px;
      text-align:center;
  }
  td {
      vertical-align:top;
  }
  p {
      line-height:1.3em;
      margin-bottom:1.3em;
      text-align:justify;
  }
  h2 {
      background:#f3f3f3;
      padding:5px;
      font-size:16px;
      margin-bottom:10px;
      font-weight:bold;
  }
  ul {      
      list-style-image:url(images/li.gif);
      background:#f5f5f5 url(images/gavel.gif) right center no-repeat;
      padding:5px 20px;
      margin:20px;
  }
  li {
      line-height:1.4em;
  }
  img {
      border:0;
  }
  a:link, a:visited {      
      color:#4E0505;
      font-weight:bold;
  }
  a:hover {
      color:red;
  }
  #wrap {
      text-align:left;
      margin:0 auto;
      width:794px;
  }
  
  #header {
      text-indent:-999em;
      width:794px;
      height:237px;
      background:url(images/header.jpg) no-repeat;
  }
  
  #nav {
      background: url(images/nav.gif) no-repeat;
      height:27px;
      text-align:center;
  }
  #nav a {
      text-decoration:none;
      margin: 0 45px;
  }
  * html a img {
      margin-bottom:-3px;
  }
  #content_area {
      background:url(images/content_area.gif) repeat-y;      
  }
  #sleft {
      padding-left:7px;
      background:url(images/shadow-left.gif) no-repeat;
  }
  #sright {
      padding-right: 7px;
      background:url(images/shadow-right.gif) top right no-repeat;
      padding-top:3px;
  }
  #content_area_table {
      width:770px;
      margin:0 auto;
  }
  #content_area_table_contact {
      margin:0 auto;
      width:400px;
      margin-bottom:5px;
  }
  #content_area_table_contact #quick_contact {
      width:400px;
      background: url(images/quick.gif) 50% 0 no-repeat;
  }
  #left-col {
      padding:14px;
  }
  #right-col {
      width:229px;
      background: url(images/contact-bg.gif) repeat-x;	
      color:#fff;	      
  }
  #footer {
      padding: 3px;
      width:794px;
      height:60px;
      background: url(images/footer.gif) no-repeat;
      text-align:center;

  }
  form {
      padding: 10px;
  }
  form b {
      display:block;
      margin: 8px 0 4px 0;
  }
  form input, form textarea {
      width:99%;
  }  
  textarea {
      height:100px;
  }
  form p {
      margin-top: 10px;
  }
  #quick_contact {
      background: url(images/quick.gif) no-repeat;
      height:19px;
      width:229px;
      text-indent:-999em;
      margin-top:15px;
  }
  .submit {
      width:auto;
      width:75px;
      color:#000;
      border:1px solid #fff;
      background:#ccc;
  }
  dt {
      display:block;
      margin:6px 0;
      font-weight:bold;
      color:#4E0505;
      font-size:14px;
      margin-top:10px;
  }
  dd {
      margin-left:10px;
      text-align:justify;
      line-height:1.3em;
  }
  .free {
      font-weight:bold;
      color:red;
  }