@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	display: inline;
	clear: left;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font: 12px Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer a {
	color: #FF0000;
	text-decoration: none;
}
.oneColFixCtrHdr #flasharea {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000 url(../../images/flash_EvolutionEntertainment.jpg) left top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 500px;
}
.oneColFixCtrHdr #nav {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: right;
	display: block;
}
.oneColFixCtrHdr #contactform {
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
    padding-top: 86px;
    padding-right: 20px;
    padding-left: 300px;
    display: block;
}
.oneColFixCtrHdr  #mainContent  p {
    /* remember that padding is the space inside the div box and margin is the space outside the div box */background-position: #000000;
    margin: 0px;
    padding: 0 20px;
    background: #000000;
    color: #FFFFFF;
    font: normal 12pt/1.4em Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    word-spacing: normal;
}
.oneColFixCtrHdr #textarea {
    padding: 0 10px;
/* this padding matches the left alignment of the elements in the divs that appear above it. */    background: #000000;
    border-bottom: 1px solid #333333;
    text-align: justify;
    line-height: normal;
    white-space: normal;
}
a:hover {
	color: #FF0000;
}

.oneColFixCtrHdr #container #mainContent #textarea table {
	text-align: center;
	border: 1px solid #333333;
	margin: 25px auto;
	font: normal 1.3em/1.5em Arial, Helvetica, sans-serif;
	width: 80%;
	color: #CCCCCC;
}
h1   {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #FFFFFF;
	font: normal 1.4em/1.4em Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	word-spacing: normal;
}
.oneColFixCtrHdr #contactformthanks {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	padding-top: 200px;
	padding-right: 20px;
	padding-left: 300px;
	display: block;
}
.oneColFixCtrHdr #servicestext {
	font-weight: normal;
	vertical-align: top;
	padding-top: 110px;
	padding-right: 80px;
	padding-left: 290px;
	display: block;
}
.oneColFixCtrHdr #footerad {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	float: left;
}
.oneColFixCtrHdr #footercopyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	float: right;
}
.oneColFixCtrHdr #textarearegistration
{
    /* this padding matches the left alignment of the elements in the divs that appear above it. */margin: 50px 0px 0px 0px;
    padding: 0 10px;
    border-bottom: 1px solid #333333;
    text-align: left;
    font-size: 12px;
    background-color: #000000;
}
.promocode
{
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
}
#speeddateregister
{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}
.oneColFixCtrHdr #contactformspeeddate
{
    padding: 86px 20px 0px 300px;
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
    display: block;
}
.oneColFixCtrHdr #textarearegistrationspeeddate
{
    /* this padding matches the left alignment of the elements in the divs that appear above it. */margin: 120px 0px 0px 0px;
    padding: 0 10px;
    border-bottom: 1px solid #333333;
    text-align: left;
    font-size: 12px;
    background-color: #000000;
}
