#wrapper {
    width: 960px;
    margin: 0 auto;
}

    #header {
        width: 100%
    }

    #container {
        width: 100%;
    }

        #content {
	    width: 740px;
	    overflow: auto;
	    float: left;
        }

        #sidebar {
            width: 200px;
            float: right;
        }

    #footer {
        width: 100%;
        clear: both;
        bottom: 0px;
        position: fixed;
        background: #9999ff;
    }

body		{ background: #9999ff; }
h1 a		{ font-family: Courier; font-size: 20pt; font-weight: bold; }
h1 a:link 	{ text-decoration: none; color: #000000; }
h1 a:visited 	{ text-decoration: none; color: #444444; }
h2		{ font-family: Courier; font-size: 18pt; font-weight: bold; }
h3		{ font-family: Courier; font-size: 16pt; font-weight: bold; }
pre		{ overflow-x:auto; }
.headertitle	{ font-family: Courier; font-size: 24pt; font-weight: bold; }
.subtitle	{ font-family: Courier; font-size: 16pt; }
.dateheader	{ font-family: Courier; font-size: 20pt; font-weight: bold; }
.sidemenu a	{ font-weight: bold; }
.sidemenu a:link	{ text-decoration: none; }
.sidemenu a:visited	{ text-decoration: none; }
