* { margin: 0; padding: 0; } body { background-color: #E1E4CE; } #header { background-color: #B1B78B; color: #000; font-variant: small-caps; font-size: 150%; padding: 10px; border-bottom: 1px black solid; } #header a { text-decoration: none; color: #555; } #columns { float: left; width: 100%; background-color: #E1E4CE; } #content { background-color: #E1E4CE; float: left; width: 75%; } #main { float: right; width: 70%; margin-left: 10px; padding: 5px 0 0 5px; font-size: .8em; } #main p { margin-top: .5em; } #main a { color: #777; text-decoration: none; border-bottom: 1px solid #777; } #main a:visited { color: #888; border-bottom: 1px dashed #888; } #main a:hover { color: #999; border-bottom: 1px solid #999; } #leftbar { margin-right: 72%; border-bottom: 1px solid black; border-right: 1px solid black; background-color: #D9DCC2; } /* Beginning of "Holly hack" to fix 3px jog \*/ * html #leftbar { height: 1%; } /* End of "Holly hack" */ #whatsnew { line-height: 2em; font-variant: small-caps; text-align: center; } #whatsnew ul { list-style: none; line-height: 1em; font-variant: normal; font-size: .8em; text-align: left; } #whatsnew li { padding: .5em 3px .5em 3px; border-top: 1px solid black; } #whatsnew li p { padding: .5em 0 .5em 0; } #whatsnew li a { color: #777; text-decoration: none; } #whatsnew li a:hover { color: #999; border-bottom: 1px solid #777; } #links { line-height: 2em; font-variant: small-caps; border-top: 1px solid black; text-align: center; } #links ul { list-style: none; line-height: 1em; font-variant: normal; font-size: .8em; text-align: left; } #links li { padding: .5em 3px .5em 3px; border-top: 1px solid black; } #links li a { color: #777; text-decoration: none; } #links li a:hover { color: #999; border-bottom: 1px solid #777; } #rightbar { margin-left: 77%; background-color: #D9DCC2; border-left: 1px solid black; border-bottom: 1px solid black; margin-bottom: -1px; margin-top: -1px; line-height: 2em; font-variant: small-caps; text-align: center; border-top: 1px solid black; } /* Beginning of "Holly hack" to fix 3px jog \*/ * html #rightbar { height: 1%; } /* End of "Holly hack" */ #menu ul { list-style: none; line-height: 1em; font-variant: normal; text-align: left; } #menu li { padding: .5em 3px .5em 3px; border-top: 1px solid black; font-size: .8em; } #menu li a { color: #777; text-decoration: none; } #menu li a:hover { color: #999; border-bottom: 1px solid #777; } #footer { clear: both; background-color: #B1B78B; border-top: 1px solid black; border-bottom: 1px solid black; text-align: center; }