/****** structure.css - for main structural elements ******/
.printLogo { 
  display: none; 
}
#pixeltrack { position: absolute; width: 1px; top: 0; left: -2px; }
#container { 
  width: 978px; 
  margin: 0 auto; 
  text-align: left; 
}
#cover, 
#article { 
  width: 593px; 
  float: left; 
  overflow: hidden; 
}
.leftCat { 
  float: left; 
  width: 196px; 
  overflow: hidden; 
}
.rightCat { 
  float: right; 
  width: 350px; 
  overflow: hidden; 
}
#content { 
  width: 380px; 
  float: left; 
}
#contentWell { 
  float: left; 
}
.linkToTop { clear: both; }
.footer { clear: both; }
.topNav {clear: both; }
.searchBox { 
  float: right; 
  text-align: right; 
}
.ad728x90 { clear: both; }
.topCat li, 
.footer li { 
  float: left; 
  display: inline; 
}
