body, h1, h2, h ,h4, h5, h6, ul, ol, li, p, img, pre {
    font-weight: normal;
    border: none;
    padding: 0;
    margin: 0;
}

#container {
    width: 400px;
    margin: 20px auto;
    border: 5px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0px 0px 4px #000;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 1.4em;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
}

#nav {
    list-style: none;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    padding: 4px 15px;
    height: 28px;
}

#nav li {
    display: inline;
}

#nav a {
    float: left;
    display: inline;
    margin: 3px;
    padding: 0 6px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    background: white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #FFF;
    font-size: .8em;
    text-shadow: 1px 1px 2px #CCC;
}

#nav a:hover {
    border: 1px solid #AAA;
}

#content {
    clear: both;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 15px;
    line-height: 1.3em;
    word-spacing: 0.1em;
}

code, pre {
    font-size: 1em;
    font-family: "Consolas","Lucida Console",Courier,mono;
    background: white;
}

code {
    padding: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 1px 1px 2px #CCC;
}

pre {
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 2px #CCC;
}
