#base {
  clear : both;
  background : #f1e1ca;
  width : 990px;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
  height:43px;
}

#base p {
  text-align : left;
  margin : 0px;
  font-size : 85%;
  line-height : normal;
  color : #7b6d6a;
}

#base a:link {
  color : #666666; 
  text-decoration : none;
}

#base a:visited	{
  color : #666666; 
  text-decoration : none;
}

#base a:hover {
  color : #666666; 
  text-decoration : underline;
}

