

 h1, h2, h3 {
  
  color: #600;
  font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    
 h1, h2 {
  text-align: center;
  }
  
  
 p {
 font: 120% arial, helvetica, sans-serif;
 
 }
 
 #sidebar {
  
  float: left;
  width: 150px;
  margin-top: 20px;
  padding: 0 10px;
  
  }

#container {

  width: 80%;
  background: url(column.gif) repeat-y;
  background-color: #ffc;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  
 }




#content {
 
  margin-left: 170px;
  padding: 10px;
 
  }  



ul#navigation
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		font-size: 1.1em;
		font-family: verdana;
	}
	
 #navigation a
	{
		display: block;
		text-decoration: none;
		
		padding: .2em .5em;
		border-bottom: 1px solid #69F;
		width: 7em;
		}
 #navigation a:link
  {	
    background: #036;
		color: #fff;
  }
  
  #navigation a:visited
  {
  background: #930;
  color: #000;
  }
  	
	
#navigation a:hover
	{
		background: #69F;
		color: #000;
	}
	
		
	#navigation li
	{
		display: inline;
	}