/* CSS Document */

#wrapper {
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	}
#container_head {
	width: 800px;
	background: none;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#container_main {
	margin-top: 5px;
	width: 580px;
	background: none;
	float: left;
}
#container_nav {
	width: 200px;
	background: none;
	float: right;
}
#container_foot {
	width: 580px;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
acronym {
	text-decoration: none;
	text-transform: none;
}
