/* css document */ body { background: url("title.jpg"); background-repeat: no-repeat; } #sidebar {background: url("sidebarmid.jpg"); background-repeat: repeat-y; margin-top: 275px; width: 175px; float:left;} #sidebar a { color: #413F3D; font-decoration: underline; } #sidebar a:hover { color: #413F3D; font-decoration: underline; font-weight: bold; } #sidebar p { margin: 5px 0 0 13px; width: 145px; font: 11pt "Courier New"; } #sidebar h3 { margin: 8px 35px 0 13px; font: 12pt "Courier New"; font-weight: bold; color:#413F3D; border-bottom: 2px solid #413F3D; } #content { margin: 115px 0 0 175px; background: url("body.jpg"); background-repeat: repeat-y; } #content a { color: #413F3D; font-decoration: underline; } #content a:hover { color: #413F3D; font-weight: bold; } #content p { padding-left: 50px; text-indent: 10px; font: 11pt "Courier New"; color:#413F3D; width: 400px; } #content form { padding-left: 50px; font: 11pt "Courier New"; color:#413F3D; width: 400px; } #content h3 { font: 16pt "Courier New"; font-weight: bolder; margin-left: 50px; color:#413F3D; width: 400px; margin-bottom: 0; } #content h4 { font: 10pt "Courier New"; font-weight: bold; margin-left: 50px; color:#413F3D; width: 400px; border-bottom: 2px solid #413F3D; margin-top: 5px; } #content h4.footer { font: 10pt "Courier New"; font-weight: bold; margin-left: 50px; color:#413F3D; width: 400px; border-top: 2px solid #413F3D; border-bottom: 0px; padding-top: 5px; } #foot { margin: 100px 0 0 175px; background: url("body.jpg"); background-repeat: repeat-y; } #foot a { color: #413F3D; font-decoration: underline; } #foot p { padding-left: 50px; text-indent: 10px; font: 9pt "Courier New"; color:#413F3D; width: 400px; }