body { background-color: #ffe0e0; 
background-image: url('images/LinuxLabBackground.jpg');
background-repeat: repeat-x;
margin: 10px;
}
div#contents { background-color: #0000ff; color: #ffffff; width: 200px; 
    float: left;
    -moz-border-radius: 10px; 
}
div#contents ul li { border-style: solid; border-color: white; border-width: 1px; 
    padding: 2px; cursor: pointer; -moz-border-radius: 3px; margin: 2px;
}
div#contents ul li.spacer { margin-top: 20px; }

div#courses {
    margin-left: 210px; background-color: #ffd0d0;
    border-style: solid; border-width: 1px; border-color: #ff5050; 
    -moz-border-radius: 10px; 
    padding: 5px;
}

div#footer { float:right; font-size: 10pt; background: #ff5050;
    border-style: solid; border-width: 1px; border-color: white;
    padding: 3px;
    color: white;
    -moz-border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tm { font-size: 9pt; font-style: italic; }

h1 { text-align: center; }
h1 img { display: inline-block; }

