body
	{
	max-width:950px;
	margin: 10px auto 0px auto;
	font-family: arial;
	font-size: 1em;
	background: url(../images/towers1.png);
	}
	#container
	{
	width:950px;				/* width of whole page */
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	/*left: 50px;*/
	float:left;
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;
	}
	#maincontainer
	{
	border: ridge 4px #000;
	padding: 10px;
	}	
	.poster
	{
	width: 300px;
	float: left;
	}
	#mainvid {
	background-color:#064676;
	padding:10px;
	width:350px;
	height: 485px;
	margin-left:310px;
	}
	#reso
	{
	width: 200px;
	float: right;
	border: ridge 3px #000;
	padding: 10px;
	font-size: .9em;
	}
	#reso .title
	{
	font-size: 1.25em;
	font-weight: bold;
	}
	#photobox
	{
	width:574px;
	float: left;
	}
	#articles
	{
	width: 326px;
	float: right;
	border: ridge 3px #000;
	padding: 5px;
	font-size: .9em;
	}
	#articles .title
	{
	font-size: 1.25em;
	font-weight: bold;
	}
	hr
	{
	color:#000;
	background:#000;
	height: 1px;
	border:0;
	}
	.dendekkerphoto
	{
	width: 342px;
	float: right;
	padding-top: 10px;
	}
	.capt
	{
	font-size: .8em;
	font-style: italic;
	}
	#fallenbody
	{
	width: 675px;
	position: relative;
	left: 30px;
	border: double 12px #054676;
	padding: 10px;
	background:#fff;
	}
	.fallen_img
	{
	width: 70px;
	float: left;
	margin-right:5px;
	}
	#workers_mainbg
	{
	width: 775px;
	position: relative;
	left: 50px;
	background:#064676;
	padding: 10px;
	border: ridge #000 6px;
	}
	#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #003e6a;
  color: #fff;
  font-size:.75em;  
}
#pup1 {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 450px;
  border: 1px solid black;
  background-color: #003e6a;
  color: #fff;
  font-size:.75em;  
}
#pup .title
{
font-size: 1.1em;
font-weight: bold;
text-align: center;
}
#pup .subtitle
{
font-size: .75em;
color:#bcc4d8
}
.poppadding
{
width: 380px;
border: 1px solid #fff;
padding: 10px;
}
.poppadding1
{
width: 580px;
border: 1px solid #fff;
padding: 10px;
}
.workers_title
{
font-family: Trajan Pro, arial;
font-size: 1.75em;
font-weight: bold;
text-align: center;
color:#fff;
}
#output, .output{
	width:500px;
	max-height:80px; /*set a height in case the caption is too large and needs to scroll*/
	margin:1em auto;
	display:block;
	clear:both;
	overflow:auto; /*scroll the caption*/
	font-size:.8em;
	font-style:italic;
	text-align:justify;
	padding-right: 6px;
}