
* {
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 12px;
}
   html, body,
   div, p, form, input, ul, ol, dl, dt, dd, li,
   h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }



a {
   cursor: pointer;
   color: #333192;
}
   a:hover {
      color: #ed5a24;
   }


img {
   border: 0;
}
.content img {
   display: inline;
}
   img.right {
      float: right;
      margin-left: 8px;
   }
   img.left {
      float: left;
      margin-right: 8px;
   }


.intro {
   font-weight: bold;
}



h1 {
   height: 26px;
   width: 416px;
   padding: 24px 10px 11px 20px;
   font-size: 16px;
   font-weight: bold;
   color: #000;
   text-transform: uppercase;
   background: url(../gfx/bgH1.jpg) no-repeat;
}
h2 {
   font-size: 15px;
   font-weight: bold;
   color: #d22c35;
   padding: 0.5em 0;
}


p {
   margin-bottom: 1em;
}
ul,
ol {
   margin-left: 20px;
   margin-bottom: 1em;
}

.emphasis {
   font-style: italic;
   font-weight: bold;
}


#gmap {
   width: 446px;
   height: 475px;
}

#routeForm {
   text-align: left;
}
   #routeForm .text {
      width: 152px;
   }


input.text,
textarea {
   width: 250px;
}

textarea {
   height: 70px;
}


#guestbook {}
   .guestbookHeader {
      text-align: center;
      margin-top: 5px;
      border-bottom: 1px dashed #000000;
      margin-bottom: 5px;
   }
   .guestbookLabel {
      font-weight: bold;
      width: 120px;
      float: left;
      display: inline;
      clear: left;
   }
   .guestbookValue {
      float: left;
      display: inline;
   }
   .guestbookMessage {
      margin: 5px 0;
      border-bottom: 1px dashed #000000;
   }
