body {
	margin:0px;
	padding:0px;
	}
#Header {
	height : 35px;
	display : block;
	padding : 8px 8px 8px 16px;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	}
h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h2.date {
	margin: 20px 0px 5px 0px;
	padding:0px;
}
#navAlpha h2 {
	margin: 0px;
	padding: 8px;
}
h3.storylink {
	margin: 18px 0px 9px 0px;
	padding:0px;
}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#navAlpha p {
	margin: 0px 0px 8px 0px;
	padding:8px;
}
.content_foot p {
	margin : 0px 0px 5px 0px;
	padding : 0px;
}
a {
	}
a:link {
	}
a:visited {
	}
a:hover {
	}
 
 #navAlpha form {
	padding : 0px;
	margin : 0px;
}

/* 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:120px;
	margin:0px 180px 20px 100px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
.content_foot {
	position:relative;
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 180px 20px 100px;
	padding: 10px 10px 0px 10px;
	z-index:3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
	
#navAlpha {
	position:absolute;
	width:90px;
	top:75px;
	left:0px;
	padding:0px;
	z-index:2;

/* The ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:90px;
	}
/* "Be nice to Opera 5". */
body>#navAlpha {width:90px;}
		
#navBeta {
	position:absolute;
	width:166px;
	top:75px;
	right:0px;
	padding:8px;
	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;}




