body {
	color:#white;
	background-color:#000;
	margin:20px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#222;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	font-size:16px;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	color:#222;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#DDDDAA;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#DDDDAA;}
a:visited {color:#DDDDAA;}
a:hover {/*background-color:#CCCCCC;*/}
  

/* All the content boxes belong to the content class. */
.content {
	position:absolute;
	top:0px;
	left:180px;
	width:380;
	border:1px solid #DDA;
	color: #CCCCCC;
	background-color: black;
	padding:10px;
	z-index:1;
	}

#navAlpha {
	position:absolute;
	width:170;
	top:0px;
	left:0px;
	color: #CCCCCC;
	border: 1px dashed #DDDDAA;
	background-color:black;
	border-color:#DDA;
	padding:10px;
	z-index:1;
	}
/* 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;}

.navBandoH {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	margin-top:0;
	margin-left:0;
	border:1px solid #DDDDAA;
	color:#CCCCCC;
	background-color:black;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	border-style:ridge;
	width:100;
	}
		
#navBeta {
	position:absolute;
	color:#dda;
	top:0px;
	right:0px;
	border: 1px dashed #DDDDAA;
	background-color:black;
	border-color:#DDA;
	padding:10px;
	z-index:1;
	width:220;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
