html, body, div, h1, h2, h3, p, form { margin:0px; padding:0px; }
body {
	background:#dff1f1;
	font:11px Arial, Helvetica, sans-serif;
}

h1 {
	margin-bottom:12px;
}
p {
	margin-bottom:12px;
}

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#fff;
}

#header {
	position:relative;
	width:800px;
	height:146px;
	background:url(/images/header.gif) no-repeat;
}
#menu {
	position:absolute;
	bottom:0px;
	height:27px;
	overflow:hidden;
}
	#menu a {
		display:block;
		float:left;
		height:27px;
		background-repeat:no-repeat;
		background-position:left top;
	}
	#menu a:hover, #menu a.active {
		background-position:left bottom;
	}
	#menu #home { margin-left:219px; width:63px; background-image:url(/images/menu/home.gif); }
	#menu #places { width:179px; margin-left:32px; background-image:url(/images/menu/places.gif); }
	#menu #invite { width:130px; margin-left:32px; background-image:url(/images/menu/invite.gif); }
	#menu #retailers { width:87px; margin-left:32px; background-image:url(/images/menu/retailers.gif); }


#content {
	padding:9px 5px;
	
}

	#questions {
		text-align:center;
		color:#003764;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
	}

#footer { }



.screen_reader { display:none; }
.clear { clear:both; height:1px; }

.row {
	display:block;
	clear:left;
	margin-bottom:8px;
}
.row label {
	display:block;
	float:left;
	padding:4px 0px 0px 0px;
	width:160px;
}

