* { margin: 0; padding: 0; }

body {
    background-color: #f5f5f5;
}

#shell {
    background: url("dotted-vertical.gif") repeat-y;
    background-position: 32em;

    margin: 2em 5em;
    
    position: relative;
    z-index: 1;
    
    font-family: Tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 1.5;    
}

#shell_no_bg {
    margin: 2em 5em;
    
    position: relative;
    z-index: 1;
    
    font-family: Tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 1.5;    
}

#inner_content {
    font-family: Tahoma, sans-serif;
    font-size: 0.8em;
}

#header {
    background-color: #f5f5f5;
    padding-bottom: 2em;
    
    position: relative;
    z-index: 2;
    
    font-weight: bold;    
}

#header a {
    color: #000;
    cursor: default;
}

#sidebar {
    padding-top: 1em;
    padding-left: 1em;    
    width: 9em;
    float: left;
}

#sidebar li {
    list-style-type: none;
}

li.current {
    background: url("dotted-horizontal.gif") repeat-x center;
}

li.current a {
    background-color: #f5f5f5;
    padding-right: 1em;
    
    color: #000;
    font-weight: bold;
    
    cursor: default;
}

#blurb {
    background: url("dotted-vertical.gif") repeat-y left;

    padding-left: 2em;
    padding-right: 2em;
    width: 17.5em;
    float: left;
}

#blurb h1 {
    font-size: 1.3em;
    color: #666;
}

#blurb h2 {
    padding: 0.5em;
    font-size: 1em;
    text-align: right;
}

#blurb p {
    margin: 0.5em 0;
}

#blurb li {
    list-style-type: none;
    margin-bottom: 1em;
}

#media {
    padding-left: 2em;
    width: 35em;
    float: left;
}

#media h2 {
    padding: 0.5em;
    font-size: 1em;
}

#inner_content {
    display: none;
}

#main {
    background: url("dotted-vertical.gif") repeat-y left;

    padding-left: 2em;
    padding-right: 2em;
    width: 55em;
    float: left;
}

#main li {
    width: auto;
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    
    list-style-type: none;    
}

#main img, #media img {
    border: 1px solid #f5f5f5;
}

#main a img:hover {
    border-color: #000;
}

#footer {
    clear: both;
}

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

h2 a {
    color: #c66;
}

a:hover {
    color: #000;
}
