/* Layout */

html, body {
	height: 100.02%;
	margin: 0;
	padding: 0;
	}

p, h1 {
	margin: 0;
	padding: 0;
	}
	
#serious {
	position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		min-height: 100%; 
	margin: 0;
	padding: 0;
	z-index: 1;
	}

#famous {
	position: absolute; 
		top: 0; 
		left: 0; 
		width: 350px; 
		height: auto;
		min-height: 100%; 
	padding: 0; 
	margin: 0 0 0 200px; 
	z-index: 10;
	background: url(/.stuff/trans_black.png) top left repeat-y;
	}
#fourteen {
	position: relative;
		top: 0;
		left: 0;
		width: 310px;
		min-height: 100%;
	padding: 0 20px 40px 20px;
	margin: 0 0 0 200px; 
	font: 12px/15px "trebuchet ms", trebuchet, sans-serif;
	z-index: 15;
	}
#finished {
	position: relative;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
	margin: 0;
	padding: 15px;
	background: url(/.stuff/black20.png) top left repeat-y;
	}
#finished img.logo {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 10px 5px 0;
	border: 0;
	}
#finished h1 {
	color: #ff8e29;
	font-size: 18px;
	margin: 4px 0 3px 0;
	font-weight: normal;
	}
#finished p {
	color: #fff;
	}
	
#yob {
	position: absolute;
	bottom: 0;
	left: 20px;
	background: url(/.stuff/black20.png) top left repeat-y;
	width: 310px;
	height: 30px;
	margin: 0 0 0 200px; 
	padding: 0;
	z-index: 20;
	}
#yob p {
	font: 10px/11px "trebuchet ms", trebuchet, sans-serif;
	color: #aaa;
	margin: 0;
	padding: 9px 8px 0 8px;
	text-align: center;
	text-transform: uppercase;
	}
	
#mum {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 15px;
	z-index: 20;
	}
#mum a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 8px 0 0 0;
	padding: 0;
	text-decoration: none;
	border: 1px solid #333;
	}
#mum a.red {
	background: #920d06;
	}
#mum a.blue {
	background: #255dad;
	}
#mum a.green {
	background: #4f6513;
	}
#mum a.sepia {
	background: #2f2212;
	}
	
#river {
	padding: 15px 0 0 0;
	}
#river p {
	padding: 0 15px 8px 15px;
	font: 12px/17px "trebuchet ms", trebuchet, sans-serif;
	color: #fff;
	}
#river img.initialcap {
	float: left;
	margin: 0 0 0 -32px;
	}
#river h2 {
	background: url(/.stuff/black20.png) top left repeat-y;
	padding: 4px 15px 5px 15px;
	margin: 8px 0;
	font: 14px/14px "trebuchet ms", trebuchet, sans-serif;
	font-style: italic;
	}
#river p em {
	color: #bbb;
	}
#river p a {
	font-weight: bold;
	text-decoration: none;
	color: #ff8e29;
	font-size: 14px;
	}
	
#old {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	margin: 10px 15px 0 0;
	padding: 0;
	width: 130px;
	height: 30px;
	}
#old a {
	display: block;
	margin: 8px 0 0 0;
	padding: 3px 8px;
	text-decoration: none;
	border: 1px solid #ccc;
	font: 10px/10px "trebuchet ms", trebuchet, sans-serif;
	background: url(/.stuff/black20.png) top left repeat;
	color: #ccc;
	text-transform: uppercase;
	text-align: center;
	}
.bye {
	display: none;
	}