/* Begin Typography & Colors */ body { font-size: 11px; /* Resets 1em to 10px */ font-family: Georgia, Times, Serif; line-height: 145%; background-color: #7E3500; color: #000; text-align: center; margin: 20; } #page { background-color: #7E3500; text-align: left; } #footer { background-color: #eee; } /* ---------------------------------------Begin Headers-------------------------------------------- */ h1, h2, h3, h4 { font-family: Georgia; font-weight: normal; } h1 { font-size: 4em; text-align: center; padding-top: 70px; margin: 0; } h2 { font-size: 1.6em; margin: 30px 0 0; } h3 { font-size: 18px; font-weight: normal; color: #000; /*letter-spacing: 0.05em;*/ padding: 0; margin: 15px 40px 0 0; } h4 { font-size: 11px; line-height: 100%; text-align: right; } h5 { font-size: 1.1em; } h2, h2 a, h2 a:visited { color: #000; } h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited { text-decoration: none; } /* ---------------------------------------End Headers---------------------------------------------- */ a, h2 a:hover, h3 a:hover { color: #CC3399; text-decoration: none; } a:hover { color: #660033; text-decoration: none; border-bottom: none; } /* Begin Structure */ #left { position: absolute; display: inline; top: 0; left: 2px; width: 94px; margin-top: 5px; margin-left: 1px; padding: 5px 0px 0px 0px; background-color: white; height: 395px; background-image: url(images/logo.gif); } #container { text-align: left; position: relative; background-color: #FFF; width: 700px; margin-top:10; margin-right:auto; margin-left:auto; background: url(images/column.gif) repeat-y center; left: -1px; /*border: 1px solid #f00*/ } #content { width: 550px; margin-left:110px; padding: 5px 20px 30px 20px; /*border-left-style: solid; border-left-width: 1px; border-left-color: #DDD; */ /*border: 1px solid #f0f*/ } #splash { margin-top: 0px; } #header { padding: 10px 20px 0px 180px; width: 550px; /*border: 1px solid #0f0;*/ } #footer { margin: 1 auto 10 0; width: 700px; clear: both; background: url("images/column.gif") no-repeat bottom; height: 9px; } hr { display: none; } a img { border: none; text-decoration: none; border-bottom: none; } /* End Various Tags & Classes*/