/* CSS Document */

#leftmenus {
	float: left;
	padding-top: 37px;
	padding-left: 20px;
	height: 100%;
	width: 175px;
}

#content .column {
	width: 580px;
	padding-right: 37px;
	padding-top: 37px;
	float: left;
}
#content {
min-height: 468px;
}

*html #content {
height: 468px;
}

#rightmenus {
	padding-top: 37px;
	padding-left: 40px;
	height: 100%;
	width: 128px;
	position: relative;
	padding-right: 15px;
	float: left;
}

#content .column table tr {
	vertical-align: top;
	background-position: right top;
	float: none;
	text-align: center;
}
