/* modified from bluerobot.com */                          
body  { 	
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white 
} 

table  { 	
	margin:1em 1em 1em 3em;
	border-collapse:collapse 
} 

td  { 	
	border:1px solid black;
	padding:5px;
	margin:0px 
} 

h1, h2, h3  { 	
	color:#360 
} 

h1  { 	
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900 
} 
 

h2  { 	
	font-size:20px;
	margin-left:1em 
} 

h3  { 	
	font-size:15px;
	margin-left:1.5em 
} 

p, li  { 	
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 1em 2.5em;
	padding:0px 
} 

 

p.menu  { 	
	margin:0px 0px 0.5em 1em 
}

p.submenu  { 	
	margin:0px 0px 0.5em 2.5em 
}

p.menupart  { 	
	margin:0px 0px 5px 0px;
	font-weight:600 
}
p.poeme  { 	
	text-align:center

} 

p.copy  { 	
	border-top:1px dotted black;
	margin:10px 0px 0px 0px;
	padding:5px;
	text-align:center 
} 

p.center  { 	
	text-align:center 
} 

ul { 	
	margin-left:0em
} 

pre  { 	
	padding:5px;
	border:1px solid black 
} 

img  { 	
	float:right;
	margin:5px 
}
img.floatnone  { 	
	float:none 
} 

a  {
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif 
}

a:link  { 	
	color:green
}
a:visited  { 	
	color:#006331 
}
a:active  { 	
	color:#000 
}
a:hover  { 	
	background-color:#ff0 
} 

#Header  { 	/*position:absolute;*/
	top:0px;
	left:0px;
	right:0px; /*margin:50px 0px 10px 0px;*/
	padding:10px 30px;
	font-size:18px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	/*line-height:50px;*/
	background-color:#FFCE00 
} 

#Content  { 	
	margin:15px 30px 0px 200px;
	padding:10px 
} 

#Menu  { 	
	position:absolute;
	top:70px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#FFCE00;
	border:1px dashed #999;
	line-height:17px; /* 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:150px 
} 
/* 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>#Menu  { 	
	width:150px 
} 


