.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:350px;
	margin:0px 190px 5px 160px;
	border:1px solid lightgray;
	background-color:#FFF;
	padding:5px;
	top:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:10px;
	left:10px;
	border: solid lightgray 1px;
	background-color:#EEE;
	padding-left:5px;
	padding-right:5px;
	padding-top:6px;
	padding-bottom:8px;
	z-index:2;
	
/* 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:128px;
	}
/* 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;}
		
#navBeta {
	position:absolute;
	width:185px;
	top:10px;
	right:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#CCCCCC;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


a:visited {color:#07a;}
a {color:#09c;font-size:11px;font-family:helvetica, sans-serif, verdana, arial;font-weight:600;text-decoration:none;}
a.small {color:#09c;font-size:9px;helvetica, sans-serif, font-family:verdana, arial;font-weight:600;text-decoration:none;}
a.boldblue {color:#006600;font-size:14px;font-family:helvetica, sans-serif, verdana, arial;font-weight:800;text-decoration:none;}
a:link {color:#09c;}
a:hover {color:#006600;}
p {font:12px/20px helvetica, sans-serif, verdana, arial;margin:0px 0px 16px 0px;padding:0px;color:#222}
p.copyright {text-align:center;font-size:8pt;font-family:verdana, arial, helvetica, sans-serif;font-weight:400;color:#888;}
p.intro {font:14px/20px helvetica, sans-serif, verdana, arial;margin:0px 0px 0px 0px;padding:0px;color:#333;font-weight:600}
img.padded {padding-right:0px;padding-left:5px}
img.betapad {padding-bottom:5px}
img.track {padding-top:10px;padding-bottom:10px}
img.pad {padding-left:20px;padding-right:10px;padding-top:10px;padding-bottom:10px;}
ul {font:12px/20px helvetica, sans-serif, verdana, arial;margin:0px 0px 0px 0px;padding:10px;color:#222}

body {
	color:#222;
	background-color:#EEE;
	margin:0px;
	padding:0px;
	font:11px helvetica, sans-serif, verdana, arial;
	background-position: bottom left;
	background-image: url(img/background.jpg);
 	background-repeat: no-repeat;
	}

h1 {
	font:helvetica, sans-serif, verdana, arial;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:22px;
	font-weight:800;
	text-align:center;
	color:#444;
	}

h2 {
	font:bold 20px/24px helvetica, sans-serif, verdana, arial;
	line-height:32px;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#336633
	}

h3 {
	font:bold 16px/20px helvetica, sans-serif, verdana, arial;
	margin:0px 0px -3px 0px;
	padding:0px;
	}.bigbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFCC;
	padding: 6px;
	border: 1px solid #990000;
	margin-bottom: 5px;
}
