body {
	background-color: #CCCCCC;
	margin: 0px;
}
#container {
	position: absolute;
	width: 768px;
	left: 50%;
	top: 50%;
	margin-top: -175px;
	margin-left: -384px;
	text-align: left;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 310px;
	overflow: hidden;
}
#spacer_256x20 {
	height: 20px;
	width: 256px;
	background-color: #FFFFFF;
	text-align: right;
	line-height: 19px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}
.obj_float_left {
	float: left;
}
#navigation {
	background-color: #666666;
	text-align: center;
	height: 30px;
	width: 768px;
	background-image: url(img/3geiger_r3_nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 10px;
	float: left;
	line-height: 20px;
}
.navigation:link {
	color: #ffffff;
	text-decoration: none;
}
.navigation:visited {
	color: #ffffff;
	text-decoration: none;
}
.navigation:hover {
	color: #333333;
	text-decoration: none;
}
.navigation:active {
	color: #ffffff;
	text-decoration: none;
}

