DIV#container {
  min-width:990px;
  position:relative;
  margin:0 auto;
  height:100%;
}

DIV#col1, DIV#col2, DIV#col3 {
  position:relative;
  min-height:100%;
  text-align:left;
}

DIV#col1 {
  background: url(../images/layout/sp-li.gif) no-repeat top right;
  width:170px;
  float:left;
  margin-right:-4px;
  padding-top:15px;
  border-right:1px solid #cccccc;
}

DIV#col2 {
  background: url(../images/layout/sp-mi.gif) no-repeat;
  margin:0 177px 0 170px;
  padding-top:15px;
  border:0px solid #000000;
}

DIV#col3 {
  background: url(../images/layout/sp-re.gif) no-repeat top right;
  width:177px;
  float:right;
}


DIV#sub1 { 
  position:relative; 
  height:487px;
  width:167px;
  margin:0px 0 20px 0px;
  padding-left:3px;
  float:left; 
  border:0px solid #000000;
  z-index:2;
} 


DIV#sub2 { 
  width:600px;
  margin: 0 auto;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #cccccc;
  position:relative;
  float:none;
} 


