@charset "UTF-8";
#ListenLive  {
	float: right;
	width: 300px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	margin-top: 19px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #006f3b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#Skyscraper {
	background-color: #333333;
	padding: 5px;
	height: 600px;
	width: 120px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1010px;
	position: absolute;
}
#SkyscraperContinue {
	height: 600px;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 640px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
	padding: 10px;
}
#BannerAds {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 70px;
}
#BannerLeft {
	background-color: #FFFFFF;
	padding: 5px;
	height: 60px;
	width: 468px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#BannerRight {
	background-color: #FFFFFF;
	padding: 5px;
	height: 60px;
	width: 468px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.iRadio #container {
	width: 986px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}
#Header #Nav a {
	background-image: url(../constants/buttons/Btn-Nav-Up.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 81px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#Header #Nav a:hover {
	background-image: url(../constants/buttons/Btn-Nav-Down.gif);
	background-repeat: no-repeat;
}
#container #Footer {
	background-color: #000000;
	margin: 0px;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 55px;
}
#Footer a {
	padding: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Footer a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#Footer #GRM {
	margin: 0px;
	padding: 0px;
	float: right;
}
