
body, html { /* Forces the body height to 100% to enable absolute positioning */
	height: 100%;
	position: relative;
}

body {
	padding:0px;
	margin:0px;
	text-align:center;
	width:100%;
	font-family:"Helvetica Neue", "HelveticaNeue", Helvetica, Georgia;
}

#boxWrapper {
	width: 980px;
	margin: auto;
	position: relative;
	top: 50%;
	height: 650px;
	margin-top: -340px;
}

.footer {
	position: relative;
	z-index: 300;
	text-align: center;
	margin-top: -30px;
}


.header_spacer {
	width:5px;
	height:68px;
}
#header_cont {
	height:95px;
}
#header {
	height:68px;
	margin-top: 13px;
	margin-bottom: 20px;
}
#header-left {
	height:68px;
	width:430px;
}
#header-right {
	width:290px;
	height:68px;
}
#container {
	min-height:100px;
	overflow:auto;
}
/* Reusables */
.image_cont {
	height:314px;
}
.image_desc {
	width:250px;
	margin:20px auto 0px auto;
	font-size:12px;
	height: 154px;
	padding: 0px;
}
.image_view_page {
	width:290px;
	margin:0px auto;
	font-size:12px;
	height: 56px;
	padding: 0px;
	display:block;
}
.left {
	float:left;
}
.right {
	float:right;
}
.centered {
	margin:auto;
	clear: both;
}
.image {
	width:290px;
	height:290px;
	margin:2px auto 0px auto;
	text-align: left;	
}
.image_thumb {
	width:290px;
	height:230px;
	float:left;
}
.image_overlay {
	width:290px;
	height:230px;
	float:left;
	margin-top:-230px;
	background-image:url(dark_overlay.png);
	z-index:10;
}
h2 {
	font-size:18px;
	padding:0px;
	margin:13px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	float: left;
	clear: both;
}
h3 {
	font-size:12px;
	padding:0px;
	margin:0px;
	line-height:16px;
	text-transform:uppercase;
	font-weight: normal;
	float: left;
	clear: both;
}
h4 {
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:18px;
	text-transform:uppercase;
	font-weight: bold;
	float: left;
	clear: both;
}
