body {
  background-color: #e1ebef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

ul {
  list-style-type: none;
}

#content-text>h1 {
  font-size: 24px;
}

html>body {
  background-color: #e1ebef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  margin-top: 0px;
}

h3 {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

#left-menu>ul, #menu>ul {
  display: inline;
  list-style-type: none;
  padding-right: 6px;
  margin-left: 7px;
}

#left-menu>ul>li {
  display: block;
}

li {
  float: left;
}

.quote {
  font-style: italic;
  color: grey;
}

#rightmenu {
  display: inline;
  float: right;
}

#rightmenu li {
  display: inline;
  margin-right: 20px;
  padding-top: 2px;
}

#menu {
  background-image: url('../images/menu.png');
  background-repeat: no-repeat;
  margin-left: 7px;
  height: 28px;
}

#container>#menu {
  background-image: url('../images/menu.png');
  background-repeat: no-repeat;
  margin-left: 7px;
  margin-top: 10px;
  height: 28px;
  font-weight: bold;
}

#menu>ul {
  margin-left: 10px;
}

#menu>ul>li {
  margin-right: 10px;
  padding-top: 2px;
  position: relative;
}

a {
  display: inline;
  text-decoration: none;
  color: white;
  padding-left: 4px;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
}

li ul {
  display: none;
  z-index: 3;
  width: 250px;
}

li>ul {
  display: none;
  position: absolute;
  left: 600px;
  width: 250px;
}

li ul li {
  background-color: #e1ebef;
  border: 2px solid #284a57;
  position: relative;
  top: -15px;
  padding: 4px;
}

li a:hover ul {
  color: black;
  display: block;
  z-index: 3;
}

#left-menu>ul li:hover ul {
  display: block;
  z-index: 3;
}

#left-menu a {
  padding: 0;
}

a img {
  border: 0;
  margin-left: 40px;
}

a>img {
  border: 0;
  margin-left: 0;
}

a:hover {
  text-decoration: none;
}

#left-menu a {
  color: black;
}

#left-menu a:hover {
  color: white;
  background-color: #557683;
}

#container {
  background-image: url('../images/bggradient.png');
  background-repeat: repeat-y;
  margin-top: -15px;
  width: 800px;
  text-align: left;
}

body>#container {
  background-image: url('../images/bggradient.png');
  background-repeat: repeat-y;
  margin: auto;
  width: 800px;
  text-align: left;
}

#logo {
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  margin-left: 7px;
  height: 85px;
}

#container>#logo {
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  height: 85px;
  margin-left: 7px;
  margin-bottom: -14px;
}

#content-container {
  background-image: url('../images/bggradient.png');
  text-align: justify;
  width: 800px;
  display: inline;
}

#left-menu {
  font-size: 12px;
  line-height: 20px;
  width: 150px;
  float: left;
  display: inline;
}

#content-container>#left-menu {
  font-size: 12px;
  line-height: 20px;
  background-color: #e1ebef;
  width: 150px;
  float: left;
  display: inline;
  margin-left: 25px;
  margin-top: 5px;
}

#content-text {
  margin-left: 30px;
  width: 370px;
  display: inline;
  float: left;
  margin-top: 15px;
}

#content-container>#content-text {
  width: 380px;
  margin-left: 35px;
  float: left;
  display: inline;
  margin-top: 0;
}

#content-sidebar {
  float: right;
  margin-right: 30px;
  margin-top: 15px;
  display: inline;
}

#content-container>#content-sidebar {
  background-color: #e1ebef;
  width: 150px;
  float: right;
  display: inline;
  margin-top: 15px;
  margin-right: 25px;
}

#sidebar-elements {
  background-color: #e1ebef;
  width: 120px;
}

#content-sidebar>#sidebar-elements {
  width: 150px;
}

#sidebar-elements img {
  margin-bottom: 6px;
}

#footer {
  padding-top: 3px;
  color: white;
  text-align: center;
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
  height: 17px;
  margin-left: 7px;
  clear: both;
}