body {
    font-family: arial, sans-serif;
    margin: 0 auto 0;
    width: 100;
    background-color: #373737;
}
body h1, h2, h3 {
    font-weight: bold;
    color: #373737;
    font-size: 1.1em;
    line-height: 1.6em;
    margin-top: 0px;
    text-align: center;
}

 h2 {

    width: 333px;
    float: left;
    padding-bottom: 0px;
}

 h3 {

    width: 333px;
    float: right;
    padding-bottom: 0px;
}

 h4 {

    width: 333px;
    float: left;
    padding-bottom: 0px;
    color: white;
      font-size: 1.1em;
    line-height: 1.6em;
        text-align: center;

}

body p {
    margin-top: 8px;
}
body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
}

.logo
{margin: auto;
height: 120px;
width: auto;
}

.header {
    background-color: #373737;
    height: 120px;
    width: 100%;
    text-align: center;
}

.image-head {
    height: 330px;
    background-image: url("../img/img-1.jpg");
}

.content {
    width: 100%;
}
.content li {
    display: inline-block;
    vertical-align: top;
}

.content-1 {
    height: auto;
    width: 100%;
    background-color: rgba(248,220,87,1);
    padding-top:8px;
    padding-bottom: 15px;
}

.content-container {width: 700px;
    
margin-left: auto;
margin-right: auto;
padding: 0;}

.contact-section {
    background-color: #373737;
    height: 130px;
    width: 100%;
}
.footer {
    background-color: #373737;
    height: 100px;
    -webkit-box-shadow:inset 0px 30px 0px 0px #988942;
    -moz-box-shadow:inset 0px 30px 0px 0px #988942;
    box-shadow:inset 0px 30px 0px 0px #988942;
    width: 100%;
}

#left {
    width: 770px;
}
#right {
    width: 150px;
    margin-left: 20px;
}
#summary {
    border: 1px solid #dddddd;
    position: absolute;
    top: 300px;
    width: 150px;
}
#summary .title {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    background-color: #dddddd;
    font-size: 12pt;
    font-weight: bold;
}
#summary .contents {
    margin: 5px;
    font-size: 80%;
}


#checkoutbutton {
    margin-top: 40px;
  width: 333px;
  height: 40px;
  background-color: transparent;
  moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid rgba(248,220,87,1);
  padding-top:6px;
    padding-bottom:3px;

  float: right;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;

}

#checkoutbutton a:link {
      color: rgba(248,220,87,1) !important;
  text-decoration: none !important;}

  h4 a:link {
      color: white !important;
  text-decoration: underline !important;}

  .footer-text {
    margin-top: 50px;
    display: block;
    vertical-align: bottom;
  }

  .footer-left {
    font-size: 0.8em;
    float:left;
    color: white;
}
  

    .footer-right {
        font-size: 0.6em;
        color: rgba(248,220,87,1);
    float:right;
  }