html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	max-height:100%
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 50em;
	height: 8.4em;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 50;
}
#footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50em;
	height: 2.2em;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 50;
}
#IPinfo, #IPReq, #IPTheWests
{
	display: none;
}
#logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 6.5em;
	height: 8.4em;
	text-align: center;
	z-index: 100;
}
#liveclock
{
	margin: 0.25em;
	position: absolute;
	top: 6.25em;
	left: 0;
	height: 1em;
	width: 6em;
	z-index: 100;
}
.tribar
{
	margin: 0.25em;
	width: 6em;
}
.stripeline
{
	position: absolute;
	left: 6.5em;
	top: 6.375em;
	height: 0.125em;
	width: 43.5em;
}
#nav
{
	position: absolute;
	top: 6.5em;
	left: 6.5em;
	width: 43em;
	height: 1.4em;
	margin: 0.25em;
	text-align: center;
	z-index: 100;
}
#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li
{
	display: inline;
}
#footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50em;
	height: 2.2em;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 50;
}
a:link, a:visited
{
	color: #0000C0;
	background-color: #FFFFFF;
	text-decoration: none;
}
#nav a:link, #nav a:visited
{
	padding: 0.1em 0.75em 0.1em 0.75em; 
	font-size: 0.7em;
	font-weight: bold;
}
a:hover
{
	background-color: #C0C0C0;
}
#content-wrap
{
	position: relative;
	width: 51.25em;
	z-index: 0;
}
#content
{
	position: absolute;
	top: 8.7em;
	left: 1em;
	padding-bottom: 3em;
	width: 48em;
}
html > body #content-wrap
{
	height: 100%;
}
html > body #header
{
	position: fixed;
}
html > body #nav
{
	position: fixed;
}
html > body #footer
{
	position: fixed;
}
.spacer
{
	margin: 0.25em;
}
.thumbright
{
	float: right;
	margin: 0.75em;
}
.stripefoot
{
	position: absolute;
	left: 0;
	bottom: 1.7em;
	height: 0.125em;
	width: 50em;
}
.footleft, .footright
{
	position: absolute;
	bottom: 0.6em;
	height: 1em;
	font-size: 0.7em
}
.footleft
{
	left: 1em;
	text-align:left;
}
.footright
{
	right: 1em;
	text-align: right;
}
#gototop
{
	float: right;
	margin: 0;
	border: 0;
}
.linktop
{
	float: right;
	font-size: 0.7em;
	font-weight: bold;
}
