* { margin: 0; padding: 0; }
a {
	color: #ec008c;
}
body {
	background: #222 url(/images/leavesplusx.gif) 0 0 repeat; // Thanks to Eric Ishii Eckhardt http://www.helveticore.com/
	color: #eee;
	font-family: helvetica, arial, sans-serif;
}
#Wrap {
	margin: 20px auto;
	padding: 20px;
	background: #000;
	color: #fff;
	width: 800px;
	border-bottom: 10px solid #ec008c;
}
#Menu {
	float: left;
	width: 300px;
}
#Feature, #Form {
	margin-left: 360px;
	padding: 20px 0 20px 0;
	width: 400px;
	min-height: 600px;
}
#Feature {
}
#Feature img {
	border: 0;
}
h1 img {
	border: 0;
	margin: 10px;
}
h2 {
	margin-bottom: 10px;
}
h3, h4 {
	font-weight: normal;
	margin: 10px;
}
#Feature p, #Form p {
	margin: 5px;
	font-size: 11pt;
	line-height: 1.5em;
	font-family: georgia, 'times new roman', serif;
}
#Menu ul {
	margin-top: 20px;
	list-style: none;
}
	#Menu li {
		display: block;
		margin: 0 0 15px 59px;
		padding: 5px;
		list-style: none;
	}
		#Menu li a {
			color: #fff;
			font-size: 18pt;
			text-decoration: none;
		}
		#Menu li a:hover, #Active {
			color: #ec008c;
			margin-left: -14px;
			padding-right: 14px;
		}
		#Active {
			border-bottom: 2px solid #ec008c;
			font-weight: bold;
		}
		#Submit {
			text-align: center;
		}
		#Address {
			margin: 20px 0;
			padding: 10px;
			font-size: 11pt;
			line-height: 14pt;
		}
			#Address ul {
				list-style: none;
			}
				#Addresss li {
					margin-bottom: 15px;
				}
		
#Form form {
	margin: 30px 0 0 0;
	padding: 3px;
	color: #fff;
	font-size: 11pt;
	line-height: 18pt;
}
	#Form form legend {
		margin-left: 10px;
	}
	#Form .req {
		background: #333;
		margin: 10px;
		padding: 5px;
	}
	#Countdown {
		float: right;
		width: 120px;
		margin: 0 0 20px 20px;
		padding: 10px;
		background: #333;
		color: #fff;
		line-height: 18pt;
		text-align: center;
	}
	#Countdown strong {
		font-size: 20pt;
		color: #ec008c;
	}
.FloatLeft {
	float: left;
	margin: 10px 20px 120px 0;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 9pt;
	line-height: 18pt;
}
strong {
	font-size: 1.5em;
}
#Rate {
	margin-bottom: 10px;
	padding: 10px;
	width: 378px;
	border: 1px solid #000;
	text-align: center;
}
#Contestant li {
	float: left;
	list-style: none;
	margin: 20px;
	width: 110px;
}
#Contestant p {
	text-align: center;
}
/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 320px;
	height: 32px;
	position: relative;
	background: url(/images/StarOff.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:32px;
	height: 32px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/StarOn.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 32px;
}
.star-rating a.one-star:hover{
	width:32px;
}
.star-rating a.two-stars{
	left:64px;
}
.star-rating a.two-stars:hover{
	width: 64px;
}
.star-rating a.three-stars:hover{
	width: 64px;
}
.star-rating a.three-stars{
	left: 96px;
}
.star-rating a.four-stars{
	left: 96px;
}	
.star-rating a.four-stars:hover{
	width: 128px;
}
.star-rating a.five-stars{
	left: 128px;
}
.star-rating a.five-stars:hover{
	width: 160px;
}
.star-rating a.six-stars{
	left: 160px;
}
.star-rating a.six-stars:hover{
	width: 192px;
}
.star-rating a.seven-stars{
	left: 192px;
}
.star-rating a.seven-stars:hover{
	width: 224px;
}
.star-rating a.eight-stars{
	left: 224px;
}
.star-rating a.eight-stars:hover{
	width: 256px;
}
.star-rating a.nine-stars{
	left: 256px;
}
.star-rating a.nine-stars:hover{
	width: 288px;
}
.star-rating a.ten-stars{
	left: 288px;
}
.star-rating a.ten-stars:hover{
	width: 320px;
}