@import url("/css/tartan.css");

html {
    height: 100%; 
    max-height: 100%; 
    padding: 0; 
    margin: 0; 
    border: 0; 
    font: 70% Arial, Helvetica, sans-serif;
    overflow: hidden; 
    }
body {
    height: 100%; 
    max-height: 100%; 
    overflow: hidden; 
    padding: 0; 
    margin: 0; 
    border: 0;
    }
#header {
    top: 0; 
    width: 100%;
    height: 60px; 
    position: absolute; 
    background: rgb(100,200,300);
    border: 1px solid #000;
    font-family: Tahoma, Arial, Geneva, sans-serif;
    z-index: 5; 
    }
#header h1 {
    margin: 5px;
    font-size: 2em;
}
#header h2 {
    margin: 5px;
    font-size: 1.5em;
    font-style: italic;
}
#links {
    top: 60px;
    width: 100%;
    height: 20px;
    position: absolute;
    background: rgb(100,200,300);
    border: 1px solid #000;
    z-index: 5;
}
#links li {
    float: right;
    margin-right: 10px;
    list-style-type: none;
}
#links li a {
    color: #000;
    font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    font-size: 1.2em; 
    text-decoration: none;
}
#links li a:hover {
    color: #f00;
}
#content {
    top: 80px; 
    bottom: 22px; 
    width: 100%;
    padding: 5px;
    position: absolute; 
    display: block; 
    overflow: auto; 
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    z-index: 3; 
    }
#footer {
    bottom: 0; 
    width: 100%;
    height: 20px; 
    position: absolute; 
    background: rgb(100,200,300);
    font-size: 1em; 
    border: 1px solid #000;
    font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    color: #000;
    z-index: 5; 
    }
#footer .lefttext {float: left; text-align: left;margin-left: 5px;}
#footer .righttext {text-align: right;margin-right: 5px;}
