body {
  background: #eee;
  margin: 0px;
  font-family: Roboto Slab, Arial, Sans-Serif;
}
#header 
{
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

  width: 879px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
  border-radius: 4px;
  padding: 0px;
  margin-top: 12px;
  box-shadow: 3px 3px 3px #aaa;
  overflow: hidden;
  vertical-align: center;
  color: white;
}
#header h1 {
  margin: 0px;
  font-family: Ropa Sans, Arial;
  font-size: 12pt;
}
#header h2 {
  margin: 0px;
  font-family: Ropa Sans, Arial;
  font-size: 10pt;
}
#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header ul li:first-child {
  float: left;
  height: 68px;
  padding-left: 8px;
  width: 160px;
}
#header ul li:not(:first-child) {
  float: left;
  border-left: 1px inset black;
  padding-left: 4px;
  padding-right: 4px;
  height: 65px;
  text-align: center;
  width: 110px;
  font-family: Roboto Slab, Arial, Sans-Serif;
  padding-top: 4px;
}
#header ul li:last-child
{
  padding-right: 0px;
}
#header ul li:hover {
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
color: black;
}
#copyright {
  color: #aaa;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  font-size: 8pt;
  font-style: italic;
}
#partners {
  width: 879px;
  border: 1px solid black;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 0;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #aaa;
}
#content {
  width: 879px;
  border: 1px solid black;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #aaa; 
}
#carousel {
  width: 879px;
  border: 1px solid black;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 0;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #aaa;
  height: 400px;
  position: relative;
}
#carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 140px;
  font-size: 12pt;
  text-align: center;
}
#carousel ul li {
  height: 60px;
  background: #ddd;
  padding-top: 18px;
  border: 1px solid black;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#carousel ul li:hover {
  background: white;
}
.slide {
  left: 150px;
  top: 5px;
  height: 390px;
  width: 719px;
  position: absolute;
  background: #eee;
  padding: 0px;  
}
.slide-inner {
  margin: 16px;
  margin-left: 128px;
  background: rgba(255,255,255,0.8);
  height: 360px;
  width: 479px;
  padding: 4px;
  border-radius: 8px;
  font-size: 12pt;
}
.slide-inner h1 {
  margin: 0px;
  font-size: 16pt;
}
.slide-inner a {
  text-decoration: none;
  color: navy;
  font-size: 14pt;
  font-style: italic;
}
.slide-inner a:hover {
  color: red;
}
.activeCarousel {
  background: rgb(238,238,238); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */  
}
.infobox {
  background: #eeeeff;
  border: 1px solid navy;
  border-radius: 8px;
  padding: 8px;
}
#content h1 {
  margin: 0px;
}
#content h2 {
  margin: 0px;
}