#left {
color: white;
background-color: black;
padding: 5px;
position: absolute;
top: 0px;
left: 0px;
width: 180px;
height: 300%;}

div.content{
padding: 5px;
position: absolute;
top: 135px;
left: 190px;
width: 500px;}

body {  
font-family: Gill Sans, Gil Sans, Arial, Helvetica, sans-serif; 
color: #000000; 
background-color: #AAAD78}

#smallp{	
font-size: smaller;
}


A:link {
color: #ffffff;
text-decoration: none;}

A:visited {
color: #ffffff;
text-decoration: none;}

A:hover {
color: #CC0000;
text-decoration: underline;}