@charset "UTF-8";

@media screen, projection
{
  #nav { background: transparent url("../../images/main_top2.png") no-repeat bottom center;}
  #footer {  background: transparent url("../../images/main_bottom2.png") no-repeat top center; }

  #main { float: left; width: 920px; background: transparent url("../../images/main_pattern2.png") repeat-y top center; }
  #col1 { float: left; width: 680px;  margin: 0 0 0 210px }
  #col2 { float: left; width: 210px;  margin: 0 0 0 -890px }
  #col3 { float: right; width: 30px; margin-right: 0; margin-left: -5px;  }
  #col1_content { padding: 0 0 0 20px }
  #col2_content { padding: 0 0 0 30px}
  #col3_content { padding: 0; display: none;}

}