* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: Georgia, "Bitstream Vera Serif", serif;
    font-size: small;
    background: #FFF;
}

p {
    margin-top: 6px;
    text-indent: 1em;
}

#nav {
    position: relative;
    height: 50px;
    background: #FFF;
    border-bottom: 1px solid #808080;
}

#nav img { margin-left: 10px; }

#nav #links {
    position: absolute;
    top: 22px;
    left: 70px;
    white-space: nowrap;
}

#nav #links a,
#nav #links a:hover,
#nav #links span {
    color: #808080;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bolder;
    margin: 0 6px;
}

#nav #links a#addtocart { color: #F00; }

#narrow_display_fix { 
    width: 800px; 
    background-color: #FFF;
    border-bottom: 1px solid #808080;
    height: 50px;
}

* html #narrow_display_fix {
    border: none;
}

#content {
    margin: 10px auto;
    width: 800px;
    padding: 0;
}

img { border: none; }

blockquote {
    margin: 20px 4px;
    color: #000;
    padding: 1px 6px 4px 6px;
}
blockquote p {
    text-align: center;
    text-indent: 0;
}
.bqstart, .bqend {
    font-size: 680%;
    line-height: 88%;
    padding: 0;
    margin: 0;
}
.bqstart { float: left; margin-right: 4px; }
.bqend   { float: right; margin-left: 4px; }

.transFFF {
    background: url(../images/transFFF.png) top left repeat;
}
.transFFF:hover {
    background-color:#ffffff;
    background-image:none;
}

.spacer { float: none; clear: both; height: 0; }

