
#container { height: 970px !important}

#content { height: 800px}

#footer { margin: 0; padding: 0; border: 0; bottom: -50px; }

#blueprint {
	position: relative;
	margin: 2px 0 0 1px;
	display: block;
	background: url('blueprint.gif');
	background-repeat: no-repeat;
	width: 776px;
	height: 680px;
	text-align: center;
	padding-bottom: 50px;
}

#blueprint a { 
	font-family: 'Georgia',serif;
	font-weight: bold;
	font-size: 15px;
	color: #bbddee;
	text-decoration: none;
	border: 1px solid white;
	background: #112233;
	color: white;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#blueprint a:hover {
	background: black;
	border: 1px solid white;
	color: white;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
}

#outdoors {
	display: block;
	position: absolute;
	top: 490px;
	left: 120px;
	padding-top: 50px;
	height: 70px;
	width: 520px;	
}

#indoors {
	display: block;
	position: absolute;
	top: 168px;
	left: 120px;
	padding-top: 50px;
	height: 70px;
	width: 520px;		
}




#inactive {
	border: 0;
	background: 0;
	display: none;
}
