body {font-family: Verdana, Arial; font-size: 80%; margin: 10px; 
background-attachment: fixed; background-color: #bee280; }

table {font-family: Verdana, Arial; font-size: 90%; border-spacing: 10px;}

A:link { color:  #blue; text-decoration: none;  }
A:visited { color: #blue; text-decoration: none;  }
A:hover { color: #blue; text-decoration: none; font-weight: bold; }
A:active { color: #blue; text-decoration: none; }

IMG { margin-right: 15px; margin-left: 3px; }



#header 
{
	background-color: #bee280;
 	position:absolute;
	left:0%;
	top:0px;
	width:100%;
    height:85px;
}

#menu {
	background-color: #bee280;
	position:absolute;
	left:30px;
	top:150px;
	width:173px;
    	height:600px;
}

#content {
	background-color: #bee280;
	position:absolute;
	left:250px;
	top:149px;
	width:65%;
	height: auto;
}
