
body{
    background-color: #333134;
    font-family: arial;
    font-size: 11pt;
}

html, body{
    height: 100%;
}

a{
    color: #999B9A;
    text-decoration: none;
}

h1#logo{
    float: left;
    margin: 30px 0 0 20px;
    width: 497px;
    height: 34px;
    background: url(/img/logo.jpg) no-repeat top left;
    color: transparent;
    text-indent: -1000em;
}

div#header{
    height: 90px;
    background-color: #282425;
}

h2#header-title{
    color: white;
    padding: 10px;
    border-top: 1px solid #464243;
    background-color: #282425;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 0.9em;
}

#footer a{
    text-decoration: none;
}

#footer {
    color: #999B9A;
    background: #282425 url(/img/footer-bg-n.jpg) repeat-x top left;
    width: 100%;
    margin-top: -100px;
    position: relative;
    min-height: 100px;
    clear: both;
    font-size: 10px;
} 

.clearer {
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html #non-footer{
    height: 100%;
}

#non-footer{
    position: relative;
    min-height: 100%;
}

#footer.big-footer{
    height: 100px;
    margin-top: -100px;
}

div.spacer{
    height: 50px;
}

div#footer-sections{
    margin: 0 auto;
    width: 850px;
}

div.footer-section{
    float: left;
    height: 68px;
    position: relative;
    width: 300px;
}

div.footer-section a{
    display: block;
    float: left;
    margin: 15px 20px 0 0;
}

div.footer-section h3{
    position: absolute;
    top: -30px;
    left: 10px;
}

.account-link{
    float: right;
    right: 20px;
    top: 20px;
    width: 85px;
    height: 24px;
    text-indent: -1000em;
    margin: 10px 5px 0 0;
}

#account-logged-in{
    background-image: url(/img/logout.jpg);
}

#account-logged-out{
    background-image: url(/img/account.jpg);
}

#account-logged-out:hover, #account-logged-in:hover {
    background-position: 0px -31px;
}

div#nav{
    float: right;
    clear: right;
    margin-top: 15px;
}

div#nav a{
    overflow: hidden;
    background-image: url(/img/nav.jpg);
    background-repeat: no-repeat;
    text-indent: -1000em;
    color: transparent;
    height: 10px;
    display: block;
    float: left;
    margin-right: 10px;
}

a#go-credits{
    display: block;
    float: left;
    margin: 20px;
}

#copyright{
    display: block;
    float: right;
    font-size: 7pt;
    width: 700px;
    margin: 20px;
    text-align: right;
}

#bookmarks {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

a#go-home{
    width: 40px;
    background-position: 0px 0px;
}

a#go-random-walk{
    background-position: -51px 0px;
    width: 99px;
}

a#go-galleries{
    background-position: -160px 0px;
    width: 67px;
}

a#go-my-exhibition{
    background-position: -238px 0px;
    width: 99px;
}

a#go-about{
    background-position: -348px 0px;
    width: 45px;
}

a#go-contact{
    background-position: -403px 0px;
    width: 61px;
}

a#go-blog{
    background-position: -475px 0px;
    width: 122px;
}

a#go-home:hover {
    width: 40px;
    background-position: 0px -21px;
}

a#go-random-walk:hover {
    background-position: -51px -21px;
    width: 99px;
}

a#go-galleries:hover {
    background-position: -160px -21px;
    width: 67px;
}

a#go-my-exhibition:hover {
    background-position: -238px -21px;
    width: 99px;
}

a#go-about:hover {
    background-position: -348px -21px;
    width: 45px;
}

a#go-contact:hover {
    background-position: -403px -21px;
    width: 61px;
}

a#go-blog:hover {
    background-position: -475px -21px;
    width: 122px;
}


