#content {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #555;
    padding: 30px;
}
a {
    color: #267FDB;
     text-decoration:none;
}
a:hover {
    text-decoration: underline;
}
#content h2 {
    float:left;
    font-family: Georgia, serif;
    font-size: 200%;
    margin-top: 0px;
    clear:none;
}
#content img.screenshot {
    padding: 1px;
    margin: 8px 0px 8px 8px;
    border: 1px solid #ccc;
}
#content h2, #content h3, #content h4, #content h5 {
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}
#content p {
    line-height: 1.5;
    margin-top: 0px;
    margin-bottom: 12px;
    text-indent: 30px;
}
#content h3 {
    font-size: 125%;
    margin-top: 22px;
    margin-bottom: 14px;
    clear: both;
}
#content h4 {
    font-size: 100%;
    margin-top: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
#content h5 {
    font-size: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    margin-top: 14px;
    margin-bottom: 4px;
}
#promotion {
float:none;
width: auto;
margin-left: 10px;
}

#collection_navigation {
    margin-top: 10px;
    float:right;
    clear:none;
    margin-bottom: 30px;
}
#collection_navigation a {
    text-decoration:none;
}
#collection_navigation li {
    font-size: 125%;
}
h2 a, #collection_navigation li.current a, p.continue a {
    color: #DB7F26;
}

h2 a:hover, #collection_navigation a:hover, p.continue a:hover {
    color: #267FDB;
    text-decoration:none;
}

p.continue {
    font-size: 125%;
    padding: 25px 0px;
    clear:both;
    color: #000;
}
