@charset "utf-8";

body { font-family:Verdana, Geneva, sans-serif; font-size:1em; }

#header, #footer { background-color:#CCFFFF; position:absolute; left:0px; right:0px; height:60px; text-align:center; }
#header { top:0px; bottom:auto; }
#footer { top:auto; bottom:0px; }

#sidebar, #content { position:absolute; top:60px; bottom:60px; height:auto; }
#sidebar { background-color:#6699CC; left:0px; width:180px; font-size:0.8em; }
#content { background-color:#FFFFFF; left:180px; right:0px; padding:10px; overflow:scroll; }

#sidebar ul { list-style:none; padding:10px; }
#sidebar a { color:#FFFFFF; text-decoration:none; }

h1 { font-size:1.4em; font-weight:bold; }
h2 { font-size:1.2em; font-weight:bold; }
h3 { font-size:1em; font-weight:bold; }