@charset "utf-8";
img {border: 0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #EAE3AE;
	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 */
	background-image: url(images/klll.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
}
.oneColFixCtrHdr #warning {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* 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 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0;

}
#warningmainContent textarea {
	background-color: #000000;
	margin: 0;
	width: 380px;
	color: #FFFFFF;
	text-align: center;
	height: 130px;
}
.enter {
	display: block;
	float: left;
	width: 490px;
	padding-top: 30px;
	text-align: right;
	margin-right: 10px;
}


.oneColFixCtrHdr #footer {
	padding: 0;
}
.headercurtainsback {
	background-image: url(images/maintop_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bigheadertext    {
	color: #CC0000;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	font-size: 0.8em;
}
.smallheadercurtainsback {
	background-image: url(images/smallerhead_07.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
}
.smallheadertext {
	color: #EAE3AE;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	font-size: 0.8em;
}
.warningtext {
	width: 550px;
	font-size: 11px;
	margin: 0;
	padding: 300px 0 0 85px;
}
.warningfootertext {
	font-size: 11px;
	text-align: center;
	width: 900px;
	margin: 0 auto;
}

a:link {color: #CC0000;}
a:visited {color: #CC0000;}
a:hover {color: #CC0000;}
a:active {color: #CC0000;}


.oneColFixCtrHdr #mainContent2 {
	margin: 0;
}
.oneColFixCtrHdr #warningmainContent {
	display: block;
	float: left;
	width: 490px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 27px;
	margin-left: 10px;
	text-align: left;
}
.oneColFixCtrHdr #wcontainer #center {
	width: 1000px;
}

.oneColFixCtrHdr #wcontainer {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	background-image: url(images/warning.jpg);
	padding: 0;
}
.oneColFixCtrHdr #joinmainContent {
	margin: 0;
	background-image: url(images/joinpage_05.jpg);
	background-position: center top;
	height: 632px;
}
#joinmainContent ul {
	display: block;
	float: left;
	width: 220px;
	list-style-type: none;
}
#joinmainContent li {
	padding-bottom: 5px;
}

#joinmainContent p {
	float: left;
	width: 620px;
}
