


table#maintable
{
	margin-left:0;
	margin-right:0;
}

table#maintable td
{
	vertical-align:top
}

table#maintable td.adleft
{
	width:160px;
}

table#maintable td.adright
{
	width:160px;
}




#indexcontainer
{
	position:relative;
	clear:both;
}

#adleft
{
	float:left;
	width: 160px;
}

#adright
{
	position:absolute; 
	width: 160px;
	right:0;
	top:0;
}

#adbottom
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#adbottom div.aditem
{
	display: inline;
}

div.aditem
{
	margin-bottom:5px;
}

#indexbody
{
    /* Can't use padding here because IE is so smart to double the padding */
	margin-left: 170px;
	margin-right: 170px;
	text-align: justify;
	height:265px;
}

#indexsearch
{
	background-color:#f9f9f9;
	padding:5px;
	border-bottom: 1px solid #f0f0f0;
}