/* CSS Document */
body {
	margin: 0 auto;
	background: #88765B;
}
div#centered_div {
	background: #180b09 url(images/layout/secondary.jpg) no-repeat 0 0;
	position: absolute;
	width:872px;
	height:580px;
	/*vertically center div*/
	top:50%;
	/*horizontally center div*/
	left:50%;
	/*margin-left is centered_div width divided by 2*/
	margin-left:-436px;
	/*margin-top is centered_div height divided by 2*/
	margin-top:-290px;
}
div#content {
	width: 768px;
	height: 394px;
	position: absolute;
	top: 139px;
	right: 52px;
}
div#nav {
	position: absolute;
	width: 583px;
	top: 106px;
	height: 25px;
	left: 239px;
}
#nav img {
	border: 0px;
}
div#column1 {
	width: 160px;
	float: left;
	line-height: 1.75;
	font-size: 98%;
	position: absolute;
	top: 18px;
	left: 16px;
}
div#column2 {
	width: 570px;
	float: right;
	height: 355px;
	overflow: auto;
	position: absolute;
	top: 19px;
	left: 186px;
	padding: 0px;
}
div#c2Inner {
	width: 96%;
}
.survivorImg {
	height: 95px;
	width: 95px;
	float: left;
	margin: 3px 14px 3px 0px;
	border: solid 1px #111;
	position: relative;
}
div#thumb {
	width: 95px;
	heigh: 95px;
	float: left;
	padding: 0 15px 15px 0;
}
div#thumbNew {
	width: 95px;
	heigh: 95px;
	clear: both;
	float: left;
}
#thumb img {
	border: 1px solid #111;
}
div#thumbDownload {
	width: 350px;
	heigh: 95px;
	clear: both;
	float: left;
}
div#storyBreak {
	padding: 0px 0px 5px 0px;
	width: 100%;
	position: relative;
	clear: both;
}
div#topImages img {
	padding: 0px 1px 10px 0px;
}
div#psa {
	padding: 0;
	position: relative;
	width: 120px;
}
div#psaCaption {
	width: 115px;
	padding: 7px 0px 0px 0px;
	font-size: 9px;
	line-height: 1.25;
}
div#psaImg {
	padding: 0px 10px 0px 0px;
	width: 120px;
}
div#extra {
	width: 160px;
	float: left;
	line-height: 1;
	font-size: 98%;
	position: absolute;
	top: 228px;
	left: 15px;
}
div#topImages {
	padding: 0px 1px 15px 0px;
}
div#poster {
	width: 160px;
	float: left;
	line-height: 1;
	font-size: 98%;
	position: absolute;
	top: 95px;
	left: 26px;
}
div#rightThumb {
	float: right;
	padding: 0px 0px 10px 20px;
}
.imgBorder {
	border: 1px solid #000;
}
