body	{
	position: relative;
	background: #BBB;
	margin: 0;
	padding: 0;
	}

div#logo {
	position: absolute;
	top: 5px;
	left: 0;
	width: 700px;
	height: 60px;
	background-image: url("/images/biznix-logo.jpeg");
	background-repeat: no-repeat;
	z-index: 100;
	}

div#head {
	position: absolute;
	top: 5px;
	left: 881;
	width: 550px;
	height: 50px;
	font: 18px Verdana, sans-serif;
	font-weight: bold;
	z-index: 100;
	}

div#links {
	position: absolute;
	top: 81px;
	left: 0;
	width: 130px;
	height: 700px;
	font: 13px Verdana, sans-serif;
	z-index: 100;
	}

div#links a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif; 
	padding: 5px 10px;
	margin: 0 0 1px;
	border-width: 0; 
	text-decoration: none;
	color: #CCF;
	background: #333;
	border-right: 5px solid #505050;
	}

div#links a:hover {
	color: #411;
	background: #AAA;
	border-right: 5px double white;
	}

div#links a span {display: none;}

div#links a:hover span {
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	width: 125px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #AAA;
	background: black;
	font: 14px Verdana, sans-serif;
	text-align: center;
	}

div#content {
	position: absolute;
	top: 81px;
	left: 131px;
	right: 25px;
	color: #555;
	background: #CCF;
	font: 13px Verdana, sans-serif;
	padding: 10px; 
	border: solid 2px #444;
	}

div#content p {margin: 0 1em 1em;}

div#content h3 {margin-bottom: 0.25em;}

div#content a:link {color: #444;}
div#content a:visited {color: #999;}
div#content a:link:hover {color: #777;}
div#content a:visited:hover {color: #777;}

h1	{
	margin: -9px -9px 0.5em;
	padding: 0px 0 5px;
	text-align: right;
	background: #333;
	color: #CCF;
	letter-spacing:0.1em;
	font: bold 25px sans-serif;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
	}

h2	{
	font: bold 15px sans-serif;
	margin-bottom:-4px;
	}

h3	{
	margin-left: 1em;
	}

td	{
	align: center;
	font-weight: normal;
	font: 11 px, sans-serif;
	text-align: center;
	}

th	{
	font-weight: bold;
	font: 12 px, sans-serif;
	}

dh {font-weight: bold;}
dd {margin-bottom: 0.66em;}

code, pre {color: #555; font: 80% monospace;}

a1 {font: 9px,  sans-serif; color: #555;}
a2 {font: 10px, sans-serif; color: #555;}
a3 {font: 11px, sans-serif; color: #555;}
a4 {font: 12px, sans-serif; color: #555;}
a5 {font: 13px, sans-serif; color: #555;}
a6 {font: 14px, sans-serif; color: #555;}
a7 {font: 15px, sans-serif; color: #555;}
a8 {font: 16px, sans-serif; color: #555;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

