#header{
	height: 160px;
	position: relative;
	margin-left: -4px;
}

#pagecontent{
	position: relative;
}

#innercontent{
	background-color: #000;
	height: auto;
	padding-top: 15px;
	padding-left: 15px;
	width: 597px;
}

#footer{
	background-color: #000;
}

#newscontent{
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

#newsticker{
	height: 18px;
	border-top: 1px solid #F4C514;
	border-bottom: 1px solid #F4C514;
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	background-color: #F4C514;
	margin-bottom: 15px;
}

#tickerscroll{
	width: 9999999999999999999999px;
	position: absolute;
}

.tickeritem{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}

#newspop{
	width: 196px;
	height: 125px;
	background-image: url(/images/newspop.gif);
	position: absolute;
	top: 248px;
	z-index: 5;
}

#closenews{
	position: relative;
	top: -10px;
	left: 155px;
	cursor: pointer;
}

#newspoptext{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	top: -16px;
	width: 100px;
}

#newspopimage{
	float: left;
	position: relative;
	top: -16px;
	margin-left: 3px;
	margin-right: 3px;
}

#debug{
	color: #FFF;
}
