@charset "UTF-8";

hr {
	border: 1px dotted #FFF;
	width:625px;
}

a:link {
	color: #FF0;
}
a:visited {
	color: #FF0;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #FF0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	padding: 0px;
	list-style-type: square;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

H1 {
	font-size: 16px;
	color: #FF0;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width:940px;
	margin: auto;
	border: 2px solid #FFF;
}


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #000;
	line-height: 16px;
	color: #FFF;
}
	

#nav {
	margin: auto;
	width: 640px;
	background-image: url(images/nav_bg.gif);
	height: 34px;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
}
#leftSide {
	float: left;
	width: 297px;
	margin: auto;
	background-image: url(images/left_image.jpg);
	height: 555px;
}

#rightSide {
	
	width: 643px;
	
}
#RulesContent {
	background-image: url(images/rules_BG.jpg);
	height: 516px;
}

#EnterContent {
	background-image: url(images/enter_BG.jpg);
	height: 550px;
	background-repeat: no-repeat;
	background-position: bottom;
}


#content {
	background-image: url(images/home_image.jpg);
	height: 516px;
}
#loss {
	width: 500px;
	padding-top: 320px;
	padding-left: 350px;
}

#rules {
	width: 625px;
	padding-left: 300px;
	padding-top: 10px;
}
#qualifications {
	padding-top: 20px;
}

#EnterForm {
	width: 660px;
	padding-left: 280px;
	padding-top: 10px;
	overflow:auto;
	height: 540px;
}


.winner {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#winner-text {
	width: 400px;
	margin-left: 160px;
}

