Heather Claus wrote:
I agree with the suggestion of more graphics, but the other thing that immediately struck me was the need for a bit more space between your two columns on the page. they feel like theya re running into each other to me. Just a tad bit more padding would do the trick...
Looks great, though!
To handle this, you can decrease the width of table.contentpaneopen, table.contentpane in template_css.css:
table.contentpaneopen, table.contentpane {
border-collapse: collapse;
padding: 0;
margin: 0;
width: 97%;
}