html, body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 90% verdana, arial, helvetica, sans-serif;
	min-height: 100%;
}
* html html, body {
	height: 100%
}
body {
	min-height: 100%;
}
* html body {
	height: 100%
}
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 180%;
	font-weight: 900;
	text-transform: uppercase;
}
h2 {
	font-size 90%;
	font: verdana, arial, helvetica, sans-serif;
	font-weight: 900;
	margin:0px 0px 5px 0px;
	padding:0px;
}
p {
	margin:0px 0px 16px 0px;
	padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
a {
	color:#000;
	font-weight:600;
}
a:link {color:#09c;}
a:visited {color:#07a;}
#all {
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 4;
	left: 0px;
	top: 100%
}
#content {
	position: absolute;
	z-index: 5;
	left: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	min-height: 100%;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#foot {
	position: relative;
	text-align: center;
	font: 80%
	width: auto;
	height: auto;
	z-index: 1;
}
#banner {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 0px;
}
#left {
	position: absolute;
	display: none;
}