/* Houghton Age Check Styles
created 08/09/2008 W Psaila
last edit 10/09/2008 W Psaila
*/


/* ------------ LAYOUT STYLES ------------ */

html, body { height: auto; }

body {
	margin: 0px;
	padding: 0px;
	font: .7em/1.7em Helvetica, Arial, Geneva, sans-serif;
	color: #808080;
	text-align: center;
	background: #808080;
}

#outer {
	position: relative;
	margin: 34px auto 0 auto;
	padding: 0;
	width: 990px;
	height: 650px;
}


/* ----------- CONTENT STYLES ------------ */

#flashPanel {
	display: block;
	margin: 0;
	padding: 0x;
	width: 990px;
	height: 650px;
}

#flashcontentagecheck {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 650px;
	background: black; /* remove once flash in place */
}



/* ------------ FONTS ------------ */


/* Set default font basics throughout */

body, div, p, td {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #000;
}


/* ------------ FORMS - AGE CHECK ------------ */

#ageVeriPanel {
	width: 990px;
	margin: 35px 0 0 0;
	padding: 0;
	text-align: center;
}

#ageVeriPanel table {
	margin: 0 auto;
}
