body {
	width: 800px;
	margin: 0 auto 20px;
	color: #404040;
	font: 13px/17px "Trebuchet MS", Tahoma, "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #FEFDFD url("bg_tile.jpg") repeat-x;
}

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

a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, p {
	margin: 0 0 1em;
	padding: 0;
}

img { border: none; }

#header {
	position: relative;
	height: 680px;
	background: url("lswc3_logo.jpg");
}

#header a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#header h1 {
	position: absolute;
	top: 20px;
	width: 118px;
	height: 220px;
	margin-bottom: 0;
}

#header h1 a {
	width: 118px;
	height: 220px;
}

#header h2, #header h3 { display: none; }

#header p {
	position: absolute;
	bottom: 8px;
	right: 52px;
	width: 534px;
	height: 132px;
	margin-bottom: 0;
}

#header p a {
	width: 534px;
	height: 132px;
}

p#twitter { margin-bottom: 20px; }

#how_to_enter {
	float: left;
	width: 280px;
}

#entry_form {
	float: right;
	width: 500px;
}

#how_to_enter h3, #entry_form h3, #thank_you h3, #video h3, #photos h3, #finals h3 {
	height: 32px;
	text-indent: -9999px;
	border-bottom: 1px solid #CCC;
}

#how_to_enter h3 { background: url("title_how_to_enter.png") no-repeat; }
#entry_form h3 { background: url("title_entry_form.png") no-repeat; }
#video h3 { background: url("title_video.png") no-repeat; }
#thank_you h3 { background: url("title_thank_you.png") no-repeat; }
#finals h3 { background: url("title_finals.png") no-repeat; }
#photos h3 { background: url("title_photos.png") no-repeat; }

#how_to_enter h4, #thank_you h4, #finals h4 {
	font-size: 14px;
	color: #BF311A;
}

#how_to_enter ul {
	margin: 0 0 1.2em;
	padding: 0;
	list-style: none;
}

#how_to_enter ul li {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	background: url("bullet.png") no-repeat 0 6px;
}

#how_to_enter ol li { padding-bottom: 1em; }

#entry_form p.error {
	padding: 8px 8px 8px 56px;
	color: #CCC;
	font-size: 14px;
	background: #333 url("warning.gif") no-repeat 8px 8px;
}

#entry_form fieldset {
	margin-bottom: .8em;
	padding: 4px 8px 8px 8px;
	border: #CCC 1px solid;
}

#entry_form legend {
	color: #BF311A;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#entry_form div.div_hr {
	margin: 1em;
	border-bottom: #D5D5D5 1px solid;
}

#entry_form table.age_group td { padding-right: 8px; }

#entry_form table.text_input input {
	border: #CCC 1px solid;
	margin-bottom: 4px;
}

#entry_form td.pad_left { padding-left: 8px; }

#entry_form td.light {
	padding-left: 4px;
	color: #777;
	font-size: 12px;
}

#entry_form p.submit {
	margin-bottom: 0;
	text-align: center;
}

#finals, #photos { padding-top: 32px; }

#video {
	clear: both;
	padding-top: 16px;
}

#footer {
	clear: both;
	padding: 20px 0 0;
	color: #777;
	text-align: center;
}