    body {
        background:#ffffff;
        padding:0;
        font-family:verdana,arial,helvetica,sans-serif;
        font-size:12px;
        color:#000;
    } 
    div.fixedwidth {
        margin: 0 auto;
        width: 750px;
    }
    div.container {
        /* You have to use position: if you want to do any kind 
        of absolute positioning using top: bottom: left: or right: 
        either on this div, or on any of its children*/
        clear: both; 
        position: relative;
    }
    div.topnav {
        text-align: left;
        margin-bottom: 10px;
        /*border: 1px solid #000;*/
        /*margin:5px 110px 0px 110px;*/
    }
    div.mainbody { 
        margin-left: 170px;
        border: 0px solid #000;
        position: relative;
        top: 0px;
    }
    div.left { 
        border: 0px solid #000;
        position: absolute;
        top: 0px;
        width: 150px;
    }
    div.quote { 
        margin: 0px 0px 10px 0px;
        border: 1px solid #0f0;
        padding: 3px;
        background: #cfc;
        position: relative;
        top: 0px;
        font-size:10px;
    }
    p.newsdate {
        font-weight:bold;
    }
    p.footer {
        text-align:right;
        font-size:10px;
    }
    a:link {color: #f00; text-decoration: none; }
    a:active {color: #0000ff; text-decoration: underline; }
    a:visited {color: #8b0000; text-decoration: none; }
    a:hover {color: #ff0000; text-decoration: underline; }
    a.navElement {
        color: #c00;
        text-decoration: none;
        font-weight: bold;
    }
    a.navElement:hover {
        background-color: #000;
        color: #fff;
    }
    /* Headings */
    h1 {font-size:200%; color:#c00; text-align:center;}
    h2 {font-size:175%; color:#c00; text-align:center;}
    h3 {font-size:150%;}
    h4 {font-size:125%;}
    h5 {font-size:100%;}
    h6 {font-size:80%;}
    /* Tables for where you really have to */
    td {font-size:12px;}
    /* Images */
    img#mainlogo { margin:0px 20px 10px 0px; float: left; }
    img#currentmag { margin:0px 0px 0px 0px; float: right; 
        border: 1px solid #000;}
    img#newsimg { margin:0px 0px 0px 10px; float: right; 
        border: 1px solid #000;}
    img#newsimgleft { margin:0px 10px 0px 0px; float: left; 
        border: 1px solid #000;}
    img#newsimgnoborder { margin:0px 0px 0px 10px; float: right; 
        border: 0px solid #000;}
    img#newsimgleftnoborder { margin:0px 10px 0px 0px; float: left; 
        border: 0px solid #000;}
    img#mugshot { margin:0px 0px 0px 3px; float: right; 
        border: 1px solid #000;}
    img#banner { margin:10px 00px 10px 0px; }