body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 900px;
	/* overflow: auto; */
}
#container {
	position: relative;
	margin:0px auto 0px auto;
	width: 900px;
	background-color: #000000;
}
#top {
	width: 900px;
}
#content {
	/* width: 854px; */
	/* overflow: auto; */
	background: #2e091b;
	background-image: url(/images/center_background.jpg);
  	background-repeat: no-repeat;
}
/* #content {
	width: 854px;
	height: 444px;
	overflow: auto;
	background: #2E091B;
	background-image: url(/images/center_background.jpg);
  	background-repeat: no-repeat;
	float: left;
} */
#left {
	width: 24px;
	background: #e62c8d;
	background-image: url(/images/left_background.jpg);
  	background-repeat: no-repeat;
	float: left;
}
/* #left {
	width: 24px;
	height: 444px;
	background: #e62c8d;
	float: left;
} */
#right {
	width: 22px;
	background: #ec3295;
	background-image: url(/images/right_background.jpg);
  	background-repeat: no-repeat;
}
/* #right {
	width: 22px;
	height: 444px;
	background: #ec3295;
	float: left;
} */
#bottom {
	width:900px;
	background: #FF0099;
	background-image: url(/images/bottom_background.jpg);
	float: bottom;
}

p {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 10px 5px 10px;
	font-weight: lighter;
	text-indent: 10px;
}
h1 {
	color: #FF0099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:10px 10px;
	font-weight: lighter;
	text-align: right;
}
h2 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:5px 10px 5px 10px;
	font-weight: lighter;
}
h3 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:5px 10px 5px 10px;
	font-weight: lighter;
}
h4 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:5px 10px 5px 10px;
	font-weight: lighter;
}
h5 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:5px 10px 5px 10px;
	font-weight: lighter;
}
h6 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 5px;
	font-weight: lighter;
}

.quotes {
	color: #CCCCCC;
	text-align: center;
}
.upcoming-events {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-weight: lighter;
	text-align: left;
	text-indent: 0px;
}
.upcoming-events2 {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	font-weight: lighter;
	text-align: left;
	text-indent: 0px;
}
.smaller {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: lighter;
}
.pink {
	color: #FF0099;
	margin:0px 0px 0px 0px;
	text-indent: 0px;
}
.pink-header {
	color: #FF0099;
	text-align: center;
	text-indent: 0px;
}
.white {
	margin:0px 0px 0px 0px;
	text-indent: 0px;
}
.left {
	text-align: left;
	text-indent: 10px;
}
.white_center {
	margin:0px 0px 0px 0px;
	text-align: center;
	text-indent: 0px;
}
.border {
	border-style: solid;
	border-width: 1px;
	border-color: #FF0099;
	margin:0px 10px 0px 10px;
}
.required {
	color: #FF0099;
}
.noindent {
	text-indent: 0px;
}
.contact {
	text-indent: 0px;
	margin: 2px 1px 2px 1px;
}
.contact_required {
	text-indent: 0px;
	margin: 2px 1px 2px 1px;
	color: #FF0099;
}
.flash {
	text-indent: 0px;
	margin: 20px 0px 0px 0px;
}

input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0099;
}

a:link { color: #FF0099; text-decoration: underline; }
a:visited { color: #FF0099; text-decoration: underline; }
a:hover { color: #CCCCCC; text-decoration: underline; }
a:active { color: #CCCCCC; text-decoration: underline; }

a.nav:link { color: #CCCCCC; text-decoration: none; }
a.nav:visited { color: #CCCCCC; text-decoration: none; }
a.nav:hover { color: #FFFFFF; text-decoration: none; }
a.nav:active { color: #FFFFFF; text-decoration: none; }
.right {
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.center {
	text-align: center;
}