/*************************************************************************/
/* CSS                                                                   */
/* Styles for the overall layout of the web site.                        */
/*************************************************************************/

/********** Entire layout width **********/

td.container-main {
/* Un-comment to de-restrict entire layout width */
/* width           : 100%; */
}

/********** Padding on top and bottom of content **********/

td.main-layout-content {
 padding         : 10px 0 10px 0;
}

/********** Whitespace between content and right-hand graphic column **********/

td.container-whitespace {
 padding-left    : 10px;
}
