/*. layout .*/

#main{
  width: 780px;
  background: transparent url(navbg.png) repeat-y scroll 0px 0px;    
}

#head{
  height: 65px;
  background-color: #fff;   
  width: 780px;
  position: relative;
}

#head .tube{
  /* background: transparent url(logo.png) no-repeat scroll 7px 12px; */
  background: #fff; 
  height: 60px;
  width: 780px;    
 /* position: relative;*/
}

#contentwrapper{
  float: left;
  width: 100%;
  overflow: hidden;
}

#contentCol{
  margin: 0px 180px 0px 144px; /*Set left margin to LeftColumnWidth*/
  overflow: hidden;
  padding-bottom: 10px;
}

#leftCol{
  float: left;
  width: 144px; /*Width of left column*/
  margin-left: -780px; /*Set left margin to -(MainContainerWidth)*/
  position:relative; 
  background: transparent url(navbg.png) repeat-y scroll 0px 0px;        
}

#rightCol{
  float: left;
  width: 180px; /*Width of right column*/
  margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
  position:relative; 
  overflow: hidden;

}

#footer{
  clear: left;
  width: 780px;
  height: 25px;
  padding-bottom: 15px;
  background-color: #fff;
}