body, html	{ margin: 0; background-color:#f5f7f8; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px }

.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


#container	{ width: 980px; margin: 0 auto; }

.header		{ background: url(../images/background-top.gif) no-repeat top; text-align: center; padding: 4px 0 12px; }
.footer		{ background: url(../images/background-footer.gif) no-repeat bottom; text-align: center; padding: 12px 0 4px; }
#flash		{ padding: 0 5px; background: url(../images/background-middle.gif) repeat-y; }

#content	{ margin: 10px; }

#top ul		{ margin: 5px; padding: 0; list-style: none; float: right; }
#top ul li	{ float: left; margin: 0 0 0 20px; }
#top ul li a	{ font-size: 10px; color: #707070; }
#top ul li a:hover	{ color: #000; }

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }