h1.logo a { background: url("/images/til-logo.png") no-repeat scroll 0 0 white; width: 70px; height: 50px; display: block;
    font-size: 0;
}
h1.logo { width: 70px; float: left; margin: 0; }
#container, .inner {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1000px;
    min-width: 90%;
    overflow-y: auto; overflow-x: auto;
    padding-bottom: 40px;
}
.inner { overflow-y: hidden; }
#container {
    clear: both;
    padding-top: 50px;
}
.wrapper {
    min-height: 100%;
}
#header {
    position: relative;
}
#footer {
    clear: both;
    position: relative;
}
.content {
    margin: 0 auto;
    width: 1000px;
}
header {
    height: 50px;
    min-width: 1000px;
    width: 100%;
    z-index: 998;
    position: fixed;
    left: 0;
}
#nav {
    float: right;
}
#nav, #nav ul, #nav li {
    margin: 0;
}
#nav ul {
}
#nav li {
    background: url("../images/divider.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 20px;
    line-height: 32px;
    list-style: none outside none;
    padding: 8px 0 19px 20px;
    position: relative;
}
#nav li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding: 8px 0 20px;
}
#nav a {
    font-size: 12px;
}
#nav ul li strong {
    margin: 0 5px;
}
#nav ul li p {
    color: #888;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0 15px 0 0;
}
#nav ul li .logout {
    border: 1px solid black;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 20px;
    margin: 3px 0 0;
    width: 70px;
    padding-left: 10px;
}
#nav ul {
    z-index: 1000;
}
#nav ul li {
    display: block;
    float: left;
}
#nav ul li a {
    color: black;
}
footer {
    bottom: 0;
    clear: both;
    height: 40px;
    margin-top: 40px;
    position: fixed;
    width: 100%;
    z-index: 998;
    background: white;
}
footer p {
    color: black;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    float: left;
}
footer p span {
    color: black;
}

.invisible { display: none; }
#submit { margin-top: 40px; font-size: 18px; }
.row {
    clear: both;
    margin: 10px 10px;
    float: left;
    width: 100%;
}
.col {
    float: left;
    margin: 3px 0 0;
    padding: 7px 0 2px 0px;
    min-width: 200px;
}
.row select, .row input, .row button { font-size: 24px; }
.row select { width: 250px; }
.row input { width: 244px; }
table tr th, tr td { padding: 0 2px; text-align: left; }
