@charset "UTF-8";
body.oneColLiqCtr {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/bulliten.gif);
	background-repeat: repeat;
	background-position: left top;
}
body.iframe {
	margin:0px;
	padding:0px;
	background-image:url(images/iframeBG.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
body.splash {
	background-image: url(images/bulliten.gif);
	background-repeat: repeat;
	background-position: left top;
}
#contactform {
	background-image: url(images/contactnote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 310px;
	width: 340px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	float: right;
}
#contactform input {
	padding: 0px;
	margin-bottom: 12px;
	background-color: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contactform textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contactme {
	background-image: url(images/contactme.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 331px;
	width: 182px;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtr #container {
	width: 990px;  /* this will create a container 80% of the browser width */
	background: transparent;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#submit {
	height: 34px;
	width: 47px;
	padding: 0px;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
	background-color: #FFFFFF;
	background-image: url(images/send.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	cursor: pointer;
}
#submit:hover {
	background-color: #FFFFFF;
	background-image: url(images/send_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	cursor: pointer;
}
.oneColLiqCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.iframediv {
	width: 616px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#content {
	background-image: url(images/iframeBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#player {
	margin-left:40px;
}

img#thechallengecontent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
