body {
    background: #FFFFE6;
    color: #006300;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    text-align: justify;
}

.content {
    max-width: 640px;
    margin: auto;
    padding: 10px;
}

#header {
    text-align: center;
}
#header a{
    font-family: 'Marck Script', cursive;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 8px;
    text-decoration: none;
    color: #006300;
    text-shadow: 2px 2px 2px #99CCFF;
}
#header p {
    font-size: 12px;
    font-weight: bold;
}

#menu_bar {
    text-align: center;
    margin-top: 10px;
}
#menu_bar a {
    text-decoration: none;
    color: #006300;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px 0 5px;
    border: 2px solid #FFFFE6;
    border-radius: 15px;
    margin: 0 5px 0 5px;
    text-shadow: 0px 0px 0px #000000;
}
#menu_bar a:hover {
    color: #006300;
    border: 2px solid #006300;
    border-radius: 5px;
}

#home {
    margin: 10px auto 0px auto;
    border-top: 2px solid #006300;
    padding-top: 5px;
  }
#social_media {
    text-align: right;
    margin-bottom: -8px;
}
#social_media a {
    text-decoration: none;
    margin: 0 5px 0 5px;
}
#social_media img {
    border-radius: 2px;
    box-shadow: 2px 2px 10px 0px #99CCFF;
    max-width: 12px;
    max-height: 12px;
}

#service, #benefits, #about #reviews {
    margin: 30px auto 0px auto;
}

h2 {
    font-size: 16px;
    text-shadow: 2px 2px 2px #99CCFF;
    margin-bottom: -5px;
}
h2 a {
    text-decoration: none;
    color: #006300;
}
h3 {
    font-family: 'Marck Script', cursive;
    font-size: 28px;
    margin-bottom: -10px;
    padding-top: 10px;
    text-shadow: 2px 2px 2px #99CCFF;
}
#benefit_list {
    display: block;
    float: right;
    margin-right: 30%;
    margin-top: 10px;
    list-style-type: disc;
}
#lic_info {
    font-size: 14px;
}

#comments p#text {
    font-style: italic;
    margin-top: 25px;
}
#auth {
  text-align: right;
  margin-top: -10px;
  margin-right: 10px;
}

#thumbs {
  border-radius: 5px;
  border: 2px solid #006300;
  box-shadow: 2px 2px 10px 0px #99CCFF;
}
#img_left {
    float: left;
    margin: 15px 22px 10px 0px;
    max-width: 150px;
    max-height: 96px;
    
}
#img_right {
    float: right;
    margin: 15px 0px 10px 22px;
    max-width: 150px;
    max-height: 96px;
    
}
#img_right-v {
    float: right;
    margin: 15px 0px 10px 15px;
    max-width: 96px;
    max-height: 150px;
}
#img_left-v {
    float: left;
    margin: 15px 15px 10px 0px;
    max-width: 96px;
    max-height: 150px;
}

#clear {
    clear: both;
    line-height: 0px;
}

#footer {
    margin: 20px auto 0px auto;
    border-top: 2px solid #006300;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
#footer a {
    text-decoration: none;
    color: #006300;
}