/* CSS Document */

.content-block #left{
  float:left;
  margin:-4px 0 0 -5px;
  width:157px;
  height:200px;
  background-image:url('../img/sub_nav.jpg');
  background-repeat:no-repeat;
}

.content-block #center{
  float:left;
  margin:27px 10px 27px 27px;
  width:700px; 
}

p {
  line-height:1.6em;
  margin-bottom:20px;
}

#left a{
  float:left;
  margin:10px 0 0 15px;
  color:#535a38;  
}

.red {
  color:#9b5b36;
}

.dotbreak {
  clear:both;
  margin:40px 0;
  height:0px;
  border-bottom:1px dotted #948f56;
}