body {
    background:url("../images/bg.jpg") repeat-x 0 0 #7eb4fe;
    font-size:12px;
}

#container {
    width:757px;
    margin:0 auto;
}

#column {
    margin-top:100px;
    height:412px;
    background:url("../images/bg.png") no-repeat;
    position:relative;
}

header {
    position:absolute;
    top:86px;
    left:0;
}

header nav ul {
    list-style:none;
    font-family:'Source Sans Pro';
    font-size:13px;
    margin:0;
    padding:0;
    font-weight:700;
}

header nav ul li {
    display:inline-block;
    margin:0;
    padding:0;
}

header nav ul li a, header nav ul li a:visited, header nav ul li a:link {
    color:#888888;
    text-shadow:1px 1px #f1f1f1;
    text-decoration:none;
    padding:5px 15px;
}

header nav ul li.active a, header nav ul li.active a:visited, header nav ul li.active a:link {
    border-top:5px solid #6699ff;
}

header nav ul li a:hover {
    color:#000000;
    border-top:5px solid #000000;
}

section#content {
    position:absolute;
    top:126px;
    left:0;
    padding:0 285px 0 40px;
}

section#content h3 {
    font-family:'Source Sans Pro';
    font-size:13px;
    color:#ff9900;
    margin-left:41px;
    margin-bottom:41px;
    font-weight:700;
}

section#content #subpage h3 {
    margin-left:0;
    margin-bottom:5px;
}

section#content p {
    font-family:'Ubuntu Condensed';
    font-size:13px;
    font-weight:normal;
}

section#content ul {
    list-style:none;
    margin:0 0 0 39px;
    padding:0;
}

section#content ul li a, section#content ul li a:link, section#content ul li a:visited {
    font-family:'Source Sans Pro';
    font-size:13px;
    font-weight:700;
    color:#3399ff;
    text-decoration:none;
    padding:3px;
    margin:0;
}

section#content ul li a:hover {
    color:#888888;
}

section#content a.back, section#content a.back:link, section#content a.back:visited {
    position:absolute;
    top:240px;
    left:432px;
    font-family:'Source Sans Pro';
    font-size:13px;
    color:#ff9900;
    text-decoration:none;
    font-weight:bold;
}

section#content a.back:hover {
    color:#6699ff;
}

section#content #subpage img {
    margin:5px 25px;
}

footer {
    position:absolute;
    bottom:13px;
    right:68px;
}

footer nav a, footer nav a:link, footer nav a:visited {
    font-family:'Source Sans Pro';
    font-size:13px;
    color:#ff9900;
    text-decoration:none;
    font-weight:bold;
}
footer nav a:hover {
    color:#6699ff;
}
