body {
    min-width: 1100px;
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-weight: normal;
    margin: 0;
}

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    min-width: 800px;
}

#headerTile a, .tile a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

#bodyOfWebsite {
    min-width: 800px;
    margin: 0 auto;
}

#headerTile {
    height: 210px;
    background-color: #f09609;
    text-align: center;
    font-size: 18pt;
    line-height: 2.4em;
}

#headerTile h1 {
    padding-top: 40px;
}

#navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation .tile {
    float: left;
    width: 20%;
    height: 130px;
    text-align: center;
    line-height: 130px;
}

#navigation .tile:last-child {
    margin-right: 0;
}

.tile.red { background-color: #e51400; }
.tile.green { background-color: #339933; }
.tile.blue { background-color: #2e8bcc; }
.tile.lime { background-color: #8cbf26; }
.tile.purple { background-color: #7b4f9d; }

#contentBox {
    position: relative;
    z-index: 5;
    margin: 340px auto 0 auto;
    padding: 15px 60px;
    background-color: rgba(255, 255, 255, 0.85);
}

#content {
    position: relative;
    z-index: 6;
}

#contentBox h1 {
    margin-top: 30px;
    width: 920px;
    border-bottom: 1px solid #ddd;
}

.resourceList {
    list-style-type: none;
}

.resourceLinks {
    text-decoration: none;
}

.staffPicture {
    width: 200px;
    filter: blur(20px);
    -moz-filter: blur(20px);
    -webkit-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
}

.staffPicture:hover {
    width: 200px;
    -moz-filter: blur(0px);
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
}

.staffList {
    list-style-type: none;
}

#lecturesTable {
    width: 1000px;
}

#lecturesTable thead{
    text-align: left;
}

#lecturesTable tbody tr td a{
    text-decoration: none;
}

