*html .right .home_text {
    padding: 0px;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	font-family: Tahoma, lucida, sans-serif;
	font-size: 62.5%;
	color: #DCDCDC;
	padding: 10px 0;
	background: #000;
	}
a:hover {
	text-decoration: none;
}
hr {
	display: none;
}
img {
	border: none;
	/*display: block;*/
}
.page {
	width: 900px;
	margin: 0 auto;
}
/*.topmenu {
	padding-left: 115px;
	width: 900px;
}*/
.topmenu {
    padding-left: 75px;
    width: 785px;
}
.topmenu li {
	display: inline;
}
.topmenu a {
	float: left;
	padding: 1px 9px;
	margin-right: 9px;
	font-family: Impact, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	/*color: #A7A7A7;*/
	color: #f27837;
	
}
.topmenu a.thispage, .topmenu a:hover {
	/*color: #000;*/
	color: #f27837;
	background: #fff;
}
.on_air_now {
	height: 45px;
	padding: 173px 0 0 25px;
	overflow: hidden;
	color: #fff;
	background: url(/wave/images/on_air_now.jpg) no-repeat left top;
}
.on_air_now b {
	padding-right: .5em;
	color: #000;
}
.on_air_now span {
	padding-left: .5em;
	color: #000;
}
.on_air_now span a {
	margin: 0 -3px;
	color: #000;
}
.mainhead {
	width: 894px;
	padding-left:6px;
	background: url(/wave/images/main.png) no-repeat left top;
}
.main {
	width: 896px;
	background: url(/wave/images/boxbg.gif) repeat-y top;
	padding-bottom:6px;
	float:left;
}
.main_full {
	width: 896px;
	/*background: url(/wave/images/boxbg.gif) repeat-y top;*/
	/*padding-bottom:6px;*/
	float:left;
}
.main2 {
	width: 884px;
	padding: 0 0 6px 6px;
}

.lefthead, .middlehead{
	width: 285px;
	float: left;
	overflow: visible;
	margin-right: 14px;
}
.left, .middle{
	width: 285px;
	float: left;
	overflow: visible;
	margin-right: 14px;
}
.left2, .middle2{
	width: 285px;
	float: left;
	overflow: visible;
	margin-right: 14px;
	padding-bottom:2px;
	
}
.full{
	width: 890px;
	float: left;
	overflow: hidden;
	margin-right: 7px;
}
.full hr{
	display: block;
	margin-top:5px;
	margin-bottom:5px;
}

.full h2{
	padding-left: 50px;
	font-size: 1.4em;
	font-weight: bold;
}
.right {
	width: 285px;
	float: left;
	overflow: visible;
	margin-right: 0;
}
.right2 {
	width: 285px;
	float: left;
	overflow: visible;
	margin-right: 0;
	padding-bottom:2px;
}
.righthead {
	width: 285px;
	float: left;
	overflow: visible;
	margin-right: 0;
}
.text {
	height: 250px;
	padding: 12px 15px 10px 20px;
	margin-bottom: 5px;
	font-size: 1.1em;
	background: #222;
}

.home_text {
	padding: 12px 15px 10px 20px;
	margin-bottom: 5px;
	font-size: 1.1em;
}


html>body .text {
	min-height: 153px;
	height: 250px;
}
.text img {
	margin-bottom: 10px;
	/*border: 1px solid #662024;*/
}
.text h2 {
	font-size: 1.1em;
	color: #E8392D;
}
.text p {
	padding-bottom: 7px;
}
.text a {
	color: #F08D00;
}
.text a.more {
	padding-left: 9px;
	background: url(/wave/images/more.png) no-repeat left center;
}
.text ul {
	padding-bottom: 12px;
}
.text li {
	padding-left: 7px;
	background: url(/wave/images/bullet01.png) no-repeat 0 .55em;
}
.text .links li {
	background: url(/wave/images/bullet02.png) no-repeat 0 .55em;
}

/*Homepage*/
html>body .home_text {
	min-height: 153px;
}
.home_text img {
	margin-bottom: 10px;
	/*border: 1px solid #662024;*/
}
.home_text h2 {
	font-size: 1.1em;
	color: #E8392D;
}
.home_text p {
	padding-bottom: 7px;
}
.home_text a {
	color: #F08D00;
}
.home_text a.more {
	padding-left: 9px;
	background: url(/wave/images/more.png) no-repeat left center;
}
.home_text ul {
	padding-bottom: 12px;
}
.home_text li {
	padding-left: 7px;
	background: url(/wave/images/bullet01.png) no-repeat 0 .55em;
}
.home_text .links li {
	background: url(/wave/images/bullet02.png) no-repeat 0 .55em;
}
/*Homepage*/


.faces {
	width: 220px;
	height: 57px;
	padding: 3px 0 0 3px;
	overflow: hidden;
	margin-bottom: 8px;
	background: url(/wave/images/faces.png) no-repeat left top;
}
.faces img {
	float: left;
	margin-right: 3px;
}
.button img {
	border: 1px solid #2B2B2B;
}
.footer {
	padding: 18px 0 0 60px;
	font-size: 1.1em;
	color: #797979;
	background: url(/wave/images/footer.png) no-repeat left top;
}
.footer li {
	display: inline;
}
.footer a {
	padding: 0 9px;
	color: #797979;
	text-decoration: none;
}
.footer a.thispage, .footer a:hover {
	color: #fff;
}
.footer p {
	padding: 5px 15px 5px 5px;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
