body {
    background-color:#ffffff; 
    color:#000000;
    font-family:Verdana,sans-serif;
    margin:10px 0px 0px 10px;
    font-size:100%;
}  
a { text-decoration:none;
    color:rgb(2,2,2);
    }
a:hover{
	z-index:25;
	background-color:#ffff77
}
img { border:0px;
    }

#small{

	font-size:0.8em;

}
#header {
	position:absolute;
	width:600px;
	height:80px;
	top:5px;
	right:5px;
	bottom:auto;
	left:5px;
	}
#sidebar {
	position:absolute;
	width:105px;
/*	
	height:440px;
*/
	height:auto;
	top:110px;
	right:0px;
	bottom:4em;
	left:5px;
	font-size:0.9em;
	}
#sidebar a {
	display:block;
	margin:0 0.5em;
	margin-top:1em;
	font-weight:bold;
}	
#main {
	position:absolute;
	width:490px;
/*	
	height:440px;
*/	
	height:auto;
	top:90px;
	right:0px;
	bottom:4em;
	left:115px;
	font-size:0.8em;
	}
#main li {
	margin-top:1em;
}	
#footer {
	position:absolute;
	width:600px;
	height:4em;
	top:550px; 
	right:0;
	bottom:0;
	left:5px;	
	font-size:0.8em;
}