body
{
	color:#FFF;
	font-family:Arial;
	background-image:url(/stationimages/backdrop.jpg);
	background-repeat:repeat;
	background-position:0 0;
	text-align:center;
	margin:0 auto;
}

a:hover
{
	color: red;
}

#Container
{
	text-align:left;
	width:1024px;
	margin:0 auto;
}

#Header
{
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:1024px;
	height:180px;
}

#Nav
{
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	float:left;
	width:190px;
	height:auto;
}

#Nav a:link, a:visited {
	color:#FF0;
	font-size:10pt;
	font-family:Arial;
	text-decoration:none;
}

#Nav a:hover {
	color: #FFF;
}

#Main
{
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:830px;
	float:right;
}

#MainPRS
{
	float:right;
	width:760px;
	background:#006;
}

#Footer
{
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:1024px;
	clear:both;
}

a:link,a:visited
{
	color:black;
	font-size:10pt;
	font-family:Arial;
	text-decoration:none;
}