  body{
   font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
   font-size: 80%;
   color: #333;
   text-align: center;
   margin: 0;
   padding: 0;
  }



  h2{
   margin: 30px 0 0 0;
   padding: 0;
   font-weight: bold;
   font-size: 100%;
  }

  .first{ margin-top: 10px;}

  p{
   margin: 2px 0 9px 0;

  }

  a:link{
   color: green;
  }

  a:visited{
   color: #232;
  }

  #wrapper{
   text-align: justify;
   margin: auto;
   margin-top: 20px;
   width: 700px;
   background: white;
  }

  #header{
   width: 700px;
   height: 150px;
   background: url('../images/rightbg.gif') top right no-repeat;
   margin-bottom: 10px;
  }

  #header a{
   display: block;
   width: 410px;
   margin-left: 255px;
   text-decoration: none;
   height: 150px;
  }

  #preamble{
   display: block;
   width: 200px;
   margin: 0;
   margin: 40px 5px 5px 25px;
   height: 100px;
   text-align: right;
   font-size: 14px;
   color: white;
  }

  #preamble-wrapper{
   width: 250px;
   height: 150px;
   float: left;
   background: url('../images/leftbg.gif') no-repeat;
  }
 
  #content{
   margin-top: 1em;
   padding-top: 0.5em;
   border-top: 1px solid #50994C;
  }

  #content ul{
	list-style: circle;
	padding-left: 20px;
	margin: 0px;
  }

  #col1-wrapper{
   width: 250px;
   float: left;
  }

  #col1{
   margin-left: 25px;
   width: 200px;
   }

  #col2-wrapper{
   width: 425px;
   float: left;
  }

  #col2{
   margin-left: 25px;
   }

  #service{
   margin-bottom: 1em;
  }

  #maps img{
   border: 3px solid #50994C;
  }

  #footer{
   font-size: 80%;
   text-align: center;
   border-top: 1px solid #50994C;
   clear: both;
  }

  #footer a{
   text-decoration: none;
  }


  #gallery img{
   border: 3px solid #50994C;
   margin-bottom: 1em;
   }

  .important{
   background-color: #cfc;
   color: black;
   margin-top: 15px;
   font-weight: bold;
  }

  form{
     width: 200px;
	 padding: 0;
	 margin: 1em 0 1em 0;
	 
  }

  fieldset{
   border: 0;
   padding: 0;
  }

  form fieldset ol {
   margin: 0;
   padding: 0;
  }
  
  form fieldset li {
   list-style: none;
   padding: 0px;
   margin: 0;
  }

  form label{
   display: block;
   line-height: 150%;
  }

  form input{
   width: 200px;
  }

  form textarea{
   width: 200px;
   }

  form #button{
   width: 200px;

  }

  table{
   width: 100%;
   font-size: 100%;}
  
  td{
   vertical-align: bottom;
   }

  .clear{
   clear: both;}
