
body {
	margin: 0px;
	background-color: #C9C9C9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#Content #Navigation {
	padding: 10px;
}
#Content {
	background-image: url(imgs/bg.png);
	background-repeat: repeat-y;
	margin-left: 347px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 500px;
	padding-bottom: 10px;
}
#Footer {
	background-image: url(imgs/foot.png);
	background-repeat: no-repeat;
	margin-left: 350px;
	height: 150px;
	padding-top: 10px;
	padding-right: 500px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#Content #Stats {
	padding: 10px;
}
a {
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

