body { font:small; color:#333; background-image:url(images/bgline.png); background-repeat: repeat-y; margin:0px; padding:0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; } h1 { margin:0 0 10px 0; padding:0px; font-size:x-large; font-weight:900; color:#888; } .Content {/*this is the main content area*/ background-color:#e5d0b3; /* background-color:white;*/ color: #000000; margin-left: 160px; margin-right: 30px;/*breathing space for the text*/ margin-bottom: 10px; padding: 15px;/*space to separate navigation and content*/ /* font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; */ font-family: serif; line-height: 150%; border: 0.1px solid #000000; border-width: 2px; text-align: justify; /*to insure that NN4.xx renders the background-color of the content area*/ } h1>p { margin:0px 0px 25px 0px; } h2 { font:bold verdana, arial, helvetica, sans-serif; margin:0px 0px 5px 0px; padding:0px; } p { font: verdana, arial, helvetica, sans-serif; margin:0px 0px 6px 0px; padding:0px; } p cite { padding-left:15%; padding-right:15%; } a { color:#09c; font-family:verdana, arial, helvetica, sans-serif; font-weight:600; text-decoration:none; } a:hover { background-color:transparent; text-decoration:underline; } table { border: none line-height: 100%; } th { border: none } td { padding: 10px; border: none } /* All the content boxes belong to the content class. */ /* .content { position:relative; width:auto; min-width:120px; margin:0px 120px 20px 190px; border:1px groove black; background-color:#e5d0b3; padding:10px; z-index:3; } */ .navlink { width: 100%; } a.navlink { display: block; margin 10px; } a.navlink:link {color: white;} a.navlink:visited {color: #bbb;} /*a.navlink:hover {color: black; background-color:white;}*/ a.navlink:hover {color:black;} .navleft { text-align: left; position:absolute; width:108px; top:170px; left:15px; border-width:10px 10px 10px 10px; border-type: solid; border-color: white; background-color:transparent; padding:10px; z-index:2; /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */ voice-family: "\"}\""; voice-family:inherit; width:128px; } /* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */ body>.navleft {width:108px;} .navright{ position:absolute; width:190px; top:150px; right:10px; border:1px dashed black; background-color:#eee; padding:10px; z-index:1; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:168px; } /* Again, "be nice to Opera 5". */ body>.navright {width:168px;} img { padding: 5px; margin: 0px; border: 0px; } img#banner { padding-bottom: 30px; margin: 0px 0px 0px 30px; border: 0; } #logo { margin: 10px; background-color:#e5d0b3; padding: 0px; border 0px; } a#banner { text-decoration: none; }