@import url(ColumnMinHeight.css);

.Columns #rightContentContainer
{
float:right;
width:550px;
}
.Columns #leftColumn
{
float:left;
width:160px;
}
.Columns #centerColumn
{
float:left;
width:252px;
}
.Columns #rightColumn
{
float:right;
width:252px;
}
