body
{
	margin: 0;
	padding: 0;
	background: url(images/bkg.jpg) repeat-x #eeeefc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}

#contentHolder
{
	width: 1000px;
	margin: 0px auto 0px auto;
}

#bannerHolder
{
	height: 176px;
	width: 1000px;
}

	#register
	{
		height: 37px;
		width: 995px;
		text-align: right;
		padding-top: 11px;
		padding-right: 5px;
	}
	
	#register a
	{
		color: #FFF;
		text-decoration: none;
		font-size: 13px;
	}
	
	#register a:hover
	{
		text-decoration: underline;
	}
	
#logo
{
	height: 103px;
	width: 1000px;
	background: url(images/logo-squares.jpg) right no-repeat;
}

#tickerHolder
{
	height: 26px;
	width: 1000px;
}
	
	#tickerHolder p
	{
		display: inline;
		color: #FFF;
		font-size: 12px;
	}

	#date
	{
		width: 316px;
		height: 20px;
		padding-top: 5px;
		display: inline;
		float: left;
	}
	
	#tagline
	{
		width: 403px;
		height: 20px;
		padding-top: 5px;
		dispaly: inline;
		float: left;
	}
	
	#updates
	{
		width: 280px;
		height: 25px;
		float: left;
		display: inline;
	}
#navHolder
{
	width: 1000px;
	height: 40px;
}

	#nav
	{
		width: 673px;
		height: 25px;
		background: #c02d1a;
		display: inline;
		float: left;
	}
		
	#moreInfo
	{
		width: 269px;
		display: inline;
		float: left;
		padding-top: 6px;
		padding-left: 57px;
		color: #4c4c89;
		font-size: 11px;
	}
	
	#moreInfo a
	{
		color: #4c4c89;
	}
	
	#moreInfo p
	{
		display: inline;
	}

#footer
{
	color: #4c4c89;
	font-size: 11px;
	width: 1000px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

#pbbu {
	margin-top: 10px;
}

#footerPresented {
	margin-bottom: 10px;
}

#footerProduced {
	margin-top: 10px;
	margin-bottom: 10px;
}

	#footer a
{
	color: #4c4c89;
}