body {
  background-image: url(background.jpg);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: medium;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.8em;
  font-weight: bold;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: oblique;
}

td {
  text-align: left;
}


/*******************************************************************************
                                    Template
*******************************************************************************/

.rsv_blackstyle_boxes {
  margin-top: 15px;
  margin-bottom: 0px;
  box-shadow: 1px 2px 4px #3a3633;
  /*border: 1px solid #5a5653;*/
  border: 1px solid black;
  border-radius: 5px;
  background-color: #3a3633;
  color: #fbf9ed;
  padding: 7px;
  font-size: small;
}

.rsv_blackstyle_boxes_headers {
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
}

.rsv_blackstyle_boxes_contents {
    border: 1px solid black;
    background: #fbf9ed;
    margin: 0px;
    color: #3a3633;
    text-align: left;
    padding: 7px;
}

.rsv_blackstyle_boxes_contents ul {
    margin: 0px;
    padding: 0px;
}

.rsv_blackstyle_boxes_contents ul li a {
    color: #3a3633;
    width: 100%;
    display: block;
}

.rsv_blackstyle_boxes_contents ul li a:hover {
  background-color: #3a3633;
  color: #fbf9ed;
  text-decoration: none;
}

#rsv_blackstyle_header {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;

  /*z-index: 1;*/
  width: 950px;
  height: 220px;
  overflow: visible;
}

#rsv_blackstyle_header img {
  margin-top: -58px;
  margin-left: -70px;
  max-width: 2000px;
}

#rsv_blackstyle_subheader {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    color: #fff;
    vertical-align: middle;
}

#rsv_blackstyle_middle {
/*   margin-top: 10px; */
  margin-left: auto;
  margin-right: auto;
  padding: 0px;

  color: #fbf9ed;
  width: 965px;
  text-align: center;
}

#rsv_blackstyle_body {
  margin-right: 10px;
  vertical-align: top;
  width: 683px;
  display: inline-block;
}

#rsv_blackstyle_body_content {
  border: 1px solid black;
  background: #fbf9ed;
/*   margin: 7px; */
  color: #3a3633;
  text-align: left;
  padding: 7px;
}

#rsv_blackstyle_right {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}

#rsv_blackstyle_right img {
  max-width: 100%;
}

#rsv_blackstyle_footer {
  width: 950px;
/*   border-bottom: none; */
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
