/* CSS Document */
html, body {
    padding: 0px;
    margin: 0px;
    background-color: #fff2b6;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    font-family: "Verdana", Arial, helvetica, sans-serif;
    height: 100%; 
}

#main {
    /*text-align: center;*/
}

#topArea {
    margin: 0px;
    padding: 0px;
} 

#contArea {
    width: 700px;
    border-left: 2px solid #FF8A00;
    height: 80%;
    min-height: 300px !important;
    display: block;
    margin: 0px;
    padding: 0px;
}

#contArea UL {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

#leftPanel {
    float: left;
}

#leftMenu {
    width: 155px;
    display: inline;
    text-align: left;
    line-height: 20px;
    list-style: none;
    font-size: 12px;
    height: 93%;
    min-height: 270px !important;
}

#leftMenu LI {
    padding-left: 20px !important;
    margin: 0px 0px 0px -10px;
    padding: 0px;
}

#leftMenu A, #leftMenu A:visited {
    text-decoration: none;
    color: #FF8A00;
    font-weight: normal;
}

#leftMenu A:hover {
    text-decoration: underline;
}

#foot {
    width: 700px;
    height: 5px;
    padding: 0px;
    margin: 0px;
}

.cornerLB {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 5px;
    height: 5px;
}

.baseB {
    border-bottom: 2px solid #FF8A00;
    height: 5px;
    padding: 0px;
    margin: 0px;
    width: 695px;
    float:left;
}

#content {
    float: left;
    padding-left: 20px;
    text-align: left;
}

.picture {
    padding: 0px 5px 5px 0px;
}

.picture DIV {
    border: 1px solid #FF8A00;
    padding: 5px;
    background-color: #FFFFFF;
    width: 100px;
    /*height: 100px;*/
    text-align: center;
}

.navBarTop, .navBarBottom {
    float: right;
    display: block;
    font-size: 12px;
    color: #000000;
}

.navBarTop {
    padding-bottom: 10px;
}

.navBarBottom {
    padding-top: 10px;
}

.navBarTop A, .navBarTop A:visited, .navBarBottom A, .navBarBottom A:visited {
    color: #FF8A00;
    text-decoration: none;
    font-weight: bold;
}

.navBarTop A:hover, .navBarBottom A:hover {
    text-decoration: underline;
}

.backBarTop, .backBarBottom {
    display:block;
}
.backBarTop {
    margin-bottom: 10px;
}

.backBarBottom {
    margin-top: 10px;
}

.backBarTop A, .backBarTop A:visited, .backBarBottom A, .backBarBottom A:visited {
    color: #FF8A00;
    text-decoration: none;
    font-weight: bold;
}

.backBarTop A:hover, .backBarBottom A:hover {
    text-decoration: underline;
}

UL.songList {
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 20px;
    list-style: none;
    font-size: 12px;
}

.songList LI {
    margin: 0px;
    padding: 0px;
}
.songList A, .songList A:visited {
    color: #FF8A00;
    text-decoration: none;
    font-weight: bold;
}

.songList A:hover {
    text-decoration: underline;
}
