* {
	font-size: 12px; 
}
body {
	color: #17213B;
	background-color: #ffffff;
	background-image: url(../images/backgnd.gif);
	margin: 0px;
}
body.printable {
	background-image: none;
	margin: 10px;	
}
#main {
	position: absolute;
	left: 111px;
	right: 45px;
	font-size: 12px; 
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #666666;
	max-width: 685px;
	width: expression(document.body.clientWidth > 685? "685px": "auto");
}
#menu {
	position: absolute;
	top: 130px;
/*	bottom: 0px; */
	left: -112px;
	width: 111px;
	height: 100%;
	text-align: right;
/*	padding-right: 10px; */
}
#menu * {
  font-size: 11px;
}
#bottombar {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -40px;
	height: 10px;
	width: 100%;
	color: #A1A1C5;
	text-align: center;
	white-space: nowrap;
	clear: both;
}
#bottombar, #bottombar * {
  font-size: 10px;
}
