/* The light blue transparent box at the back 
#masterbox {
	margin-top: 1px;
	width: 649px;
	height: 378px;
	margin-left:auto;
	margin-right:auto;
	background-color: #09c;
	border: 1px solid #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}*/

/* The box that holds the main picture */
#pictureholder {
	opacity:1;
	filter:alpha(opacity=100);
	position:relative;
	width: 621px;
	height:354px;
	margin-top:14px;
	margin-left:auto;
	margin-right:auto;
}

/* The content area at the bottom of the site */
#bottomcontent {
	width: 649px;
	height: 220px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:18px;
	border: 1px solid #fff;
}

/* Holder of the bottom content */
#bottomholder {
	width:609px;
	padding:20px;
	overflow:auto;
	position:relative;
	height:180px;
}

/* The overall box containing the site */
#mainsite {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	max-height:755px;
	width:776px;
	height:755px;
	background-color:#036;
	background-image:url('../images/ahr-background.jpg');
	border:2px solid #09c;
}

#homeholder {
	width:609px;
	padding:16px 20px 0px 20px;
	position:relative;
	height:204px;
}

#shooperstank {
	position:absolute;
	bottom:0px;
}

#pictureholder h2 {
	font-size:12px;
	color:#fff;
	text-align:right;
	position:relative;
	right:12px;
	top:224px;
}