#content
{
  max-width: 1200px;
  min-width: 996px;
  width: 100%;
  _width: expression(document.body.clientWidth >= 1200 ? "1200px": document.body.clientWidth <= 996 ? "996px" :"100%");
  margin: auto;
  background: white url(../../images/common/bg_header.gif) repeat-x center top;
}

.inner_pages #content
{
  background-color:#ffffff;
  background-image:none;
}

.inner_pages .header
{
  background:url(../../images/common/inner_header_bg.gif) repeat-x center top;
}

.box_columns
{
  width: 950px;
  margin: auto;
}

.inner_row_01
{
  height: 228px;
}

.inner_row_02
{
  margin-bottom: 20px;
}

