body{
  margin: 0;
  font-family: trebuchet, verdana, tahoma, sans-serif;
  color: #404040;
}
a{
  color: #2D2D2D;
}
#header{
  width: 100%;
  height: 150px;
  background: #2D2D2D;
}
#headerbg{
  background: #999;
  width: 850px;
  height: 150px;
  position: relative;
  text-align: left;
}
#headerbg h1{
  padding: 45px 0 0 30px;
}
#headerbg a{
  color: white;
  font-size: 20px;
}
.search{
  float: right;
  margin: 60px 30px 0 0;
}
#container{
  width: 850px;
  text-align: left;
  position: relative;
}
#ppc_relatedLander, #ppc_relatedResults{
  float: right;
  width: 230px;
  background: #DBDBDB;
  border-bottom: 15px solid #4D4D4D;
}
#ppc_relatedLander ul, #ppc_relatedResults ul{
  padding: 10px;
}
#ppc_relatedLander ul li, #ppc_relatedResults ul li{
  border-bottom: 1px dotted #7B7B7B;
}
#ppc_relatedLander ul li a, #ppc_relatedResults ul li a, #ppc_relatedTermsHeader{
  text-decoration: none;
  padding: 4px 0 4px 10px;
  display: block;
}
#ppc_relatedLander ul li a:hover, #ppc_relatedResults ul li a:hover{
  background: #2D2D2D;
  color: white;
}
#ppc_popularCategories, #ppc_results{
  width: 540px;
  padding: 30px;
}
#ppc_relatedLander a, #ppc_relatedResults a, #ppc_popularCategories a, #ppc_results a{
  color: #2D2D2D;
}
.ppc_catGroups{
  width: 30%;
  margin-right: 15px;
}
.ppc_listing .ppc_host{
  color: #A6A6A6;
}
#footer{
  text-align: center;
  color: #C5C5C5;
}
#footer a{
  color: #C5C5C5;
}


#prev_next{
  left: 0px;
  bottom: 30px;
  background: #D7D7D7;
  width: 450px;
  text-align: right;
  position: absolute;
}
#prev_next a{
  background: #696666;
  color: white;
  text-decoration: none;
  padding: 2px;
}
#prev_next a:hover{
  background: white;
  color: #4C4C4C;
  text-decoration: none;
  padding: 2px;
}










