body {
        position: absolute; width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	background-color: navy;
	color: yellow;
	overflow: hidden; }

a:link {
	background-color: transparent;
	color: yellow; }
a:visited {
	background-color: transparent;
	color: silver; }
a:hover {
	background-color: transparent;
	color: red; }

div.header {
	position: absolute; width: auto; height: 70px;
	top: 0px; left: 0px; right: 0px; bottom: auto;
	border: 1px solid olive;
	margin: 1px;	padding: 0px;
	color: yellow;
	background-color: navy;
	text-align: center; }

div.logo {
	position: relative; width: 66px; height: 66px;
	left: auto; top: 0px; right: 0px; bottom: auto;
	margin: 1px; padding: 0px;
	border: 1px solid olive;
	background-color: navy;
	overflow: hidden;
	float: left; }

img.logo {
	position: absolute; top: 50%; left: 50%;
	margin-top: -30px; padding: 0px;
	margin-left: -30px;
	z-index: 20;
	float: right; }

div.hc {
	position: absolute; width: auto; height: 66px;
	left: 70px; top: 0px; right: 103px; bottom: auto;
	margin: 1px;
	border: 1px solid olive;
	background-color: navy;
	overflow: hidden;
	float: left;
	text-align: center; }

div.clock {
	position: absolute; width: 99px; height: 66px;
	left: auto; top: 0px; right: 0px; bottom: auto;
	border: 1px solid olive;
	margin: 1px;
	padding: 0px;
	float: right;
	background-color: black; color: yellow; }

div.lshelf {
	position: absolute;
	top: 73px; bottom: 0px; left: 0px; right: auto;
	height: auto; width: 66px;
	border: 1px solid olive;
	margin: 1px;
	padding: 1px;
	float: left;
	overflow: hidden;
	font: 10px Verdana, sans-serif; }

ul.links {
	width: 100%;
	border-top: 0px solid silver;
	border-bottom: 0px solid silver;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none; }

.links li {
	border-bottom: 0px solid silver; 
	margin: 3px; }

.links li:hover {
	color: silver;
	background-color: blue;
	margin: 3px; }

ul.links2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none; }

.links2 li {
	border-bottom: 0px solid silver;
	margin: 0px;
	text-align: right; }

.links2 li:hover {
	color: silver;
	background-color: purple;
	margin: 0px; }

.links a:link { 
	background-color: transparent;
	color: yellow; }
.links a:visited {
	background-color: transparent;
	color: yellow; }
.links a:hover {
	background-color: transparent;
	color: yellow; }

div.feature {
	position: absolute;
	top: 73px; left: 72px; width: auto; height: auto;
	background-color: navy;
	color: yellow;
	border: 1px solid olive;
	margin: 1px;
	padding: 1px;
	overflow: visible;
	font: 10px Verdana, sans-serif; }

div.rshelf {
	position: absolute;
	top: 73px; right: 0px; height: auto; width: 180px;
	border: 1px solid olive;
	margin: 1px;
	padding: 0px;
	float: right;
	overflow: hidden;
	font: 10px Verdana, sans-serif; }

div.adhc {
	background-color: black;
	color: yellow;
	border: 1px solid silver;
	padding: 1px;
	margin: 1px;
	text-align: center; }

div.ad {
	background-color: black;
	color: black;
	border: 1px solid silver;
	padding: 1px;
	margin: 1px;
	clear: left;
	text-align: center; }

div.irwsatc {
	background-color: black;
	color: yellow;
	border: 1px solid silver;
	padding: 0px;
	margin: 1px;
	text-align: center; }

.frame {
	border: 1px solid silver;
	margin: 1px; padding: 1px;
	float: left;
}
