@charset "utf-8";
/* CSS Document */

#age_gate_container #legal {
	margin: 0px 33px 0px 33px;
	padding: 0px 86px 0px 0px;
}
	#age_gate_container #legal a {
		color: #503925;
		text-decoration: none;
	}

#content {
	width: 970px;
	height: 470px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}
	#content .content_left_col {
		text-align: right;
		padding-top: 63px;
	}
		#content .content_left_col #logo {
			margin-right: 25px;
		}
	#content .content_center_col {
		padding-top: 63px;
	}
		#content .content_center_col div.age_gate_h1 {
			position: relative;
			width: 424px;
			height: 95px;
		}
		#content .content_center_col h1.age_gate {
			/* Allow column overflow */
			position: absolute;
			top: 0px;	left: 0px;
			z-index: 2;
			
			width: 439px;
			height: 96px;
			font-size: 24px;
			line-height: 276px;
			background-image: url('../age-gate/images/h1.gif');
		}
		#content .content_center_col div.age_gate_failed_h1 {
			position: relative;
			width: 424px;
			height: 114px;
		}
		#content .content_center_col h1.age_gate_failed {
			/* Allow column overflow */
			position: absolute;
			top: 0px;	left: 0px;
			z-index: 2;
			
			width: 497px;
			height: 114px;
			font-size: 24px;
			line-height: 276px;
			background-image: url('../age-gate/images/failed_h1.gif');
		}
		#content .content_center_col form {
			margin: 30px 0px 0px 0px;
		}
		#content .content_center_col form p {
			display: inline-block;
			width: 190px;
			height: 27px;
			line-height: 27px;
		}

#legal {
	clear: both;
	width: 800px;
	margin: 0px auto 0px auto !important;
}
