body, p, h1, h2, h3,h4, h5, h6, form, fieldset, label, input {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font: 14px/130% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
}

p {
	padding-bottom: 20px;
}

.heading {
	color: #1faa00;
	padding-top: 110px;
	line-height: 120%;
}

h2 {
	color: #1faa00;
	padding: 10px 0 20px 0;
}

a {
	color: #1faa00;
}

a:hover {
	color: #0d0;
}

a img {
	border: 0;
}

#header {
	left: 15%;
	position: relative;
	width: 70%;
}

	#crankedlogo {
		background: url(img/crankedlogo.png) no-repeat;
		display: block;
		float: left;
		height: 215px;
		text-indent: -999em;
		overflow: hidden;
		width: 300px;
	}

#content {
	left: 15%;
	position: absolute;
	top: 230px;
	width: 70%;
}

	#about {
		background: rgba(0,0,0,.06);
		float: right;
		font-size: 11px;
		line-height: 12px;
		padding: 1%;
		width: 45%;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}
		
			#ltblogo {
				background: url(img/ltblogo.png) no-repeat top center;
				display: inline-block;
				padding-top: 57px;
			}
	
	#sponsors {
		clear: both;
		padding: 20px 0;
	}

#message {
	left: 25%;
	padding: 1%;
	position: absolute;
	top: 260px;
	width: 50%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

	#about h2, #message h2 {
		color: #1faa00;
	}


/* FORM 
form {
	background: rgba(0,0,0,.2);
	float: left;
	padding: 1%;
	width: 45%;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

	fieldset {
		border: 0;
	}
	
	label, #name, #url, #email {
		clear: left;
		float: left;
	}

	form p {
		clear: both;
		padding: 0;
	}

	.group {
		background: #fff;
		border: 1px solid #000;
		float: left;
		margin-bottom: 20px;
		padding: 3% 3% 0 3%;
		width: 93.5%;
		-moz-box-shadow: #999 2px 2px 2px;
		-webkit-box-shadow: #999 2px 2px 2px;
	}
	
		.pair {
			float: left;
			padding-bottom: 3%;
			width: 50%;
		}
		
			.pair input, .pair label {
				clear: none;
				float: left;
			}
		
			.pair label {
				padding-left: 3%;
			}
	
	#name, #url, #email {
		border: 1px solid #000;
		font: bold 14px/130% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
		margin-bottom: 20px;
		padding: 1%;
		text-indent: 6px;
		width: 97.5%;
		-moz-box-shadow: #999 2px 2px 2px;
		-webkit-box-shadow: #999 2px 2px 2px;
	}
	
	#submit {
		background: #1faa00;
		border: 1px solid #000;
		font: bold 14px/130% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
		padding: 5px;
		-moz-box-shadow: #999 2px 2px 2px;
		-webkit-box-shadow: #999 2px 2px 2px;
	}
	
	#submit:active, #submit:focus {
		position: relative;
		top: 1px;
	}
	
	#submit:hover {
		color: #fff;
	}
	
	input:focus, #name:focus, #url:focus, #email:focus {
		border-color: #1faa00;
		color: blue;
	}
	
	#formspecial {
		height: 0px;
		overflow: hidden;
	} */
	
#content.voting, #header.voting {
	width: 940px;
	left: 0;
	margin: 0 auto;
}

#content.voting {
	position: relative;
	top: 0px;
	padding-top: 20px;
}

#header.voting {
	height: 216px;
}

h1 {
	font-size: 24px;
}

.voting #sponsors {
	float: right;
	clear: right;
	text-align: center;
	width: 280px;
}

.voting #polls {
	float: left;
	width: 640px;
}

.voting #polls .poll {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 300px;
}

.end {
	padding-right: 0px;
}

.voting #about {
	width: 280px;
}
