/* CSS Document */
/* Constants specific to type2 page layout*/
/* These ones apply only to the screen */
@media screen {
*#main_body {
  width: 562px;
} 
*#main_spacer {
  width: 482px; height: 1px;
} 
*#left_spacer, *#right_spacer {
  width: 40px; height: 200px;
}
*#main {
  height: 180px;
} 
}  
