#topline{ left: 20px; height: 10px; top: 20px; width: 720px; position: fixed; background-color: darkblue; z-index: 5; } #leftmargin { top: 0px; left: 0px; width: 20px; height: 100%; background-color: lightgray; position: fixed; z-index: 5; } #topmargin { top: 0px; left: 0px; height: 20px; width: 100%; background-color: lightgray; position: fixed; z-index: 5; } /* #topmargin2 { */ /* width: 630px; */ /* height: 10px; */ /* top: 140; */ /* left: 25px; */ /* position: fixed; */ /* background-color: white; */ /* z-index: 5; */ /* } */ #leftline{ width: 10px; top: 20px; bottom: 20px; left: 20px; position: fixed; background-color: darkblue; z-index: 5; } #rightline{ width: 10px; top: 20px; bottom: 20px; left: 730px; position: fixed; background-color: darkblue; z-index: 5; } #rightblock { top: 0px; height: 100%; left: 740px; width: 100%; position: fixed; background-color: lightgray; z-index: 5; } #bottommargin { left: 30px; width: 700px; height: 10px; bottom: 30px; position: fixed; background-color: white; z-index: 5; } #bottomline { left: 20px; width: 720px; height: 10px; bottom: 20px; left: 20px; position: fixed; background-color: darkblue; z-index: 5; } #bottomblock { left: 0px; width: 100%; bottom: 0px; height: 20px; position: fixed; background-color: lightgray; z-index: 4; } /* #page { */ /* width: 700px; */ /* height: 800px; */ /* border: 4px solid silver; */ /* padding: 20px; */ /* background-color: $lightgray; */ /* z-index: 0; */ /* position: fixed; */ /* } */ #header { left: 30px; top: 30px; width: 700px; height: 100px; background-image: url(images/MaineSAIL3.jpg); background-color: white; background-position: left; background-repeat: no-repeat; z-index: 5; position: fixed; padding: 0px; margin: 0px; } #news { } #news table { margin-left: auto; margin-right: auto; width: 95%; border: 1px solid silver; color: darkblue; } #menu { background-color: #88aadd; color: white; position: fixed; top: 130px; height: 20px; left: 30px; width: 700px; z-index: 5; } #menu table { top: -2px; width: 100%; position: relative; } #menu table td { font-family: sans-serif; font-size: 0.8em; text-decoration: none; color: white; text-align: center; } #menu table td a { font-family: sans-serif; /* font-size: 0.8em; */ text-decoration: none; color: white; } #content { top: 110px; left: 40px; width: 615px; background-color: white; margin-top: 120px; padding: 40px; padding-bottom: 150px; color: darkblue; } #content p { text-align: justify; } h1 { text-align: center; font-size: 1.25em; } h2 { text-align: center; font-size: 1em; } #content p persHeading { font-weight: bold; } .projectDesc { color: darkblue; padding: 10px; }