body {
    background-color: black;
    color: white;
    font-family: verdana, arial;
    font-size: 10pt;
    border: 0px;
    margin: 0px;
    text-align: center;
    background-image: url('/images/logo-back.png') ;
    background-repeat: repeat;
}

/* main layout divs */
div#main {
    border: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 596px;
    background-color: white;
    color: black;
    text-align: left;
}
/* background-image: url('/images/pb-header.png'); */
div#main #header {
    background-image: url('/images/piratesbooty-design-red.png');
    background-repeat: no-repeat;   
    height: 117px;
    border:0px;
    margin:0px;
    margin-bottom: 0px;
}

div#main #content {
    background-image: url('/images/pb-bk.png');
    background-repeat: repeat-y;
    padding-top: 12px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    border: 0px solid blue;

}
div#main #footer {
    background-image: url('/images/pb-footer.png') ;
    background-color: #444B4A;

    height: 24px;
}

div#main #content h4 {
    margin: 0px;
    margin-top: 28px;
    margin-bottom: 10px;
}
/* detail */

div#main #header #menu {
    display: inline;
    height: 80px;
    width: 130px;
    border: 0px;;
    margin:0px;
    float: right;
    font-size: 10px;
    position: relative;
    top: 16px;
    right: 10px;
    text-align: right;
}
div#main #header #menu ul {
    list-style: none;
    line-height: 1.5em;
}

div#main #content .listing {
    background-image: url('/images/pb-detail.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 124px;
    margin-bottom: 30px;
}
div#main #content .header {
    height: 6px;
}


div#main #content .footer {

}
div#main #content .footer .stats {
    display: inline;
    float: left;
}
div#main #content .footer .buttons {
    display: inline;
    float: right;
}

.trackTitle {
    font-size: 12px;
    font-weight: bold;
    color: red;
}
.trackType {
    font-size: 12px;
    font-weight: bold;
}
.trackDescripton {
    font-style: italic;
}
.trackInfo {
    font-size: 12px;
    font-weight: bold;
}

#menuitems a {
    color: black;
    text-decoration: none;
}
#menuitems li.selected a {
    color: red;
}

#infoDiv  {
    height: 16px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    color: #777;
    display: block;
    font-size: 8px;
    font-weight: normal;
    text-align: center;
}

#infoDiv .highlighted {
    background-color: #efefef;
    color: #777;
}

#infoDiv .normal {
    background-color: #efefef;
    color: #777;
}
