header{
    font-family: "Times New Roman", Serif;
    font-size: 4em;
    color: rgb(153, 0, 0);
    margin-top: 20px;
}

nav{
    padding:10px;
    background-color: rgb(242, 217, 230); 
    font-family: "Times New Roman", Serif;
    font-size: 1.3em;
    color: rgb(25);
}

body{
    font-family: "Times New Roman", Serif;
    width: 960px;
    margin: auto;
    background-color: rgb(250, 250, 250);
}

section{
    float: left;
    width: 600px;
    padding: 10px;
    padding-left: 20px;
}

aside{
    float: right;
    width: 280px;
    padding-left: 20px;
    border: 2px solid rgb(249, 236, 242);
    
    font-size: 0.9em;
    color: rgb(64, 64, 64);
}

footer{    
    clear: both;
    background-color: rgb(249, 236, 242);
    color: rgb(128, 128, 128);
    font-size: 0.8em
}

h1{
    color: rgb(0, 51, 102);
}

p{
    line-height: 150%
}

img{
    width: 150px;
    float: left;
    margin-right:30px;
    margin-top: 20px;
}

div.education_time{
    float: left;
    margin-left: 20px;
}


div.education_degree{
    margin-left: 150px;
} 
div{
    display: block;
}

p.degree{
    line-height: 150%;
}

ul#awards{
    line-height: 150%;
}