body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#content {
	padding: 10px 20px
}
#header {
	padding: 10px 5px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
#header span {
	font-size: 1.1em;
	font-weight: normal;
	color: #666
}
#banzailogo {
	/*background: #222 url(/images/banzailogo-21.png) 5px 5px no-repeat;*/
	padding: 5px;
	height: 22px;
	display: block;
	overflow: hidden;
}

#footer ul {
	margin-left: 60px;
}
#footer {
	width: 100%;
	height: 65px;
	background-color: #272727;
	background: #222 10px 10px no-repeat;
	display: block;
	clear: both;
	overflow: hidden
}
#footer li {
	color: #888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	float: left;
	padding: 3px 0;
	list-style-type: none;
	margin: 0 0 0 20px
}
#footer li a {
	color: #fff !important;
}
