body {
        color: #666666;
        background-color: #000000;
        padding: 0px;
        margin: 0px;
        font-family: Verdana, Helvetica, sans-serif;
        font-size: small;
}

ul {
        list-style-type: none;
        margin-left: 10px;
        padding-left: 5px;
        text-align: left;
}

a:link {
        color: #336633;
        text-decoration:underline;
}
a:visited {
        color: #666666;
        text-decoration:underline;
}
a:hover {
        color: #669966;
        text-decoration:underline;
}
a:active {
 color: #FFFFFF;
 text-decoration:underline;
}

div#headerbackground {
        background: url("images/tile.png") repeat-x left top;
        margin: 0px 0px 20px, 0px;
}

div#maincontent {
        margin: 0px auto;
        text-align: left;
        width: 1000px;
}

div#header {
        background: url("images/header.png");
        height: 230px;
}

div#leftbar {
        float: left;
        width: 150px;
        padding-top: 50px;
}

div#contentarea {
        background: #FFFFFF url("images/body_header.png") no-repeat;
        padding-top: 50px;
        float: left;
        width: 700px;
}


div#content {
        padding: 10px 50px 0px 50px;
}

div#contentfooter {
        background: #FFFFFF url("images/body_footer.png") no-repeat;
        width: 700px;
        height: 47px;
}

div#footer {
        background: #000000;
        height: 50px;
        padding-left: 50px;
}

div#rightbar {
        float: right;
        width: 150px;
}

.crewBox {
  border: 1px #339933 solid;
  background-color: #ccff66;
  padding: 0px 20px 0px 20px;
  margin-top: 5px;
  width: 560px;
}