
#bio{
    text-align:center;
}

#bio a{
    color:#688787;
}

#bio a:hover{
    color:#CFE8E8;
}

#top_bit {
    height: 54px;
    width: 199px;    
    background-image:url('../images/nav/top.png');
    background-repeat:no-repeat;
}

#bottom_bit {
    display: block;
    height: 55px;
    width: 199px;    
    background-image:url('../images/nav/bottom.png');
    background-repeat:no-repeat;
}

#header {
    height: 58px;
}

#nav {
    width: 777px;
    height: 45px;
    background-image:url('../images/nav/nav_bg.jpg');
}

#thumbnails_container {
    width: 777px;
    height: 60px;
}

#thumbnails_container {
    width: 777px;
    height: 60px;
}

#gallery-container {
    display: block;
    width: 777px;
    background-image:url('../images/nav/squiggly.jpg');
    background-repeat:no-repeat;
    min-height:442px;
}

#gallery-container img {
    border: 2px solid #4E6666;
}

.nav_link {
    display: inline-block;
    height: 45px;
}

.sartor_link {
    width: 288px;
    background-image:url('../images/nav/sartor_off.png');
}

.sartor_link_on{
    width: 288px;
    background-image:url('../images/nav/sartor_on.png');
}

.illustration_link {
    width: 157px;
    background-image:url('../images/nav/illustration_off.png');
}

.illustration_link_on {
    width: 157px;
    background-image:url('../images/nav/illustration_on.png');
}

.concept_art_link {
    width: 148px;
    background-image:url('../images/nav/concept_art_off.png');
}

.concept_art_link_on {
    width: 148px;
    background-image:url('../images/nav/concept_art_on.png');
}

.sketchbook_link {
    width: 181px;
    background-image:url('../images/nav/sketchbook_off.png');
}

.sketchbook_link_on {
    width: 181px;
    background-image:url('../images/nav/sketchbook_on.png');
}

img{
    border:none
}

body {
    margin:5px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align:center; /* Hack for IE5/Win */
    background-color: #383838;
    width: 100%;
    color: #688787;
    font: 14pt Palatino;    
}

