@CHARSET "ISO-8859-1";
#content {
		width:440px;
}
*+html #content {
	float: left;
	width: 429px;
}
* html #content {
	float: left;
	width: 500px;
}
#contentRight {
	width: 160px;
	display: table-cell;
	border-left: 1px solid #EDEDED;
	padding: 0px 20px 20px 20px;
}
*+html #contentRight {
	float: right;
}

* html #contentRight {
}