body {
    padding: 0;
    margin: 0;
    font: 11px Arial,Arial MT,Helvetica,Sans-serif;
    font-size: 80%;
    background: #3F0D0C;
}

div#outer {
    position: relative;
    width: 800px;
    height: 685px;
    margin: 0px auto; 
    top: 0;
    text-align: justify;
    vertical-align: middle;
    background: url(../images/main.jpg) no-repeat center;
    background-color: #4E2C2B;
    border-left: 2px solid #706545;
    border-right: 2px solid #706545;
    border-bottom: 2px solid #706545;
}


div#content {
    width: 800px;
    margin: 0px auto; 
    text-align: left; 
}

h1#header2 {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
    width: 800px;
    height: 600px;
    background: #fff url(../images/gallery-header.jpg) no-repeat left top;
    text-indent: -2000em;
}

h2#home {
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 283px;
    height: 140px;
    text-indent: -2000em;
    background: #fff url(../images/home.jpg) no-repeat left top;
}

h2#home a {
    padding: 0;
    margin: 0;
    display: block;
    width: 283px; 
    height: 140px;
    text-decoration: none;
    text-indent: -2000em;
}

h2#nav-bar {
    top: 16px;
    left: 197px;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 603px;
    height: 51px;
    text-indent: -2000em;
    background: #fff url(../images/nav-bar.jpg) no-repeat left top;
}

#nav-text {
    position: absolute;
    top: 30px;
    left: 290px;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 20px;
}

h2#artist-content-box {
    top: 140px;
    left: 0px;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 341px;
    height: 478px;
    text-indent: -2000em;
    background: url(../images/artist-content-box.jpg) no-repeat left top;
}

#artist-text {
    position: absolute;
    top: 165px;
    left: 45px;
    padding: 0;
    margin: 0;
    width: 265px;
    height: 478px;
}

div#footer {
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}

.text-white-justify {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    color: #FFF;
    text-align: justify;
    line-height: 17px;
}

.text-white {
    font-family: Trebuchet MS, Verdana, Helvetica, Arial;
    color: #FFF;
    text-align: center;
}

a.direct:link { color: #FFFFFF; text-decoration: underline; }
a.direct:active { color: #FFFFFF; text-decoration: underline; }
a.direct:visited { color: #FFFFFF; text-decoration: underline; }
a.direct:hover { color: #FFFFFF; text-decoration: none; }

a.black:link { color: #000000; text-decoration: none; }
a.black:active { color: #000000; text-decoration: none; }
a.black:visited { color: #000000; text-decoration: none; }
a.black:hover { color: #000000; text-decoration: none; }

a.menu:link { color: #FFFFFF; text-decoration: none; }
a.menu:active { color: #FFFFFF; text-decoration: none; }
a.menu:visited { color: #FFFFFF; text-decoration: none; }
a.menu:hover { color: #FFFFFF; text-decoration: underline; }


