@import "../style.css";

table.indexlayout { }
.indexlayout td { padding-left: 2em; padding-right: 2em;
	vertical-align: baseline; }

@media screen and (min-width: 481px) {
	div#main {width: 85%; }
	div.side {
	/*	position: relative;	/* IE 5 ignores absolute and fixed */
	/*	position: absolute;	/* IE 6 ignores fixed */
		position: fixed;	/* preferred */
		float: right;		/* for position: absolute */
		left: 85%; }
}
@media screen and (max-width: 480px) {
	div.side { text-align: center; }
	div.side p { display: inline; }
}
