body {
  background: #000;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #A70000;
  background: #000 url('images/header.jpg') repeat-x center top;
  text-align: center;
}  

a:link, a:visited, a:hover, a:active {
  text-decoration: underline;
  color: #A70000;
}

div.clear{ clear: both; }

#container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#header {
  height: 150px;  
  position: relative; 
}

#header h1 { 
  position: absolute;
  margin: 0;
  left: 0;
  top: 20px;
  width: 267px;
  height: 74px;
}

#header h1 a {
  text-indent: -9999px;
  display: block;
  height: 100%;
  background: url('images/24steps.jpg') no-repeat center;  
}

#content {
  margin-top: 20px;
}

#content div.left {
  width: 140px;
  float: left;
}

#content div.right {
  width: 650px;
  float: right;
}

#navigation ul {
  list-style-type: none;
  margin: 0;  
  padding: 0;
}

#navigation ul li {
  margin-bottom: 5px;  
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:hover, #navigation ul li a:active {
  text-decoration: none;
  color: #A70000;
}

#real-content {
  text-align: justify;
}

#real-content h2 {
  margin: 0;
  padding: 0;
}

#footer {
  margin-top: 30px;
  font-size: 11px;
  text-align: center;
}

/* videos */

#videos div.video  {
  padding-left: 10px;
  margin-bottom: 30px;
  border-left: 5px solid #000;
}

#videos div.video:hover  {
  border-left: 5px solid #A70000;
}

#videos div.video div.images div.image { 
  position: relative;
  width: 200px;
  height: 200;
  float: left;
  margin-right: 10px;
}
 
#videos div.video div.description {
  color: #CCC;
}