@charset "utf-8";
/*layout for a 3 column page*/

/* maybe should put in back into default.css just above the body section */

table#body {          
width: 992px;
height: 600px;
}
table#body td {    
padding: 0px;    
}
.leftcolumn {    
width: 166px; 
}
.middlecolumn {    
width: 664px;
}
.rightcolumn {    
width: 166px; 
}
/*end layout table*/

