@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(../images/bg_tile.gif);
	background-repeat: repeat-x;
}
#mainContainer {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}#mainContainer a {
	text-decoration: none;
}
#mainContainer #mainContent {
	background-color: #FFFFFF;
}
#mainContainer #credits {
	color: #CC0000;
}
#mainContainer #credits a {
	color: #CC0000;
}

#mainContainer #mainContent #contentList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	background-color: #FFCCFF;
	margin: 8px;
	padding: 3px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: left;
	width: 510px;
}
#mainContainer #mainContent #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
	float: right;
	margin: 8px;
	padding: 3px;
	width: 25%;
	color: #FF66FF;
	border: medium solid #FF66FF;
}
