* { padding: 0; margin: 0; }
a:link, a:visited { 
    text-decoration: underline;
    color: #000000;
}
p {
    padding-bottom: 8px;
    padding-top: 8px;
}
body {
    font: 12pt sans-serif;
    background: #1b1b1c;
}
#wrapper { 
    float: center;
    margin: 0 auto;
    width: 640px;
    height: auto;
    background: #d9dada;
}
#header {
    position: relative;
    background: #ffffff url("../images/header.png") no-repeat center;
    border-bottom: 2px solid #595a5c;
    height: 150px;
}
#navigation {
    padding: 0.5em 0;
    width: 100%;
    height: 1em;
    background: #595a5c;
}
#navigation li {
    color: #ffffff;
    list-style: none;
    display: inline;
    padding: 5px 5px 1px 5px;
}
#navigation li:hover {
    background: #1b1b1c;
}
#navigation li a {
    text-decoration: none;
    color: #ffffff;
}
#content {
    position: relative;
    width: auto;
    max-width: 640px;
    min-height: 256px;
}
#contentdetails {
    float: left;
    width: 444px;
    padding: 16px;
}
#contentsummary {
    float: right;
    width: 128px;
    padding: 16px;
    border-left: 2px solid #595a5c;
}
#footer {
    position: relative;
    clear: both;
    min-height: 1em;
    background: #595a5c;
    padding-left: 16px;
    padding-right: 16px;
}
.quote {
    font-size: 70%;
    padding: 4px; 
    padding-left: 16px;
    border-left: 1px solid #595a5c;
}

