Sometimes you only have one column for browsing but it's squeezed into a narrow column.
You can scretch it out across the entire page using this CSS customization.

Code
#idF1Options{width:950px;}
#idF1Options ul
{
width: 70em;
}
#idF1Options ul li
{
float: left;
width: 10em;
}
br
{
clear: left;
}
optionLink
{
margin-bottom: 2em;
}
Frank | User Experience Designer
Wild Apricot