body {
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	line-height: 16px;
	background:#E7E7E9;		
}

a         {color: #900000;text-decoration:none;}
a:hover   {color: #000000;}

#container {
	width:800px;
	/*margin:0px auto;  Right and left margin widths set to "auto" */
	padding:0px;
	text-align:left; /* Counteract to IE5/Win Hack */
	background:#ffffff;
	}

#leftclmn {
	float:left;
	width:145px;
	height: 100%;
	background:#666666;
	display:block;
	}
#rightclmn {	
	float:right;
	width:600px;
	margin-right:20px;
	display:block;
	}
	
	
	
	
	
#rightclmn table {font-family: Arial, Helvetica, sans-serif;
	color: #000; font-size: 11px;
	letter-spacing:1px;
	line-height: 17px;}