/* CSS Document */

body {
	background-image: url(images/nav-back.jpg);
	background-position: top left;
	background-repeat: repeat-y;
/*	overflow: -moz-scrollbars-vertical; */
}

div#page {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

div#header {
	background-image: url(images/header-back.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
	height: 100px;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}

div#navigation {
	width: 205px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

div#content {
	clear: none;
	padding: 28px 5px 28px 12px;
	float: left;
	clear: right;
	position: absolute;
	right: 0;
	top: 96px;
	left: 205px;
	height: 400px;
}


div#utility {
	background-image: url(images/utility.gif);
	height: 24px;
	width: 132px;
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 1px;
	z-index: 10;
}

div#utility img {
	border-width: 0;
}

div#date {
	position: absolute;
	top: 100px;
	left: 207px;
	color: #999;
	font-size: 60%;
	z-index: 10;
}

div#footer {
	clear: left;
	font-size: 80%;
	color: #999;
	text-align: center;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-top: 0.75em;
}

div#footer a {
	color: #999;
}