/* $Id: layout.css,v 1.28 2010-08-17 17:19:21 jon Exp $ */

/*Start main structural layout styles*/
body {
    width:920px;
    margin:0;
}
#header {
    height:75px;
    overflow:hidden;
}
#side-column {
    float:left;
    width:165px;
    padding-right:8px;
    min-height:1px;
}
#main-content {
    overflow:hidden;
    margin-bottom:2em;
}
#footer {
    clear:both;
    margin-left:173px;
    background:#000000;
    position:fixed;
    height:2em;
    top:auto;
    right:0;
    bottom:0;
    left:0;
}
#main-content .box {
    border-style:solid;
    border-width:0.61em;
    float:left;
    width:727px;
    margin-bottom:1em;
}
/*End main structural layout styles*/

