body {
		margin-top: 85px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		background-color:white;
        font:12px helvetica, sans-serif bold;
        color:black;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        font-weight:900;
        color:#ccc;
        }
h2 {
        font:bold 12px/14px helvetica, sans-serif;
        margin:0px 0px 5px 0px;
        padding:0px;
        }
p {
        font: 12px/12px  helvetica, sans-serif;
        line-height: 100%;
        margin:8px 0px 8px 0px;
        padding:0px;
        }

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
.caption {font:normal 9px/9px serif; text-align: right; } 

a:link {color: #006666;}
a:visited {color: #006666;}
a:hover {color: #99CC99;}
.nav_a:link {text-decoration: none;}
.nav_a:visited {text-decoration: none;}
.nav_a:hover {text-decoration: none;}

.angel {
		background: url(http://pattismith.net/i/p/watermarkangel.gif) no-repeat top center;
		}
/* All the content boxes belong to the content class. */
.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:288px;
        min-width:120px;
        margin:0px 0 20px 216px;
        border:none;
        background-color:none;
        padding:0px;
        z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
        }

#navLeft {
        position:absolute;
        width:216px;
        top:0px;
        left:0px;
        border:none;
        background-color:none;
        padding:10px;
        z-index:2;

/* 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;
        width:216px;
        }
/* 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>#navAlpha {width:128px;}
                
#navRight{
        position:absolute;
        top:0px;
        left:534px;
        border:none;
        background-color:none;
        padding:10px;
        z-index:1;
/* Again, the ugly brilliant hack. */
         voice-family: "\"}\"";
        voice-family:inherit;
        width:290px;
        }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}



