@import url(type.css);        /* handles the typography */
@import url(grid.css);        /* handles the layout grid */
@import url(widgets.css);     /* handles widgets like tabs, drop-down menus, and "read more" buttons. */

html, body { margin: 0; padding: 0; width: 100%; min-width: 1000px; height: 100%; }
body { color: #000000; background: transparent url('../images/back-leftmenu.gif') top left repeat-y; font: 10px Arial; }
* { margin: 0; padding: 0; }
a {outline: none;}
a img {border: none;}
ul, ol {  }
hr {margin: 1em 0; background: #f2f2f2; height: 1px; color: #f2f2f2; border: none; clear:both;}

.clear {clear: both; position: relative; font-size: 0px; height: 0px; line-height: 0px;} 
.box-hack { padding-bottom: 120px; }