/* CSS Document */body {        padding : 0;        margin : 0;        background-image : url(images/bg.gif);        background-repeat : repeat-x;}#content {   padding-top : 130px;   padding-bottom : 30px;   padding-left : 230px;   padding-right : 20%;}#content h1 {      font-family : "Trebuchet MS", Georgia, Times, serif;      font-size : 120%;      font-weight : normal;      color : #000;      background-color : transparent;} #content h2 {      font-family: "Trebuchet MS", Georgia, Times, serif;      font-size: 100%;      font-weight: bold;      color: #000000;      background-color : transparent;} #content p {      font-family : "Trebuchet MS", Georgia, Times,serif;      font-size : 80%;      font-weight : normal;      color : #000;      background-color : transparent;      line-height : 140%;}#logo{    position : absolute;    top : 30px;    left : 30px;    z-index : 50;}#script {    position : absolute;    top : 12px;    right : 0;    text-align : right; /*Mild hack for Netscape 4*/}#navigation {       position : absolute;       top : 190px;       left : 60px;       width : 140px;} #navigation a {        font-family: "Trebuchet MS", Georgia, Times, serif;       color : #00f;       background-color: transparent;}
