  body {
   text-align: center; // Microsoft Specific Centering
   border: 0px;
   margin: 0px;
   padding: 0px;
   background: #D0D0D0;
  }

  .page {
   width: 750px;
   border: 0px;
   text-align: left;
   margin: 0px;
   padding: 0px;
   margin-left: auto;
   margin-right: auto;
  }

  .title {
   height: 190px;
   border: 1px solid #333;
   margin-top: 3px;
   margin-bottom: 3px;
   background: #fff;
   background-image: url("photos/faded.jpg");
  }

.links {
   border: 1px solid #333;
   margin-top: 3px;
   margin-bottom: 3px;
   padding: 3px;
   background: #333;
   text-align: center;
   font-family: "Garamond", serif;
   font-size: 18px;
  }

.button {
  height: 30px;
   border: 1px solid #333;
   background: #333;
   color: #fff;
   padding-right:15px;
   padding-left:15px;
   cursor: pointer;
  }

  .content {
   border: 1px solid #333;
   margin-top: 3px;
   margin-bottom: 3px;
   background: #eee;
   padding: 15px;
  }

  .footer {
   border: 0px;
   margin-top: 3px;
   margin-bottom: 3px;
   text-align: center;
   font-size: 12px;
   font-family: "Trebuchet MS", sans-serif;
  }

  .photo {
    float: left;
    margin: 15px;
    height: 200px;
  }
  
  .serviceDiv {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #f00;
    border: 1px solid #333;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px;
    background: #333;
    text-align: left;
    font-family: "Garamond", serif;
    font-size: 18px;
  }
