@charset "UTF-8";
h1, h2, h3, p, form, input, select, ul, li {
	margin:0;
	padding: 0;
}
img {
	display: block;
	border: 0;
}
body {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: url(../images/bg_tile.gif) #000;
	margin: 0;
	padding: 0 20px 20px;
	text-align: center;
	color: #fff;
}
body#rules {
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 20px;
	text-align: left;
	color: #fff;
}
body a {
	color: #000;
}
body#rules a {
	color: #fff;
}
body#rules p {
	margin: 0 0 10px;
}
#container {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 785px;
	background-image: url(../images/star_logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 5px solid #000;
	border-top: none;
	text-align: left;
	color: #000;
}
#content {
	background-image: url(../images/bg_yellow.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#content #leftColumn {
	margin: 0 0 84px;
	width: 311px;
	float: left;
}
#content #rightColumn {
	width: 474px;
	float: right;
}
#content #formBox {
	margin: 0 10px;
	width: 291px;
	background-image: url(../images/form_bg_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#content #formBoxPadding {
	padding: 21px 11px 0px;
}
#content #formBoxPadding #formHeaderThanks {
	padding: 0 0 10px;
}
form#form1 {
	margin: 20px 0 0;
}
form#form1 li, form#form1 label, form#form1 input {
	display: block;
}
form#form1 li {
	margin: 0 0 15px;
	list-style: none;
}
form#form1 li label {
	margin: 3px 0 7px;
	font-size: 10px;
	line-height: 10px;
}
form#form1 li label.labelHeader {
	margin: 0 0 3px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 13px;
}
form#form1 li input, form#form1 li select {
	width: 265px;
	padding: 2px;
	background: #000;
	border: none;
	color: #fff;
	font-size: 11px;
}
form#form1 li select {
	width: 100%;
}
form#form1 li.lastFormLi {
	margin: 0;
}
form#form1 li.rulesLi {
	margin: 0 0 15px;
	font-size: 10px;
}
form#form1 li.lastFormLi input#submitBtn {
	padding: 0;
	background: #fff;
	color: #000;
}
#content #slideshowBg {
	background-image: url(../images/slideshow_mid.gif);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}
#content #slideshowFlash {
	margin: 0 auto;
	width: 312px;
}

