	.leftBar
	{
		background-color: #005496;
		width: 200px;
		color: white;
		font-family: arial;
		padding: 10px;
		vertical-align: top;
	}

	.leftBar ul
	{
		position: relative;
		top: -10px;
		left: -15px;
		font-size: 18px;
	}


	.mainArea
	{
		width: 700px;
		padding-left: 2px;
		text-align: center;
		vertical-align: top;
		background-color: #303030;
		color: white;
		font-family: arial;
		font-size: 14px;
	}
	
	.mainArea td
	{
		color: white;
		font-family: arial;
		font-size: 14px;
		
	}
	body
	{
		background-color: #000000;
		margin: 0px;
	}
	
	#nowPlaying
	{
		width: 250px;
		vertical-align: top;
		padding-top: 2px;
		color: white;
		text-align: center;
		font-family: arial;
		font-size: 16px;
	}
	
	#secondaryImage
	{
		padding-top: 2px;
		width: 420px;
		vertical-align: top;
	}
	
	#footer
	{
		padding-top: 4px;
		color: white;
		font-family: arial;
		font-size: 12px;
	}
	
	#teaser
	{
		padding-bottom: 2px;
	}
	
	.header
	{
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	
	.linkItem
	{
		text-align: center;
		padding-bottom: 10px;
	}
	
	#followUs
	{
		background-color: #5a3301;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		border-top: 2px solid black;
	}
	.followUsText
	{
		font-size: 18px;
		text-transform: uppercase;
		color: white;
	}
	
	.title
	{
		font-weight: bold;
		font-size: 18px;
		padding-left: 5px;
	}

	.subheading
	{
		font-size: 17px;
		font-weight: bold;
	}
	
	#links
	{
	
	}

	.nowPlayingHeader
	{
		font-size: 18px;
		padding-bottom: 10px;
		text-transform: uppercase;
	}
	
	.paddedMainArea
	{
		padding: 20px;
	}
	
	.paddedMainArea A
	{
		color: #eeeecc;
	}
	
	.paddedMainArea A:hover
	{
		color: #ffffee;
	}
	
	.paddedMainArea A:visited
	{
		color: #ccccbb;
	}
	
			.firstCellMenu
		{
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 5px;
			padding-right: 5px;
		}
		.cellMenu
		{
			border-left: 1px solid #ffa915;
			padding: 3px;
		}
		.menu
		{
			background-color: #5a3301;
			color: white;
			font-size: 18px;
			font-family: arial;
			font-style: italic;
			text-align: center;
		}
		.menu A:link
		{
			color: white;
			text-decoration: none;
		}

		.menu A:visited
		{
			color: white;
			text-decoration: none;
		}

		.menu A:hover
		{
			color: #ffaaaa;
			text-decoration: underline;
		}

		.menu A:active
		{
			color: #ffaaaa;
			text-decoration: underline;
		}
