body {
	background-color: #fff;
	font-family: sans-serif;
	color: white;
	font-size: 11px;
}

.blue {
	color: #00a6eb;
	float: left;
}

h3 {
	font-style: normal;
	font-weight: normal;
	color: #fff;
	font: 12px Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
}

img {
	behavior: url(css/iepngfix.htc);
}

#logo {
	width: 120px;
	height: 248px;
	margin-top: 40px;
	margin-left: 640px;
}

#boxcontainer {
	position: absolute;
	margin-top: -100px;
	margin-left: 50px;
}

.boxgrid{ 
	width: 800px; 
	height: 350px; 
	margin: 20px; 
	float: left; 
	background: #161613; 
	border: solid 3px #f5f5f5; 
	overflow: hidden; 
	position: relative;
}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.metadata {
	position: absolute;
	bottom: 20px;
	padding-left: 20px; 
	color:#fff; 
	font: 7pt "Lucida Grande", Arial, sans-serif;
}
	
.boxcaption{ 
	float: right; 
	position: absolute; 
	background: #000; 
	height: 350px; 
	width: 180px; 
	opacity: 0.5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 0;
	left: 0;
}

.caption .boxcaption {
	top: 0;
	left: 0;
}

#footer {
	height: 20px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}