body {
    font-family: "Garamond";
    
    background: #ccc;
    color: #333;

    margin: 0;
    padding: 0;
}

#header {
    margin: 0 0 0 225px;
    
    padding: 0 0 5px 10px;

    text-align: center;
    font-family: "Copperplate", "Rockwell", "Garamond", "Palatino", "Book Antiqua", serif;
    font-size: 1.75em;

    border: solid 2pt #333;
    background: #333;
    color: #ddd;
    
    border-top: none;
    border-right: none;

    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    
    width: 200px;
    
    padding: 10px;
    
    font-family: "Copperplate", "Rockwell", "Garamond", "Palatino", "Book Antiqua", serif;
}

#sidebar a img {
    border: 0;   
}

#sidebar div {
    margin: 5px 23px 0px 25px;
}

#sidebar div a {
    border: solid 1px #777;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    padding: 5px 2px;

    background: #ddd;
    color: #000088;

    font-size: 1em;
    text-align: center;

    display:block;

    text-decoration: none;
}

#sidebar div a:hover {
    border: solid 1px #000066;
    background: #ccffcc;
}

#copyright {
    position: absolute;
    bottom: 0px;
    left: 35px;
    width: 140px;
    
    font-size: 0.75em;
    text-align: center;
        
    margin: 0;
    padding: 5px;
    
    background: transparent;
    color: #999;
}

#sidebar div.fems a {
    background: #333;
    color: #ffff99;
    
    border: solid 2px #333;
    line-height: 1em;
    margin-top: 30px; 
}

#sidebar div.fems a img {
    vertical-align: middle;
    padding: 3px;
    width: 80%;
}

#sidebar div.fems a:hover {
    background: #333;
    color: #ffff99;
    border: solid 2px #99ff99;
}

#content {
    margin: 25px 0 0 225px;
    padding: 0 10px;
}

#content p {
    text-indent: 1em;
    margin-left: 10px;
    line-height: 1.5em;
}

#content a {
    padding: 2px;
    border: solid 1px transparent;
    background: transparent;
    color: #000099;
    text-decoration: none;
}

#content a:hover {
    border: solid 1px #000066;
    background: #ccffcc;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content table {
    margin-left: 10px;
}

th {
    text-align: right;
}

td {
    padding-left: 5px;
}

ul.lecture, ul.guest {
    display: block;
    list-style: none;
    font-size: 1.1em;

    background: #ddd;
    margin-left: 20px;
    margin-right: 100px;
    padding: 15px;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

ul.guest {
    font-weight: bold;
    font-size: 1.25em;
}

ul.guest li {
    margin: 5px;
}

ul.guest ul {
    font-weight: normal;
    font-size: .5em;
}

ul.lecture ul, ul.guest ul {
    display: block;
    list-style: disc;
    
    font-size: .9em;
}