@charset "utf-8";
#container {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #FFF;
	background-color: #000;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #202020;
	color: #999;
}
#picbanner {
}
#infobar {
	background-color: #A22;
	padding: 7px;
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
#banner {
}
#maincontent {
	margin: 10px;
}
#maincontent p {
	font-size: 85%;
	color: #999;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	background-color: #A22;
	padding: 7px;
	color: #FFF;
	font-size: 80%;
	text-align: center;
}
#banner {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #999;
}
a:active {
	color: #FFF;
}
.center {
	text-align: center;
}
.cardtext {
	font-size: 70%;
}

