body {
	margin: 0px;
	padding: 0px;
	font: small/140% Georgia, serif;
	background-color: #000;
	color: #FFF;
}
h1 { font-weight: normal; }

a {
	color:#09c;
	text-decoration:none;
	font-weight:bold;
}
a:link { color: #ff781a; }
a:visited { color: #ff781a; }
a:hover
{
	color: #ff781a;
	text-decoration: underline;
}

#Header
{
	margin: 50px 0px 10px 0px;
	padding: 0 0 0 20px;
	height: 137px;
	white-space: nowrap;
}

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

#Menu {
        position:absolute;
        top:200px;
        left:20px;
        width:172px;
        padding:10px;
        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;}