body {
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	background: url('/images/background.png') top left repeat-x;
}

#tread {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -105px;
}

#logo {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -252px;
}

#logo img {
	border-width: 0px;
}

#content-panel {
	position: relative;
	top: 105px;
	margin: 0 auto;
	background: white;
	width: 793px;
	padding: 5px;
}

#navigation {
	float: left;
	width: 173px;
	height: 285px;
	background: url('/images/digger-bg.png') center center no-repeat;
	border: 1px solid black;
	z-index: 100;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.5em;
	color: black;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	margin: 0;
}

#navigation li a {
	display: block;
	text-align: right;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	background: url('/images/nav-div0-trans.png') bottom right no-repeat;
	color: black;
	}

html>body #navigation li a {
	width: auto;
	}

#navigation li a:hover {
	background: url('/images/nav-div1-trans.png') bottom right no-repeat;
	}

#rotator {
	float: right;
	border: 1px solid black;
	border-left-width: 0px;
}

#pagetitle {
	clear: both;
	position: relative;
	left: 10px;
	top: 18px;
}

#content {
	clear: both;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 20px;
}

#copyright {
	clear: both;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	width: 100%;
	text-align: center;
}

.rightImg {
	float: right;
	border: 1px solid black;
	margin-left: 5px;
}

.form-field * {
	width: 200px;		
}

#footer-tag {
	font-size: 1.4em
}
