html {height:100%; background-color:#000;}
body {height:100%; color:#333; font-family:helvetica,arial,sans-serif; font-size:10pt; }

* {margin:0px; padding:0px;}

/* LAYOUT IDS */
#content {width:700px; margin:15px 100px 5px; padding-bottom:45px;}
#listheader {width:800px; margin:15px 100px 5px; padding-bottom:30px;}


#main {position:relative; top:0px; width:100%; min-height:100%; margin-left:202px; background-color:#fff;}
#main #top-bar {position:relative; top:0px; left:0px; height:31px; background: url(../gifs/interface/top.gif) repeat-x left top; }
#main #top-bar ul {margin-left:200px; height:31px; margin-bottom:0px;}
#main #top-bar li {display:inline-block; margin:0px 8px;}


#sidebar {float:left; position:relative; top:0px; left:0px; width:200px;}
#sidebar #copyright {display:block; width:160px; margin:10px auto; color:#555; font-size:.7em; font-weight:bold; text-align:center;}
#sidebar ul {width:160px; margin:10px auto; border:0px solid #999; border-width:6px 0px; padding-top:3px;}
#main-nav li {border-bottom:1px solid #333; list-style-type:none;}
#main-nav li a {border-bottom-width:0px;}




/* ELEMENTS */
a img, a:hover img {border-width:0px;}



/* CLASSES */
.clear {width:100%; clear:both; border:1px solid #c00;}


