your theme uses body_class() http://codex.wordpress.org/Function_Reference/body_class which adds page specific CSS classes to the body tag;
from your page:
<body class="page page-id-5139 page-template-default">
you can use that CSS class to generate page specific formatting;
example:
.page-id-5139 .column { margin-bottom: 0; }
(not sure what column box you are actually referring ot, and what CSS class this box has…use a browser inspection tool to find out.
Alchymyth,
Excellent, thank you for this. It actually addresses a much broader range of solutions for me than this one page. I am just an artist, not a coder, so I may have difficulty with implementation. I’ll give it a shot before closing this thread.
Thank you,
Will