body {
}
#container {
	width: 778px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-bottom: 0;
	background-color: white;
	width: 779px;
}
#main {
	width: 779px;
	margin-bottom: 1em;
	float: left;
	background-color: white;
}
#left {
	width: 175px;
	margin-right: 6px;
	margin-left: 4px;
	float: left;
}
#content {
	width: 563px;
	padding: 15px;
	float: left;
}
#content .print-only {
  display: none;
}


/* @group Footer */
#footer {
	width: 718px;
	font-size: 80%;
	color: #878787;
	background: url(/images/bg_footer.gif) no-repeat left top;
	padding: 20px 10px 32px 50px;
	float: left;
}
#footer a {
	color: #878787;
	text-decoration: none;
}
#copyright {
	font-size: 1em;
	margin: 0;
	padding: 0;
	float: left;
}
#system-nav {
	margin: 0;
	float: right;
}
#system-nav li {
	list-style: none;
	display: inline;
}
#system-nav a {
	font-size: 80%;
	display: block;
	float: left;
}
#system-nav span {
	display: block;
	padding: 3px 1em;
}
/* @end */
