body {
    background: url(../img/page_bckgd.gif);
}

img {
    border: none;
}

#container {
    background: #FFF;
    margin: 0 auto;
    overflow: auto;
    width: 800px;
}

#top-nav {
    background: url(../img/header.png) no-repeat;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 800px;
}

#top-nav li {
    float: left;
}

#top-nav a {
    display: block;
    height: 53px;
    text-indent: -9000px;
}

#top-nav a:hover {
    background-image: url(../img/header.png);
}

#top-nav-logo {
    width: 230px;
}

#top-nav-logo:hover {
    background-position: -1px 53px;
}

#top-nav-bio {
    margin-left: 20px;
    width: 65px;
}

#top-nav-bio:hover {
    background-position: -250px 53px;
}

#top-nav-artist {
    width: 180px;
}

#top-nav-artist:hover {
    background-position: -315px 53px;
}

#top-nav-blog {
    width: 70px;
}

#top-nav-blog:hover {
    background-position: -495px 53px;
}

#top-nav-links {
    width: 85px;
}

#top-nav-links:hover {
    background-position: -565px 53px;
}

#top-nav-shop {
    width: 80px;
}

#top-nav-shop:hover {
    background-position: -650px 53px;
}

#gallery-menu {
    float: left;
    margin: 0 0 0 4px;
    position: relative;
    top: -16px;
}

#gallery-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery-menu li a {
    padding: 0 0 0 12px;
}

#gallery-menu ul ul {
    font: bold 13px Arial, Helvetica, sans-serif;
    margin-left: 22px;
}

#gallery-menu ul ul a:link, #gallery-menu ul ul a:visited,
#gallery-menu ul ul a:active {
    color: #666;
    text-decoration: none;
}

#gallery-menu ul ul a:hover {
    color: #999;
}

.gallery-pics {
    list-style: none;
    margin: 0 160px 0 200px;
    padding: 0;
}

.gallery-pics li {
    padding-bottom: 16px;
    text-align: center;
}

.lizard-big {
    background: url(../img/lizard_big.jpg) no-repeat;
}

.lizard-small {
    background: url(../img/lizard_small.jpg) no-repeat top right;
}

.black-box {
    display: block;
    margin: 0 0 0 310px;
}

#footer {
    color: #333;
    font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    margin: 4px 0 16px;
    text-align: center;
}

