* {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1em;
}

BODY {

    background-image: url(images/backgroundcolor.jpg);
    text-align: center;
    font-family: Georgia, sans-serif;


}

#container {

    margin: auto;
    text-align: left;
    width: 800px;
    min-height: 800px;
    borderx: 1px solid #000;
    background-image: url(images/middlebackground.jpg);
    background-repeat: repeat-y;

}

#content {

    width: 535px;
    float: right;
    padding-right: 40px;
    
}

* html #content {

    width: 510px;
    
}

#menu, #menu ul {

    width: 210px;
    text-align: right;
    line-height: 31px;
    background-image: url(images/menusplit.png);
    background-repeat: repeat-y;


}

#menu ul {
    font-size: 0.75em;
}

#menu li {
    list-style: none;
    padding-right: 35px;
}

#menu a {
    text-decoration: none;
    color: black;
}

#menu a:hover {
    color: #e8e2c5;
}

h1 {
    margin-bottom: 0.2em;
}

.currentpage {
    font-weight: bold;
}

.currentpage ul {
    font-weight: normal;
}

#footer {
    clear: both;
    padding: 2em 0em 1em 0;
    text-align: center;
    filter:alpha(opacity=50);       -moz-opacity: 0.5;       opacity: 0.5;   }

#footer a {
    color: #eee;
    font-size: 0.7em;
    text-decoration: none;
    }

.diskografi {
    font-size: 0.9em;
}

.diskografi td {
    padding: 0.35em 0;
    border-bottom: 1px solid #f4e1a3;
    }
    
.rightalign {
    margin-left: 20px;
    }
    
.om td {
    vertical-align: top;
    padding: 0.25em 0;
    }
    
.diskografi a {
    color: #fff;
}

.diskografi a:hover, .diskografi a:visited {
    color: #e8e2c5;
}
    
#biografi {
    line-height: 1.3em;
    }