#cell {
	margin: 0 auto;
	width: 900px;
	border: 1px solid #000000;
	min-height: 100%;
	background: url(../img/bjrback.gif);
	background-repeat:no-repeat;
}
#topnav {
	width: 900px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}
#leftnav {
	text-align: left;
	width: 240px;
	padding: 8px;
	margin: 28px 8px 8px 8px;
	float: left;
	border: 1px solid #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#content {
	margin-left: 264px;
	padding: 16px;
}
html, body {
	height: 100%; 
}
body {
	text-align: center;
}
li {
	margin-bottom: 6px;
}
h2 {
	margin-top: 8px;
}
a:link,a:visited,a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.prinname {
	font-weight: bold;
	font-size: 24px;
}
