p {margin:0px 0px 16px 0px; padding:0px;}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
.Footer {width:auto; min-width:120px; margin:30px 0 0 0; border:0px solid black; background-color:#f1f1ed; padding:10px; text-align:center}

#Header {
	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eee;
/* hack that protects IE5/Win from its own stupidity. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 170px 0px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
/*	border:1px dashed black;
	background-color:#eee; */
	padding:0px;
	z-index:2;

/* Tantek Celik hack. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:150px;}

#navBeta {
	position:absolute;
	width:120px;
	top:20px;
	right:20px;
/*	border:0px dashed black;
	background-color:#fff;*/
	padding:0px;
	text-align:center;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:150px;}

#findcenter {position:absolute; left:50%; }
#content2 {position:absolute; left:-300px; width:750px; top:0px;}