html, body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background: #9966CC url('../images/bg.jpg') repeat-y center;
}
table, tr, td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #003366;
}
table.custom tr td {
	margin: 0px;
	padding: 3px;
	border-bottom: 1px solid white;
	border-: 1px solid white;
}
a {
	color: #9966CC;
	text-decoration:none;
}
a:hover {
	color: #9966CC;
	text-decoration:underline;
}
div.background {
	margin-left: auto;
	margin-right: auto;
	width:785px;
	text-align: left;
}
div.container {
	margin-left: 17px;
	margin-right: auto;
	width:749px;
	text-align: left;
}
div.container div.header {
	width:749px;
	height:149px;
	text-align:left;
	background-image: url('../images/banner.jpg');
}
div.container div.menu {
	height:45px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size:17px;
}
div.container div.main {
	width:749px;
	text-align:left;
}

div.stats {
	float:left;
	margin-left:10px;
}

