/* The light blue transparent box at the back
#masterbox {
	margin-top: 1px;
	width: 649px;
	height: 178px;
	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:101px;
	margin-top:14px;
	padding:0;
	border:0;
	margin-left:auto;
	margin-right:auto;
}

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

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

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

/* Holder of the bottom content */
#portbotholder {
	height:413px;
	overflow:auto;
	padding-bottom:13px;
}

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