/* Controls overall look of WIFC*/
body
{
	font-size:10pt;
	font-family:Arial;
	background-color:#2b3e79;
	margin:0 auto;
	
}

/* Size and position of your Container*/
#Container
{/*
	background-color:#2b3e79;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	text-align:left;*/
	width:1000px;
	margin:0 auto;

}
/*#menuItem {
color:#000;
}*/
/*color:#000*/
#news
{
	color:silver;
	background-image:url(/stationimages/news/background.jpg);
	height:auto;
	width:1200px;
	text-align:center;
	border:#FF0 2px solid;
}

/* Size and position of your Top Header*/
/*#Header
{
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:760px;
}*/
/*#Header a
{
	color:#000066;
}*/
/*Navigation Spacing*/
/*#NavSpacing
{
	margin-left:5px;
	margin-top:2px;
}*/

/* Size and position of Left Content*/
/*#Nav
{
	color:navy;
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	float:left;
	clear:left;
	border-width:0;
	margin:5px;
	padding:0;
	width:150px;
}*/

/* Size and position of Right Content*/
#Main
{
	color:#000;
	background-color:#171717;
	float:left;
	clear:right;
	width:1000px;
	margin:0;
	padding: 0;
	}

/* Size and position of Bottom */
#Footer
{
	color:#FFF;
	clear:both;
}

#Nav a:link,#Nav a:visited
{
	color:#000;
}

#Footer a:link,#Footer a:visited
{
	color:#FFF;
}