body {
  background-color: #7ad;
  background-image: url(../images/bgbody.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #036;
  padding: 15px 0 25px 0;
  margin: 0;
}

#logoprint {
  display: none;
}

#container {
  width: 750px;
  background-color: #d4e9fc;
  background-image: url(../images/bgmenu.gif);
  background-repeat: repeat-y;
  text-align: left;
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 135px;
  background-color: #258;
  background-image: url(../images/bgheader.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#header #logo {
  width: 150px;
  float: left;
  text-align: center;
  padding: 23px 0 0 0;
}
#header #logo h1 {
  font-size: 21px;
  color: #9e5;
  margin: 0;
}
#header a:link,
#header a:visited {
  text-decoration: none;
  color: #9e5;
}
#header #logo img {
  border: 0;
}
#header #streamer {
  width: 588px;
  float: right;
  background-color: #7ad;
  background-image: url(../images/bgstreamer.gif);
  background-repeat: repeat-y;
  background-position: top right;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  padding: 1px 0 4px 12px;
  border-bottom: 1px solid #000;
}

#menu {
  width: 140px;
  float: left;
  background-color: #258;
  padding: 10px 0 25px 10px;
}
#menu ul {
  width: 140px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu li {
  width: 140px;
  height: 55px;
  background-repeat: no-repeat;
  background-color: #47a;
  margin-bottom: 18px;
}
#menu a:link,
#menu a:visited {
  display: block;
  width: 110px;
  height: 38px;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  padding-top: 17px;
  padding-left: 30px;
}
#menu a:hover,
#menu a:active,
#menu #current {
  background-color: #9e5;
  background-repeat: no-repeat;
  color: #000;
}
#menu #tab1 a:link,
#menu #tab1 a:visited {
  background-image: url(../images/tab1.gif);
}
#menu #tab1 a:hover,
#menu #tab1 a:active,
#menu #tab1 #current {
  background-image: url(../images/tab1current.gif);
}
#menu #tab2 a:link,
#menu #tab2 a:visited {
  background-image: url(../images/tab2.gif);
}
#menu #tab2 a:hover,
#menu #tab2 a:active,
#menu #tab2 #current {
  background-image: url(../images/tab2current.gif);
}
#menu #tab3 a:link,
#menu #tab3 a:visited {
  background-image: url(../images/tab3.gif);
}
#menu #tab3 a:hover,
#menu #tab3 a:active,
#menu #tab3 #current {
  background-image: url(../images/tab3current.gif);
}
#menu #tab4 a:link,
#menu #tab4 a:visited {
  background-image: url(../images/tab4.gif);
}
#menu #tab4 a:hover,
#menu #tab4 a:active,
#menu #tab4 #current {
  background-image: url(../images/tab4current.gif);
}
#menu #tab5 a:link,
#menu #tab5 a:visited {
  background-image: url(../images/tab5.gif);
}
#menu #tab5 a:hover,
#menu #tab5 a:active,
#menu #tab5 #current {
  background-image: url(../images/tab5current.gif);
}
#menu #tab6 a:link,
#menu #tab6 a:visited {
  background-color: #dc1d20;
  background-image: url(../images/tab6.gif);
}
#menu #tab6 a:hover,
#menu #tab6 a:active,
#menu #tab6 #current {
  background-color: #9e5;
  background-image: url(../images/tab6current.gif);
}
#menu span.title {
  font-size: 14px;
  font-weight: bold;
}

#content {
  width: 550px;
  float: right;
  padding: 0 20px 20px 30px;
}
#content h2 {
  font-size: 21px;
  font-weight: bold;
  color: #06a;
  padding-bottom: 3px;
  border-bottom: 1px solid #7ad;
  margin: 30px 0 5px 0;
}
#content #ppi {
  font-size: 13px;
  font-weight: bold;
  color: #036;
  padding-left: 1px;
}
#content #pagetitle {
  height: 43px;
  background-image: url(../images/bgpagetitle.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  border: none;
  margin: 10px 0 5px 0;
}
#content #pagetitle a:link,
#content #pagetitle a:visited {
  display: block;
  width: 550px;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
#content #pagetitle a:hover,
#content #pagetitle a:active {
  color: #06a;
}
#content p {
  margin: 0 0 15px 0;
}
#content ul, #content ol {
  margin-top: 0;
  margin-bottom: 15px;
}
#content ul {
  list-style-type: square;
}
#content ol {
  margin-top: 25px;
  margin-bottom: 25px;
}
#content p,
#content ul,
#content table {
  line-height: 19px;
}
#content em {
  font-style: italic;
}
#content strong {
  font-weight: bold;
}
#content img {
  border: 0;
}
#content a:link,
#content a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #06a;
}
#content a:hover,
#content a:active {
  text-decoration: underline;
  color: #5a1;
}
#content h3 {
  font-size: 15px;
  font-weight: bold;
  color: #06a;
  margin: 15px 0 0 0;
}
#content address {
  margin-top: 15px;
}
#content iframe {
  border: 1px solid #7ad;
  margin: 10px 0 25px 0;
}
#content table {
  border-collapse: collapse;
  margin: 20px 0 0 0;
}
#content th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
#content table.lines {
  margin: 20px 0 20px 0;
}
#content table.lines th {
  font-weight: bold;
  text-align: left;
}
#content table.lines th,
#content table.lines td {
  padding: 3px 8px 5px 8px;
  border: 1px solid #7ad;
}
#content form {
  margin: 0;
}
#content input,
#content textarea {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
}
#content input.field,
#content textarea {
  width: 280px;
  background-color: #eef6fc;
}
#content span.required {
  font-weight: bold;
  color: #c00;
}
#content #formbox {
  background-color: #fff;
  border: 1px solid #7ad;
}
#content #formbox th,
#content #formbox td {
  padding: 0 20px 0 20px;
}
#introduction {
  width: 200px;
  float: left;
}
#picture {
  width: 331px;
  float: right;
  padding-top: 20px;
}
#gebrselassie,
#display {
  width: 252px;
  height: 185px;
  background-color: #def;
  padding: 15px 0 0 15px;
  border: 1px solid #7ad;
  margin: 15px 0 5px 0;
}
#gebrselassie {
  float: left;
  background-image: url(../images/gebrselassie.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#gebrselassie h3,
#display h3 {
  margin-top: 0;
}
#gebrselassie p,
#display ul {
  font-size: 12px;
  line-height: 16px;
}
#gebrselassie #champion {
  width: 95px;
  margin-top: 15px;
}
#gebrselassie h3 {
  width: 130px;
}
#gebrselassie p {
  width: 125px;
  margin: 5px 0 0 0;
}
#display {
  float: right;
  background-image: url(../images/animation/display.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
#display ul {
  width: 120px;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 10px 0;
}
#display li {
  background-image: url(../images/listitem.gif);
  background-repeat: no-repeat;
  padding-left: 13px;
}

div.clear {
  clear: both;
  height: 1px;
  font-size: 0;
}