#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;
		}
	#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/contest/reg_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: 158px;
				padding: 0 0 15px 25px;
				margin-right: 25px;
				font-size: 15px;
				text-align: center;
			}
			#sweepstakes #right_col {
				position: relative;
				top: -40px;
				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 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 input#comply {
							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/contest/runner.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: 432px;
					padding: 0 20px;
					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;
					}
