body {
	margin:0px;
	padding:0px;
	{font-family: Gill Sans MT Condensed, Verdana, Typewriter;
font-size:80%; font-color:#AD95FB;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:Gill Sans MT Condensed, Verdana, Typewriter;
	}
A:link {color:#32CCFE; text-decoration:none}
A:visited {color:#C7DDF5; text-decoration:none}
A:active {color:#86CDFA; text-decoration:none}
A:hover {color:#95F1FF; text-decoration:none; text-shadow:2px 1px 1px #E2DFEB}

#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	height:32px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 0px;
	line-height:11px;
	background-color:#eee;

/* 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:14px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. */
body>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#eee;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}


