@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container p {
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 6px;
}
.font {
	color: #FFF;
	font-size: medium;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	word-spacing: 5px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	line-height: normal;
}
.fontxlarge {
	font-size: x-large;
	letter-spacing: 5px;
	word-spacing: 5px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.fontcopyright {
	color: #FFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	word-spacing: 2px;
}
.fontallrightsrese {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
}
.oneColElsCtr table tr td table tr td {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.fontxsmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-small;
}
.aboutfont {
	font-family: Arial, Helvetica, sans-serif;
}
.aboutfont {
	color: #FFF;
}
.oneColElsCtr table tr td .aboutfont {
	font-size: medium;
}
.oneColElsCtr table tr td .aboutfont {
	font-size: large;
}
.eventpics {
	text-align: center;
	vertical-align: middle;
	position: absolute;
}

