Hiding sidebar

I want to hide my side bar and increase width of my post area (which is grey color) to fit the content area. How to do it? My site is http://ceramicstiles.info

I see you’ve hidden the sidebar. The next thing you could do is change this rule in your style sheet (screen.css, line 95)

.span-16 {
  width: 630px;
}

to

.span-16 {
  width: 870px;
}

Thanks ralph! But where is screen.css and line 95?

The full path to it is here:

http://ceramicstiles.info/wp-content/themes/corporate.1.4.1/corporate/css/screen.css

How to access that depends on how you installed the theme. I guess the common way to access that would be through your Admin interface. I don’t use WP, so I can’t be too specific.