body{
  /*background: #4f89b7 url("http://www.clairesmarathon.co.uk/images/bg.gif") repeat-x;*/
  background:#669966;
  margin:auto;
  padding: 10px;
  font: 0.9em;
  font-family:Verdana, Arial, Helvetica, sans-serif;
width: 760px;
}

#title{ /*small text above the header picture*/
  width: 760px;
  color: #FFF;
  font-family: "Verdana, Geneva, Arial, helvetica, sans-serif";
  font-size: 1.2em;
  font-weight: bolder
}
#title h1{ /*main headline */
  color:#661E00;
  /*order-bottom: 1px #D40000 solid;*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 32px;
  margin: 0 0 5px 0; 
  padding: 3px;
}

.box_out{ /*makes the light-blu borders*/
  width: 750px;
  background: #A85D57;
  margin:10px 0;
  padding: 5px;
}
.box_in{ /* getting the white background */
  background: #FFF;
  padding: 0;
  margin: 0;
}

.left{ /*  Navigation and statistics */
  float: left;
  width: 180px;
}
.right{ /*Content */
  float: right;
  width: 550px;
}



h4{ /*headline for left boxes */
  font-size: 1em;
  color: #205076;
  font-weight: normal;
  border-bottom: 1px #205076 dotted;
  margin:0;
  padding: 2px 0px 2px 10px;
}
ul.nav{ /*Navigationbox */
  list-style-type: none;
  text-align: left;
  padding: 5px;
  margin: 0;
  font-weight:bold;
}
ul.nav li{
  display: inline;
}
ul.nav li a{
  padding-left: 15px;
  text-align: left;
  color: #999;
  display: block;
  text-decoration: none;
}
ul.nav li a:hover{
  color:#FFF;
  background: #FFBF00;
}
ul.nav li a.current{
  color: #666;
}
.distancer{ /* needed for small distance between boxes*/
  line-height: 5px;
}


p{ /*general text*/
  padding: 5px;
  margin: 0;
  text-align: justify;
  color: #666;
}
p a{ /*general text-links */
  color: #000;
}
p a:hover{
  text-decoration: none;
}


h1{ /*red headline */
  color:#D40000;
  border-bottom: 1px #D40000 solid;
  font-size: 14px;
  margin: 0 0 5px 0; 
  padding: 3px;
}
h3{ /*small blue headlines*/
  width: 100%;
  background: #A85D57;
  font-size: 12px;
  color: #fff;
  padding: 2px;
  margin: 0;
}

.copyright{/*little footer*/
  text-align: center; 
  color: #000;
  font-size:10px;
}
.copyright a{
  color: #ff0000;
}