body {
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif, verdana;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:24px;
	line-height:24px;
	font-weight:900;
	color:#000;
	}
h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:900;
	color:#000;
	}
p {
	font:11px/20px arial, helvetica, sans-serif, verdana;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#00f;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:arial, helvetica, sans-serif, verdana;
	}
a:link {color:#00f;}
a:visited {color:#07a;}
a:hover {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; /* 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>#Header {height:14px;}

#Content {
	margin:0px 210px 05px 05px;
	/* padding:10px; */
	}

#Menu {
	position:absolute;
	top:15px;
	right:20px;
	width:172px;
	padding:05px;
	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;}