* {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Verdana, Geneva, sans-serif;
}

body {
  text-align: center;
  background: #fff url(media/background.gif) repeat-x;
}

h1 {
  font-size: 14px;
  margin-bottom: 5px;
}

a {
  color: #010b4b;
}

img {
  border: 0px;
}

#container {
  width: 800px;
  margin: 0px auto;
  background: url(media/body_background.gif);
}

#header {
  width: 100%;
  height: 151px;
  background: url(media/header.jpg);
}

#body {

}

#navigation {
  width: 189px;
  float: left;
  text-align: left;
  padding-top: 10px;
}

#navigation ul {
  margin-left: 30px;
}

#navigation ul li {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

#navigation ul li a {
  color: #fff;
  text-decoration: none;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#content {
  float: left;
  width: 506px;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

#content .list {
  margin-left: 20px;
}

#affiliates {
  width: 82px;
  float: left;
  font-size: 11px;
  color: #010b4b;
  padding-top: 10px;

}

#affiliates ul {
  list-style-type: none;
}

#affiliates ul li {
  margin-bottom: 10px;
}

#footer {
  clear: left;
  background: #010b4b;
  text-align: left;
  height: 60px;
}

.footerblock {
  float: left;
  width: 190px;
  color: #fff;
  font-size: 10px;
  padding: 5px 5px;
}

.footerblock a {
  color: #fff;
  text-decoration: none;
}

.footerblock a:hover {
  text-decoration: underline;
}

.pictures {
  list-style-type: none;
}

.pictures li {
  float: left;
  margin-right: 10px;
  background: #f2f2f2;
  padding:5px;
}

.clearer {
  clear: both;
}