	body
	{
	max-width:900px;
	margin: 10px auto 0px auto;
	font-family: arial;
	font-size: 1em;
	background:#ddd;
	}
	#container
	{
	width:900px;				/* width of whole page */
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	overflow:hidden;		/* This chops off any overhanging divs */
	border: 2px #000 solid;
	}
	#hdrbox
	{
	background:#006;
	padding: 5px;
	}
	#silverhs
	{
	width: 100px;
	float: left;
	}
	#benedettohs
	{
	width: 100px;
	float: right;
	}
	#banner
	{
	width: 680px;
	margin-left: 110px;
	}
	.whtitle
	{
	font-size: 1.2em;
	color:#fff;
	text-align: center;
	}
	.name
	{
	font-size:.6em;
	color:#fff;
	text-align: center;
	font-weight: bold;
	}
	.updatetxt
	{
	font-size: 1.1em;
	font-weight: bold;
	}
	#datebar
	{
	background:#fce397;
	text-align: right;
	font-size: .8em;
	padding-right: 5px;
	}
	#maincontainer
	{	
	background:#006;
	}
	#maincontainer A
	{
	color:#fff;
	text-decoration: none;
	}
	#maincontainer A:hover
	{
	color:#ffc;
	text-decoration: none;
	}
	#speakerinfo
	{
	width: 100px;
	float: left;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	color:#fff;
	}
	#chairinfo
	{
	width: 100px;
	float: right;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	color:#fff;
	}
	#mainbody
	{
	width: 660px;
	margin-left: 110px;
	background:#fff;
	padding: 10px;
	}
	.title
	{
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	}