html, body {
height:100%;
}

a {
color:#11D;
text-decoration:none;
}

a:hover {

text-decoration:underline;
}

body {
background:#333;
margin:0px;
padding:0px;
font: 10pt "Trebuchet MS";
}

table {
font: 10pt "Trebuchet MS";
}

#navbar {
float:left;
width:180px;
background:#9C6;
color:#000;
min-height: 100%;
height:auto;
}

#main {
height:100%;
background:#FFF;
color:#000;
padding-left:190px;
min-height: 100%;
height:auto;
}

h1 {
margin-top:0px;
}

#footer {
width:100%;
height:10px;
background:#C00;
clear:both;
}