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