body {
	background: #666666;
	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: left; /* 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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 19px;
	font-weight: lighter;
}
a {
	color: #f7931e;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #999999;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #f7931e;
	font-weight: normal;
}
h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 30px;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #f7931e;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
h6 {
	height: 10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
.wrapper {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	clear: both;
}
#big_container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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;
	padding-bottom: 30px;
}
#nav {
	width: 140px;
	display: inline;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	display: block;
	text-decoration: none;
	text-align: right;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-bottom: 7px;
	padding-right: 10px;
	clear: both;
	font-weight: normal;
}
#nav a:hover {
	color: #f7931e;
	border-right-color: #f7931e;
}
.pagetitle {
	width: 750px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.page_header {
	margin-bottom: 30px;

}
.page_header img {
	width: 750px;
}
#listenlive {
	height: 110px;
}
#listenlive a {
	background-image: url(../img/btn_listenlive.jpg);
	display: block;
	padding-top: 65px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-style: none;
	color: #CCCCCC;
	margin-bottom: 30px;
	width: 60px;
	text-align: center;
	float: right;
}
#listenlive a:hover {
	background-position: -73px 0px;
	color: #f7931e;
	font-weight: normal;
}
.footer {
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer p {
	font-size: 11px;
}
.grm {
	float: right;
}
.grm a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-image: url(../img/grm_logo.jpg);
	height: 100px;
	width: 195px;
	display: block;
	background-position: 0px 15px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: lighter;
}
.grm a:hover {
	background-position: -200px 15px;
	color: #8CC63F;
	text-decoration: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
