http://nonelectronics.com/catalog/
I'm seeking a way to push the categories and currencies boxes on the left outside of the white background area.
I could do this a number of ways. I''m thinking the best way would be to increase the size of my #maincontentwrapper from 760 to 890 (my left column is 130px,) and keep the background on those boxes transparent. My question is, how do I expand my maincontentwrapper LEFT instead of just having it expand both ways?
Right now it's positioned by doing a
margin-left: auto;
margin-right: auto;
and setting the width to 760 in my stylesheet.



