I am in need of changing the left column width:

Code:
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
which is in the tpl_main_page.php file, but can't seem to locate where that variable for the width is defined.

Can someone please advise?

Thank you!