@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#events-page { margin: 0px 0; }

#video { text-align: center; margin: 10px 0; }

#formHeading { float: right; margin-top: 10px; }

#contactDetails { float: right; margin-top: 5px; }

#tagline { float: left; margin-top: 23px; }

#signup-image { float: left; margin-top: 3px; }

#about-image { float: left; margin-top: 3px; }

#about-text { float: right; margin-top: 3px; }

#events-container { background: url(../_images/girl_for_events_page.jpg) no-repeat 0 -77px; }

.oneColFixCtr #mainContent #events-container #events-page { float: right; margin-bottom: 3px; }

#signup-form { margin-top: 20px; }

.phpForms_pgtitle { font-family: Arial; font-size: 18px; color: #fff; font-weight: bold; }

.phpForms_btn { border-top-width: 1px; border-left-width: 1px; border-bottom-width: 1px; border-right-width: 1px; border-top-color: #e4e4e4; border-left-color: #e4e4e4; border-right-color: #c1c1c1; border-bottom-color: #c1c1c1; font: Verdana, Arial, Helvetica, sans-serif; color: #000000; margin-right: 90px; }

.style1 { color: #FFFFFF; }
.style2 { background-color: #000000; }

.oneColFixCtr #mainContent #pg_eb4256543a { float: right; margin-top: 5px; padding: 5px 0; align: right; background-color: black; font-size: 14px; font-weight: normal; font-style: normal; }


 

