div.box {
    width: 800px;
    background-image: url(header.png), 
          url(footer.png),
          url(middle.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: left top, left bottom, left top;
    background-origin: border-box, border-box, padding-box;
    background-clip: border-box, border-box, padding-box;
    overflow: auto;
}

a:link {
    font-weight: bold;
    color: #009900;
    text-decoration: none;
}


a:visited {
    font-weight: bold;
    color: #009900;
    text-decoration: none;
}


a:active {
    font-weight: bold;
    color: #00CC00;
    text-decoration: none;
}

a.home:link,a.home:visited {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    color: #009900;
    width: 75px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.home:hover,a.home:active {
    background-color: #009900;
    color: #CCCCCC;
}

a.research:link,a.research:visited {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    color: #009900;
    width: 123px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.research:hover,a.research:active {
    background-color: #009900;
    color: #CCCCCC;
}

a.researchh:link,a.researchh:visited,a.researchh:hover,a.researchh:active {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    background-color: #009900;
    color: #CCCCCC;
    width: 123px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.teaching:link,a.teaching:visited {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    color: #009900;
    width: 112px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.teaching:hover,a.teaching:active {
    background-color: #009900;
    color: #CCCCCC;
}

a.teachingh:link,a.teachingh:visited,a.teachingh:hover,a.teachingh:active {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    background-color: #009900;
    color: #CCCCCC;
    width: 112px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.projects:link,a.projects:visited {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    color: #009900;
    width: 112px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.projects:hover,a.projects:active {
    background-color: #009900;
    color: #CCCCCC;
}

a.projectsh:link,a.projectsh:visited,a.projectsh:hover,a.projectsh:active {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    background-color: #009900;
    color: #CCCCCC;
    width: 112px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.CV:link,a.CV:visited {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    color: #009900;
    width: 48px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.CV:hover,a.CV:active {
    background-color: #009900;
    color: #CCCCCC;
}

a.CVh:link,a.CVh:visited,a.CVh:hover,a.CVh:active {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    background-color: #009900;
    color: #CCCCCC;
    width: 48px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.links:link,a.links:visited {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    color: #009900;
    width: 71px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

a.links:hover,a.links:active {
    background-color: #009900;
    color: #CCCCCC;
}

a.linksh:link,a.linksh:visited,a.linksh:hover,a.linksh:active {
    display: block;
    border-radius: 15px;
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-size: 22px;
    background-color: #009900;
    color: #CCCCCC;
    width: 71px;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    float: left;
}

h1 {
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    margin: 0;
    font-size: 58px;
    text-decoration: none;
    text-align: left
    float: left;
}

p.right {
    font-family: "Palatino Linotype", "Palatino", serif;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

p.heading {
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    margin: 0;
    font-size: 22px;
    text-decoration: none;
    text-align: left;
    color: #009900;
    border-bottom-style: double;
    border-bottom-color: #009900;
}

p.normal {
    font-family: "Palatino Linotype", "Palatino", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

p.indent {
    font-family: "Palatino Linotype", "Palatino", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding-left: 25px;
}

p.reference {
    font-family: "Palatino Linotype", "Palatino", serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding-left: 25px;
    text-indent: -25px;
}

p.footer {
    position: relative;
    left: 0px;
    bottom: 40px;
    text-align: right;
    font-family: "Palatino Linotype", "Palatino", serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

p.school {
    font-family: "Architects Daughter", "Palatino Linotype", "Palatino", serif;
    font-weight: bold;
    vertical-align: bottom;
    line-height: 20px;
    margin: 0;
    font-size: 24px;
    text-decoration: none;
    text-align: left;
    color: #000000;
    float: left;
}

p.date {
    font-family: "Palatino Linotype", "Palatino", serif;
    line-height: 22px;
    vertical-align: bottom;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: #000000;
    float: left;
}
