.nav a:link {color: #42A6FF; text-decoration: none}
.nav a:visited {color: #42A6FF; text-decoration: none}
.nav a:hover {color: #FFFFFF; text-decoration: none}

a.off { color: #BBBBBB; cursor: default; }
a.on { color: #317CBF; cursor: pointer; }
a.on:hover { color: #444444; }

html {
    overflow-y: scroll;
}

body {
    background-color: #EEEEEE;
    color: #222222;
    margin: 0px;
    padding: 0px;
}

#nav {
    text-align: center;
    letter-spacing: 1px;
    word-spacing: 5px;
    font-weight: 300;
    font-size: 24pt;
    font-family: sans-serif;
}

#sitenav {
    background-color: #222222;
    color: #EEEEEE;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 60px;
    border-bottom: 4px solid #42A6FF;
    font-weight: 300;
    font-size: 24pt;
    font-family: sans-serif;
}

#leftgroup {
    position: absolute;
    top: 12px;
    left: 68px;
}

#rightgroup {
    position: absolute;
    text-align: right;
    top: 12px;
    right: 12px;
}

#cubeDiv {
    position: absolute;
}

#content {
    position:relative;
    margin-top:80px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    text-align:center;
    width:auto;
    font: 100 14pt sans-serif;
}

#albumnav {
    font: 100 14pt sans-serif;
    text-align:center;
    letter-spacing: 1px;
    word-spacing: 5px;
    color:#444444;
    position:relative;
}

#focus {
    background-color: #222222;
    vertical-align: bottom;
    border-style: solid;
    border-width: 6px;
    border-color: #222222;
}

#desc {
    text-align:center;
    letter-spacing: 0px;
    word-spacing: 2px;
    color:#444444;
}

#date {
    font: 100 14pt sans-serif;
    text-align:center;
    letter-spacing: 1px;
    word-spacing: 5px;
    color:#444444;
    position:relative;
    top:15px;
    padding-bottom:20px;
}