* {
    margin: 0;
    padding: 0;
}

body {
    background: #0f004e;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

a { 
    color: #6799C8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p, ul, ol {
    padding-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.6em;
    
}

#header {
    padding-top: 65px;
    background: #E6E6E6;
    overflow: hidden;
}

#logo {
    margin-bottom: 10px;
}

#content {
    background: url('img/content_bg.png') no-repeat top center;
    padding-top: 40px;
    overflow: hidden;
    zoom: 1;
    
}

#content .cols {
    background: url('img/cols.png') repeat-y;
    zoom: 1;
}

/* Clear it! */
#content .cols:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contact {
    position: relative;
}

#contact h2 {
    border-bottom: 1px solid #555;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#contact p {
    font-size: 12px;
}

#contact img {
    position: absolute;
    top: 10px;
    right: -20px;
}

#footer {
    color: #B3B3B3;
    font-size: 12px;
    padding: 40px 0;
}

.box {
    padding: 10px 20px 0;
}

.center {
    margin: 0 auto;
    text-align: left;
    width: 775px;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Since IE6.. well, you know */
*html .box {
    background: #0c013e;
}

*html #content .cols {
    background: none;
}