I'm having difficulty figuring out how to turn off the left sidebar of site. I only want to disable it for the Homepage and specific ez pages i have.

I was thinking of choking it out in one of my CSS stylsheets with:

HTML Code:
display: none;
but i don't know how to target ez pages with css. I understand how to use it for the advanced search page (advanced_search.css) but the same method doesn't work for ezpages.

Thanks