/* CSS Document */


#content {
	width: 798px;
	background: #333333;
	overflow: hidden;
	border: 1px solid #FFFFFF;
}


#content .column {
	float: left;
	background-color: #000000;
	padding-bottom: 20000px;  /* X + padding-bottom */
    margin-bottom: -20000px;  /* X */
}


#left {
  width: 333px;  /* LC width */
}
#right {
  width: 465px;  /* RC width */
}
