body {
    background-attachment: fixed;
    background-color: #99f;
    background-image: url(musclemen.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0px;
    padding: 0px;
    }
    
#logo {
    margin: 180px 10px 0px 10px;
    background-color: #99f;
    padding: 7px 20px;
    border: 1px dotted #fff;
    /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:24px; /* 15px + 7px + 2px = 24px */
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:15px; /* the correct height */
	}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

body>#logo {
    height:15px;
    }
    
#sidebar {
    position: absolute;
    top: 225px;
    left: 10px;
    width: 180px;
    }
    
#about {
    padding: 1em;
    margin: 2em 0em;
    background-color: #99f;
    border: 1px dotted #fff;
    }
        
#links {
    padding: 1em;
    margin: 2em 0em;
    background-color: #99f;
    border: 1px dotted #fff;
    }
   
#content {
    margin: 10px 10px 20px 225px;
    background-color: #99f;
    border: 1px dotted #fff;
    padding: 1em 20px 1em 1em;
    }
   
#footer {
    margin: 0px 10px 20px 225px;
    background-color: #99f;
    padding: 0px 20px 7px;
    border: 1px dotted #fff;
    }
    
a {
    text-decoration: none;
    color: #000000;
    font-weight: bolder
    }
    
a:hover {
    text-decoration: underline
    }
    
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: right;
    margin-bottom: 0px;
    color: #000000;
    }
    
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: right;
    margin: 0px 0px 0px 10em;
    color: #000000;
    }

    
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-align: right;
    margin: 0px;
    }

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: -1em 8em 4em 0em;
    font-weight: normal;
    text-align: right;
    }
    
h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    text-align: right;
    margin: 0em 0em .5em;
    font-weight: normal
    }

.a5 {
    font-weight: normal
    }

    
h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    margin: 0em 0em .5em;
    text-align: right;
    padding: 0em 1em;
    }
    
.a6 {
    color: #FFFFFF
    }

p {
    font-family: Minion, Georgia, Palatino, serif;
    font-size: 12pt;
    line-height: 15pt;
    margin-right: 7em
    }
    
.type {
    font-family: "Courier New", Courier, mono;
    font-size: 11pt
    }

.bounded {
    border: 1px dotted #fff;
    }

.footnote {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt
    }
