/* Individual Hunt Page */
#flyer {width: 172px; background:#99C;}
#flyer h3 {background:#99C;}
#flyer img {margin-top:1em; cursor:crosshair;}

#pier {position: relative; top:100px;}
#stage {position: relative; top: 140px;}

#options {
	position: relative;
	left: 9em;
	width: 35em;
	margin:0;
	}
#options h3 {
	background: #77B;
	color: white;
	text-align: center;
	margin: 0;
	padding-top:.5em;
	}
#options p {
	background:#99c;
	color:white;  
	margin:0 0 0 0;
	padding-left: 11em;
	padding-top: 1em;
	height:9.5em;
	}
#options ul{
	position:absolute;
	background:#99C;
	width:7em;
	height:9em;
	color: white;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 1em;
	margin:0;
	border-right: 1px dotted #77B;
	cursor: pointer;
	}
#something{margin:0;width:100%; height:100%;}