#pg_header {}
	#logo {
		width: 300px;
		float: left;
	}
	#topnav {
		float: left;
		width: 440px;
		text-align: right;
		font-size: 9px;
		font-family: verdana, helvetica, sans-serif;
		color: #68696b;
	}
		#topnav a:link {
			color: #68696b;
			text-decoration: none;
		}
		#topnav a:visited {
			color: #666666;
			text-decoration: none;
		}

		#topnav a:hover {
			color: #68696b;
			text-decoration: underline;
		}
		#topnav ul {
			margin: 4px 0 0 0;
			padding: 0;
			list-style-type: none;
			float: right;
			width: 140px;
		}
			#topnav  ul li {
				margin: 0;
				padding: 0;
				list-style-type: none;
				height: 20px;
				line-height: 20px;
				text-align: left;
			}
				#topnav  ul li a:link,
				#topnav  ul li a:visited,
				#topnav  ul li a:hover {
					text-decoration: none;
					color: #000;
					font-size: 10px;
				}
				#topnav  ul li img {
					margin-right: 8px;
					vertical-align: middle;
				}
	#navbar {
		display: block;
		clear: both;
		width: 100%;
		padding-top: 9px;
		margin-bottom: 20px;
	}
	#navbar ul {
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		#navbar li {
			float: left;
			list-style: none;
			margin: 0px;
		}
		#navbar li a {
			float: left;
			text-decoration: none;
		}
#pg_content {
	background-color: white;
}
	#sweepstakes {
		width: 738px;
		background: transparent url(/assets/img/contest2011/reg_bottom.jpg) no-repeat bottom left;
	}
		#sweepstakes.results {
			background: transparent url(/assets/img/contest2011/results_bottom.jpg) no-repeat bottom left;
		}
		#sweepstakes #header {
			width: 738px;
		}
		#sweepstakes #intro {
			position: relative;
			top: -40px;
			width: 472px;
			margin-left: 218px;
			font-weight: bold;
			text-align: center;
			font-size: 14px;
		}
			#sweepstakes #left_col {
				/*
				position: relative;
				top: -40px;
				*/
				float: left;
				width: 178px;
				padding: 0 0 15px 15px;
				margin-right: 15px;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size: 13px;
				text-align: center;
				color: #07ACDA;
			}
				#sweepstakes #left_col.tall {
					height: 300px;
				}
				#sweepstakes #left_col p {
					margin: 7px 0;
				}
			#sweepstakes #right_col {
				position: relative;
				top: -60px;
				float: left;
				width: 472px;
			}
				#sweepstakes #right_col #box {
					width: 472px;
					background-color: #CCC;
					margin-top: 15px;
				}
				#sweepstakes #right_col #box #inner {
					background-color: #FFF;
					padding: 15px;
				}
					#sweepstakes #right_col #box h2 {
						margin-bottom: 15px;
						color: #07acda;
						font-size: 18px;
					}
						#sweepstakes #right_col #box h2 span {
							font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size: 10px;
							font-style: italic;
							color: #000;
						}
					#sweepstakes #right_col #box table {
						width: 436px;
					}
					#sweepstakes #right_col #box table td {
						padding: 5px 0;
						font-size: 12px;
					}
						#sweepstakes #right_col #box table td a,
						#sweepstakes #right_col #box table td a:hover {
							color: #000;
						}
						#sweepstakes #right_col #box table td.rgt {
							padding-left: 15px;
						}
						#sweepstakes #right_col #box table td label {
							display: block;
							font-weight: bold;
							font-size: 13px;
						}
						#sweepstakes #right_col #box table td input,
						#sweepstakes #right_col #box table td select {
							width: 205px;
							border: 1px solid #000;
						}
						#sweepstakes #right_col #box table td#options {
							font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size: 11px;
						}
							#sweepstakes #right_col #box table td#options input {
								width: auto;
								border: 0;
								margin: 0;
							}
						#sweepstakes #right_col #box table td input#submit {
							width: auto;
							border: 0;
							margin: 0;
						}
						#sweepstakes #right_col #box table td .error {
							color: #FF0000;
							margin-top: 2px;
						}
				#sweepstakes #right_col #box #results {
					background: #FFF url(/assets/img/contest2011/weightlifters.jpg) no-repeat top right;
					height: 220px;
					overflow: auto;
				}
					#sweepstakes #right_col #box #results #txt {
						padding: 15px 0 15px 15px;
						width: 290px;
					}
				#sweepstakes #right_col #disclaimer {
					width: 422px;
					padding: 0 30px;
					font-size: 11px;
					font-style: italic;
					margin-top: 15px;
				}
					#sweepstakes #right_col #disclaimer a {
						color: #000;
						text-decoration: underline;
					}
					#sweepstakes #right_col #disclaimer a:hover {
						color: #000;
						text-decoration: underline;
					}

