body {
    margin: 0px;
    padding: 0px;
    background-image: url("../images2/bg3.jpg");
    background-position: center top;
    background-repeat: repeat;
    color: #d8a70c;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

div#header {
    background-image: url("../images2/bg_head3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 322px;
}

div#header div#menu {
    width: 866px;
    height: 40px;
    margin: auto;
}

div#header div#menu a {
    color: #b9931a;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 30px 0px 36px;
    background-image: url("../images2/separator.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
}

div#header div#menu a:hover {
    color: white;
}

div#header div#menu a.first {
    margin-left: 40px;
    background-image: none;
    padding-left: 0px;
}

div#topbody {
    width: 866px;
    margin: auto;
    margin-top: 1px;
    background-image: url("../images2/bg2_08.png");
}

div#body {
    background-image: url("../images2/bg2_05.jpg");
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 20px;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 19px;
    margin-left: 15px;
    margin-right: 15px;
    background-image: url("../images2/bg_h1.png");
    padding: 3px;
    padding-left: 10px;
    border-radius: 5px;
}

h2 {
    margin: 0px;
    padding: 0px; 
    font-size: 17px;
    margin-top: 3px;
    margin-bottom: 10px;
}

div#body div.item-page, div#body div.pg-categories-view form, div#body div.pg-category-view, div#body div#icagenda div.items, div#body div#icagenda div.icinfo {
    margin: 10px 15px;
    padding: 10px;
    padding-bottom: 10px;
    background-image: url("../images2/bg_h1.png");
    border-radius: 5px;
}

div#body div.item-page p {
    margin-top: 3px;
    margin-bottom: 10px;
}

a {
    color: #d8a70c;
    text-decoration: underline;
}

.songlist {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.songlist a {
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    padding-left: 25px;
}

.songlist a:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../images2/play.png") no-repeat center;
    background-size: contain;
}