@import "../style.css";

table.indexlayout { }
.indexlayout td { padding-left: 2em; padding-right: 2em;
	vertical-align: baseline; }
div#main {width: 85%; }
div.side {
/*	position: relative;	/* IE 5 doesn't do absolute */
/*	position: absolute;	/* IE 6 doesn't do fixed */
	position: fixed;	/* preferred */
	float: right;		/* for position: absolute */
	left: 85%; }

