body {
	margin: 0px;
	padding: 0px;
}

div#left {
	float:left;
	width:160px;
	height: 100%;
}

div#right {
	position: relative;
	top: 0px;
	margin-left: 160px;
}

div#main {
	position: relative;
	top: 140px;
	left: 0px;
	padding: 20px 0px 0px 20px;
}

div#content {
	width: 600px;
	margin-top: 20px;
	position: relative;
	left: -160px;
}

/* Layout in div#right */
table.toptable {
	position: absolute;
	top: 0px;
	left: 0px;	
}

/* Layout in div#main */
div#main table {
	display: block;
	position: absolute;
	top: 0px;
}

div#main table tbody table {
	position: relative;
	display:inline-table;
	top: 0px;
}
