@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#CCC;
	background-image: url(tile2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 853px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding-top: 0px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 0px;
	top: -55px;
	position: relative;
}
body,td,th {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #3D2969;
}
#links {
	width: 853px;
	height: 29px;
	top: 462px;
	position: absolute;
	border-width: 0px;
	border-style: hidden;
	text-align: center;
	font-size:18px;
	color: #BAB6B5;
}
#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(bar.png);
	width: 658px;
	height: 41px;
	text-align: center;
	font-size: 16px;
	color: #B8B4B3;
	padding-top: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#stats {
	width: 441px;
	height: 143px;
	top: 210px;
	position: absolute;
	left: 206px;
	color: #B8B4B3;
}
a {
	font-weight: bold;
}
a:link {
	color: #92B099;
	text-decoration: none;
	background-color: #2B223E;
	border-left: 4px;
	border-right: 4px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #2B223E;
}
a:visited {
	color: #92B099;
	text-decoration: none;
	background-color: #2B223E;
}
a:hover {
	background-color: #2B223E;
	color: #C4FBD5;
	text-decoration: none;
}
a:active {
	color: #C4FBD5;
	background-color: #2B223E;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: 20px;
	border-color: #2B223E;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #92B099;
	letter-spacing: 10px;
	border-color: #2B223E;
	font-style: italic;
	filter: Glow(Color=#000000, Strength=500);
}
.pm {
	background-color: #92B099;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3D2969;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}
a img{
	border: 1px solid #2B223E;
	background-color: #92B099;
	padding: 4px
}
a img:hover{
	border: 1px solid #2B223E;
	background-color: #C4FBD5;
	padding: 4px;
}
img {
	border-color: #2E2440
}
