<!--
body{
	margin:0px;
	padding:0px;
	background:#666;
	text-align:center; /* Centering hack for IE5/Win */
}

div#mainClm{float:right;width:452px;padding:20px;border-left:dotted 0px #ccc;background:#fff}
div#sideBar{margin:0px 0px 0px 0px;padding:20px;text-align:left;padding-right:490px;}
#header{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;background:#fff;color:white;border:0px;}
#footer{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;border-bottom:dotted 0px #ccc;border-top:dotted 0px #ccc;background:#fff;color:white;}
#footnav{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;border-bottom:dotted 0px #ccc;border-top:dotted 0px #ccc;background:#666;color:white;}

#container{
	width:780px;
	margin: 0px auto; /* CSS centering trick. Right and left margin widths set to "auto", pushes content to middle */
	text-align: left; /* Counteract the IE5/Win Hack */
	background:#fff;
	border-left:dotted 0px #ccc;
	border-right:dotted 0px #ccc;
}
-->