#searchform {
	height: 27px;
	width: 160px;
	position: relative;
	float: right;
	text-align:right;
	margin: 0 10px !important;
	margin: 0 5px;
}



.thetable		{
	position: relative;
	display: table;
	width: 751px;
	margin: 0;
	padding: 0;
	clear: both;
	border-spacing: 0;
	background: url(../images/presentation/flank_cell_bg.gif) left top repeat-x;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

 /* hide this from opera6 */
head:first-child+body div.thetable {height: 100%;}

.tablerow
{
	display: table-row;
}

.tablecell
{
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
}

 /* hide this from opera6 */
head:first-child+body div.tablecell {height: 100%;}
/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */

.one
{
	width: 20%; 
	position: relative;
	z-index: 5;
}
.two
{
	width: 78%;
	position: relative;
	border-left: 2px solid #fff;
}

#contentarea{
	margin: 5px 5px;
}
#quicklinkswrapper, #latestnewswrapper{
	margin: 5px;
}
