body {
    background-image: url("/images/background_tile.jpg");
    background-repeat: repeat;
    text-align: center;
    font-family: verdana;
    color: #663300;
    font-size: 10pt;
    font-weight: bold;
    margin: 0px 0px
}

a {
    color: #cc3300;
}

.hobo_img {
    border: 1px #663300 solid;
}

div.hobo_thumb {
    width: 75px;
    height: 75px;
    text-align: left;
    display: inline;
    margin-left: 3px;
}

img.hobo_thumb {
    border: 1px #663300 solid;
    margin-bottom: 5px;
    width: 75px;
    height: 75px;
}

#content-body {
    position: absolute;
    background-image: url("/images/overlay_tile.jpg");
    background-repeat: repeat;
    top: 163px;
    left: 25px;
    width: 780px;
    padding-bottom: 35px;
    z-index: 150;
}

#content {
    position: relative;
    padding-left: 25px;
    padding-right: 28px;
    z-index: 500;
    clear: none;
}

#content-container {
    margin: 10px auto;
    position: relative;
    width: 780px;
}

#content-footer {
    background-image: url("/images/footer.jpg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 780px;
    height: 66px;
    z-index: 450;
}

#countdown {
	text-align: center;
}

#countup {
	text-align: center;
}


#nav-menu {
    position: absolute;
    text-align: left;
    background-image: url("/images/header.jpg");
    background-repeat: repeat;
    left: 23px;
    width: 780px;
    height: 164px;
}



.nav-button {
    position: relative;
    top: 125px;
    left: 35px;
    border: 0px;
    margin-right: 8px;
}

.nav-button img{
    border: 0px;
}

#nav-login-img {
    border: 0px;
    position: absolute;
    right: 35px;
    top: 119px;
}

#nav-logout-img {
    border: 0px;
    position: absolute;
    right: 35px;
    top: 119px;
}

#nav-aome-img {
    border: 0px;
    position: absolute;
    right: 100px;
    top: 119px;
}

#content-left {
    position: relative;
    width: 350px;
    float: left;
}

#content-right {
    position: relative;
    width: 350px;
    float: right;
    
}

#disclaimer {
    font-size: 7pt;
    position: absolute;
    
    width: 100%;
    bottom: -25px;
    left: 30px;
    color: white;
}

.small-panel-wrap1 {
    margin: 0px auto;
    width: 333px;
    background-image: url(/images/small-panel-bg-tile.jpg);
    background-repeat: repeat;
}

.small-panel-wrap2 {
    width: 333px;
    background-image: url(/images/small-panel-bg-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.small-panel-wrap3 {
    width: 333px;
    background-image: url(/images/small-panel-bg-top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.small-panel-content {
    width: 318px;
    padding-top: 23px;
    padding-bottom: 24px;
    margin-left: 7px;
    margin-right: 8px;
    text-align: left;
    font-weight: normal;
}

.large-panel-wrap1 {
    clear: both;
    margin: 0px auto;
    width: 717px;
    background-image: url(/images/large-panel-bg-tile.jpg);
    background-repeat: repeat;
}

.large-panel-wrap2 {
    width: 717px;
    background-image: url(/images/large-panel-bg-bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.large-panel-wrap3 {
    width: 717px;
    background-image: url(/images/large-panel-bg-top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.large-panel-content {
    width: 702px;
    padding-top: 23px;
    padding-bottom: 24px;
    margin-left: 7px;
    margin-right: 8px;
    text-align: left;
    font-weight: normal;
}
