body {
  background-image : url(images/webbackground.jpg);
  
  background-attachment : fixed;
  
  background-color : #cc9966;
  font-family : Tahoma;
  font-size : 12px;  
  text-align : left;
  p-indent :"10px";
  hr-display:"6em";
  color : #000000;
  margin : 0px 0px 0px 0px;
  }

a:link 
 {color: #3333FF; text-decoration: none;}
a:visited 
 {color: #660000; text-decoration: none;}
a:hover   
 {color: #FF00FF; text-decoration: underline; text-background-color: #993333}
a:active   
 {color:#990033; text-decoration: none;}

ul.outside {list-style-position: outside}

#content {
  position : absolute;
  left : 170px;
  top : 10px;
 
  text : "Judy Dominic 2002-2009";
}     


#leftnav {
float:left;
  width : 150px;
  height : 50%; 
  <!-- border-right : 1px solid #cccccc; -->
  margin-left : 3px;

  background-color : ;
  font-size : 11px;  
  text-align : left;
}

