/* Based on https://gist.github.com/rajeevedmonds/4706380 */

body{
    font-family:Georgia, Arial, Helvetica, Sans-serif,serif;
    font-size:24px;
    color:#2e2e2a;
    background:#e7e7e7;
}

h1 {
    font-size:50px;
}

h3 {
    font-size:26px;
}

#content-wrapper {
    width:960px;
    text-align:left;
    margin:0 auto;
    background:#e7e7e7;
    padding:15px;

}

#header{
    width:960px;
    height:120px;
}

.sidebar{
    float:left;
    width:300px;
    margin:0 0 0 15px;
    font-size:15px;
    list-style:none;
}

#footer{
    height: 60px;
    background: #fff;
    padding: 15px;
    clear:both;
}
