body{
  background: #666 url('../images/body_background.png') repeat-x top left;
  color: #000;
  font: 1em verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
.br{
  background: #000 url('../images2/body_div.jpg') repeat-x top left;
  height: 10px;
  width: 800px;
}
#wrapper{
  background: #CCC url('../images/body_background_black.png') repeat-y top left;
  font-size: .9em;
  margin: 10px auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 800px;
}
#nav{
  background: #000;
  float: left;
  width: 125px;
}
#nav .content{
  padding: 10px;
}
#nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav ul li{
  margin: 0;
  padding: 0;
}
#nav a{
  background: #000;
  border-left: 5px solid #FE0000;
  color: #FFF;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 5px 10px; 
  text-decoration: none;
}
#nav a:hover{
  background: #9C3838;
  border-left: 5px solid #CCC;
}
#leaf{
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
  width: 200px;
}
#main_content{
  font-weight: bold;
  margin: 10px 15px 10px 150px;
  padding-bottom: 10px;
}
#main_content .content{
  margin: 10px;
}
#main_content h1{
  color: #FE0000;
  border-bottom: 2px solid #F00;
  padding-left: 10px;
}
#main_content a{
  color: #000; 
  border-bottom: 1px dotted #000;
  text-decoration: none;
}
#main_content a:hover{
  background: #CFC;
}
#footer{
  background: #000;
  clear: both;
  color: #FFF;
  padding: 10px 20px;
}
#footer a{
  border-bottom: 1px dotted #CCCCCC;
  color: #9F9;
  text-decoration: none;
}
#footer a:hover{
  background: #363;
}