﻿html, body
{
    color: rgb(0, 0, 0);
    font-family: Arial;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #eeece1 url("http://cmosedu.com/jbaker/students/gerardo/images/bg.png") repeat-y center top;
}

body
{
    position: relative;
}

a
{
    color: #900303;
}

#page
{
    position: relative;
    display: block;
    min-height: 100%;
    height: auto !important;
    width: 100%;
    height: 100%;            
    margin-bottom: -4em; 
}

#main
{
    margin: 0 auto;
    width: 1020px;
    padding: 0 20px;
    height:100vh;
    height: 100%;
        
}

#push
{
    height: 4em;
}

#top
{
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 100px;
    padding-top: 10px;
}

#name
{
    float: left;
    width: 40%;
    font-size: 36pt;
}

#nav
{
    padding-top: 14px;
    float: right;
    width: 30%;
    font-size: 16pt;
    margin-left: 30%;
}

.separator {
    margin:5px;
}

#content
{
    margin: 0 20px 50px;
}

#image
{
    float: left;
    width: 450px;
    margin-right: 20px;
}

#info
{
    float: right;
    width: 490px;
    margin-left: 20px;
}

#footer
{
    margin: 25px 0 10px;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(http://cmosedu.com/jbaker/students/gerardo/images/separator.png);
    background-repeat: no-repeat;
    background-position: 0px center; 
    padding-left: 15px; 
}