body{
	padding:0;
	margin:0;
	background-color:#414141;
	
	
	font-family:arial;
	color:#555555;
	font-size:14px;
}

/* links */

a{
	color:#006cb7;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* text */

h1, .huge{
	font-size:32px;
	font-family:'Trebuchet MS','arial';
	margin:0 0 10px 0;
}

h2, .large{
	font-size:24px;
	font-family:'Trebuchet MS','arial';
	margin:0 0 10px 0;
}

h3, .tall{
	font-size:18px;
	font-family:'Trebuchet MS','arial';
	margin:0 0 10px 0;
}

h4, .medium{
	font-size:14px;
	line-height:150%;
	margin:0 0 10px 0;
	font-family:'Trebuchet MS','arial';	
}

p.medium{
	font-size:14px;
	line-height:150%;
	margin:10px 0 0 0;
	font-family:'arial';	
}


p, .regular, td{
	font-size:12px;
	font-family:'arial';
	line-height:175%;
}

.small{
	font-family:'arial';
	font-size:11px;
}


.green{
	color:#76c03a;
}

.orange{
	color:#f68121;
}

.grey{
	color:#555555;
}
.
.light-grey{
	color:#999999;
}

.blue{
	color:#589ee6;
}

.light-blue{
	color:#9ac6e4;
}

.blue-grey{
	color:#6b8ca3;
}

.yellow{
	color:#fcff00;
}

.red{
	color:#ff3300;
}

.white{
	color:#ffffff;
}
.black{
	color:#000000;
}

/* layout */

/* header */

#header-container{
	width:100%;
	height:76px;
	background:url('../images/header_bg.jpg') repeat-x;
	margin-bottom:0px !important;
	margin-bottom:-3px;
}

#header{
	width:1018px;
	height:76px;
	text-align:left;
	
}

/* header-mirror */

#header-mirror-container{
	width:100%;
	height:24px;
	background-color:#ffffff;
}

#header-mirror{
	width:1018px;
	height:24px;
	text-align:left;
}

/* panel-top */

#panel-top-container{
	width:100%;
	height:93px;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#panel-top{
	width:1018px;
	height:93px;
	margin:0;
	padding:0;	
	background:url('../images/panel_top.gif') no-repeat;
	text-align:left;
	margin-bottom:0px !important;
	margin-bottom:-3px;
}

#panel-top-left{
	float:left;
	height:93px;
	width:642px;
	margin-bottom:0px !important;
	margin-bottom:-94px;		
}

#panel-top-right{
	float:right;
	height:93px;
	width:376px;
	text-align:left;
}

/* listen now button */

#listen-now-container{
	margin-top:29px;
	width:203px;
	height:44px;
}

#listen-now-button{
	background:url('../images/listen_now.gif') 0px 0px no-repeat;
	width:203px;
	height:44px;
}

#listen-now-button:hover{
	background:url('../images/listen_now.gif') 0px -44px no-repeat;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#listen-now-button a span {float:none;}
/* End IE5-Mac hack */

/* panel-middle */

#panel-middle-container{
	width:100%;
	background-color:#414141;
}

#panel-middle{
	width:1018px;
	background:url('../images/panel_middle.gif') repeat-y;
	padding-top:20px;
	padding-bottom:10px;
}

#panel-middle-page{
	width:916px;
	text-align:left;
}

#page-twocol-left{
	float:left;
	width:564px;
}

#page-twocol-right{
	float:right;
	width:332px;
}

#page-twocol-left .white-box{
	width:500px;
}

#page-twocol-right .white-box{
	width:268px;	
}

.box-title{
	text-align:left;
	position:relative;
	left:22px;
}

.white-box{
	background-color:#ffffff;
	text-align:left;	
	padding:10px;
	margin:0 10px 0 10px;
}

.light-grey-box{
	background-color:#e2e2e2;
	width:100%;
	padding:16px 0 16px 0;
}
.grey-box{
	background-color:#c9c9c9;
	width:100%;
	padding:16px 0 16px 0;
}

#page-onecol{
}

#page-threecol-left{
}

#page-threecol-middle{
}

#page-threecol-right{
}

/* blue-line */

#blue-line-container{
	width:100%;
	height:2px;
	padding:0;
	background-color:#ffffff;
	margin-bottom:0px !important;	
	margin-bottom:-14px;
}

#blue-line{
	width:1018px;
	height:2px;
	padding:0;
	margin:0;
	background:url('../images/blue_line.gif') no-repeat;
}

/* green-strip */

#green-strip-container{
	width:100%;
	height:22px;
	background-color:#ffffff;
}

#green-strip{
	width:1018px;
	height:22px;
	background:url('../images/green_strip.gif') repeat-y;
}

/* panel-foot-player */

#panel-foot-player-container{
	width:100%;
	background-color:#000000;
}

#panel-foot-player{
	width:900px;
	height:220px;
	padding:10px;
}
#panel-foot-player p, #panel-foot-player a{
	font-family:verdana;
	font-size:10px;
	color:#eeeeee;	
}

#panel-foot-player a{
	text-decoration:none;
}
#panel-foot-player a:hover{
	text-decoration:underline;
}

/* panel-bottom */

#panel-bottom-container{
	width:100%;
	background-color:#414141;
}

#panel-bottom{
	width:1018px;
	height:34px;
	background:url('../images/panel_bottom.gif') no-repeat;
}

/* footer */

#footer-container{
	width:100%;
	background-color:#414141;
}

#footer{
	width:916px;
	height:93px;
}

#footer-left{
	float:left;
	width:50%;
	height:93px;
	text-align:left;
}

#footer-right{
	float:right;
	width:50%;
	height:93px;
	text-align:right;
}


#layout-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1018px;
	height:76px;
}

#layout-02_ {
	position:absolute;
	left:0px;
	top:76px;
	width:1018px;
	height:24px;
}

#layout-03_ {
	position:absolute;
	left:0px;
	top:100px;
	width:1018px;
	height:93px;
}

#layout-04_ {
	position:absolute;
	left:0px;
	top:193px;
	width:1018px;
	height:1px;
}

#layout-05_ {
	position:absolute;
	left:0px;
	top:194px;
	width:1018px;
	height:22px;
}

#layout-06_ {
	position:absolute;
	left:0px;
	top:216px;
	width:1018px;
	height:562px;
}

#layout-07_ {
	position:absolute;
	left:0px;
	top:778px;
	width:1018px;
	height:2px;
}

#layout-08_ {
	position:absolute;
	left:0px;
	top:780px;
	width:1018px;
	height:34px;
}

#layout-09_ {
	position:absolute;
	left:0px;
	top:814px;
	width:1018px;
	height:93px;
}