/* Reset */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #000000;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    text-align: center;
}

h2, h3 {
    margin-bottom: 16px;
}

img {
    border-width: 0;
}

a, a:hover, a:visited {
    color: #323232;
}

header, section, article, footer {
    display: block;
}

p {
    line-height: 24px;
    margin-bottom: 25px;
}

.clearboth {
    clear: both;
}

ol, li {
    margin-left: 11px;
}

dl dd {
    line-height: 25px
}

dl dt {
    font-weight: bold;
    margin-bottom: 15px;
}

dl dd:before {
    content: '- ';
}

/* Specific */
.page_wrapper {
    margin: 5px auto;
    text-align: left;
    width: 960px;
}

hr.top-rule {
    background-color: #000000;
    background-image: url('top_rule.png');
    background-repeat: no-repeat;
    height: 70px;
    margin: 0 0 10px 0;
    width: 958px;
}

hr.bottom-rule {
    background-color: #000000;
    background-image: url('bottom_rule.png');
    background-repeat: no-repeat;
    height: 70px;
    margin: 0 0 10px 0;
    width: 958px;
}

header h1 {
    display: block;
    font-size: 170px;
    letter-spacing: 10px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

#main {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 590px;
}

hr {
    background-color: #000000;
    border-width: 0;
    height: 2px;
    margin: 25px 0px;
    width: 100%;
}

#sidebar {
    float: left;
    margin-left: 100px;
    width: 250px;
}

#docs h3 {
    margin-bottom: 10px;

}

#docs h3 a {
    background-image: url('dinner_plate.png');
    background-repeat: no-repeat;
    padding: 30px 0 35px 70px;
}

#docs p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding-left: 70px;
}

footer {
    border-top: solid 2px #000000;
    clear: both;
    font-size: 12px;
    margin-top: 20px;
    padding-top: 15px;
}
