Posted: 12/19/2004 3:39:53 PM
The headers of the boxes in the right column have class selector: .login-box-top
It would make more sense if it were: .rightcol_module_header
Also the containing tables of the different modules could have the same class.
For example: <table class="main" id="in-bulletin">
In that way one could choose for 100% width for all pages by changing only the values for table.main {width: 100%}
You could still style the different modules by id.
Gerard