

#menu {
 position:absolute;
 width:200px;
 height:310px;
 z-index:1;
 left:60px;
 top:100px;
}

#main {
 position:absolute;
 width:640px;
 height:500px;
 z-index:2;
 left:280px;
 top:100px;
 overflow: visible;
}
	
body    {
 background-color: white;
 color: "222222";
 font-size: 11pt;
 font-family: "Georgia", "Times New Roman", "Times", "serif";
 line-height:110%; 
}

hr    { height: 1px; color: white; }
	
a { color: #222222; text-decoration: none; }
a:hover { color: #666666;}


.still1 { font-size: 11px;  color: #444444; }
.logo {	color: #003399;	font-size: 17px; font-weight: bold; }
.name { font-weight: bold; }
