/* Generic Selectors */ body { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000000; background-color: #EBC79E; background-image: url(http://adventuresincoffee.com/images/bg.jpg); /*margin: 0 0 0 0; top right bottom left*/ } p { width: 80%; } BLOCKQUOTE { font-size: 20px; font-weight: bold; text-align: left; } h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 34px; font-weight: bold; text-align: center; } h2 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px; color: rbg(167, 70, 5); /* Dark Brown*/ font-weight: bold; border-bottom: 1px solid rgb(167, 100, 5); } h3 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: rbg(167, 70, 5); /* Dark Brown*/ font-weight: bold; border-bottom: 1px solid rgb(167, 100, 5); } /************************* ID's *************************/ #navigation { position: absolute; width: 210px; height: 600px; margin-top: 0px; background-color: #EBC79E; border-right: 1px solid rgb(167, 100, 5); font-weight: normal; } #logo { position: absolute; margin-top: 20px; padding: 0 0 20px 280px; /*top right bottom left*/ margin-top: 20px; } #centerDoc { position: absolute; padding: 0 0 20px 200px; /*top right bottom left*/ margin-top: 90px; } /************************* Pseudo classes *************************/ a:link { color: rgb(167, 100, 5); text-decoration: underline; font-size: 18px; font-weight: bold; } a:visited { color: #00CC00; text-decoration: underline; font-weight: bold; } a:hover { color: rgb(100, 100, 155); padding-bottom: 5px; font-weight: bold; text-decoration: underline; } a:active { color: rgb(255, 0, 102); font-weight: bold; }