body {
background-image: url("images/ladderback.png");
background-repeat: no-repeat;
background-color: #000000;
/*background-position: center top;*/
/*background-attachment: fixed;*/
color: #FFFFFF;
font-family: "Comic Sans MS", sans-serif;
}

#menu {
position: relative;
left: 50px;
top: 125px;
text-decortation: italics;
}

a {
color: #FFFFFF;
}

#menu a {
text-decoration: none;
}


a:hover {
color: #fc7202;
text-decoration: none;
}

.content {
position: absolute;
top: 145px;
left: 250px;
width: 450px;
font-size: 10pt;
}

table {
font-size: 8pt;
width: 100%;
}

td {
padding: 15px;
}

hr {
width: 25%;
}

.GOHTitle, .contentHeader {
font-size: 12pt;
font-weight: bold;
}

.GOHimage {
float: left;
padding-right: 10px;
padding-bottom: 20px;
padding-top: 20px;
padding-left: 10px;
}