body {
	width: 810px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: #000 url("bg.jpg") no-repeat;
	font: 16px/22px Arial, Helvetica, sans-serif;
}

a {
	color: #DB501B;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1, h2, h3, p {
	margin: 0 0 1.2em;
	padding: 0;
}

h1, h2, h3, h4 {
	margin-bottom: .4em;
	color: #DB501B;
}

#header {
	height: 341px;
	background-image: url("header.jpg");
}

#header h1, #header h2 { text-indent: -9999px; }

#content div.pad { padding: 27px 24px; }

#content h3 {
	width: 764px;
	height: 44px;
	margin-bottom: 24px;
	text-indent: -9999px;
}

#content h3.how_to_enter { background-image: url("how_to_enter.jpg"); }
#content h3.entry_form { background-image: url("entry_form.jpg"); }

#content div.copy {
	float: left;
	width: 372px;
	overflow: hidden;
	/*font-size: 16px;
	line-height: 22px;*/
}
#content p.question strong { color: #DB501B; }
#content ol { margin-bottom: 28px; }
#content ol li { padding-top: .5em; }
#content iframe { margin-bottom: 24px; }
#content table { margin: 24px 48px; }
#content td { padding: 6px; }
#content td p { margin-bottom: 0; }
#content td span { font-size: 15px; font-style: italic; }
#content input { font: 16px/22px Arial, Helvetica, sans-serif; }
#content p.tight { margin-bottom: .3em; }
#content p.submit { text-align: center; }
#content h4 { font-size: 20px; }

#content p.error {
	margin-bottom: .6em;
	padding: 16px 16px 16px 56px;
	color: #CCC;
	font-size: 14px;
	line-height: normal;
	border: #ED1D24 1px solid;
	background: #222 url("warning.gif") no-repeat 8px 8px;
}

#footer {
	padding-top: 20px;
	color: #666;
	font-size: 13px;
	text-align: center;
}
