body {
    font-family: Verdana;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
p.workWith {
    font-size: 14px;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
h1 {
    margin-bottom: 1em;
    border-bottom: 1px solid #666;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
a,
a:link,
a:active {
    color: #000;
    text-decoration: underline;
}
a:visited {
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
hr {
    display: none;
}
div.hr {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 4px;
    background-color: #ddd;
    line-height: 4px;
}
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    display: block; /* restore block display for ie6 */
    /* End hide from IE-mac */
}
.hide {
    display: none;
}
div#wrapper-outer {
    min-width: 840px !important;
    margin: 20px auto 0 auto;    
}
img.banner {
    padding-top: 10px;
    padding-bottom: 15px;
}