/* reset 
================*/
 body, p, h1, h2, h3, h4, ul, li, table, fieldset, legend{
 	margin:0;
 	padding:0;
 	border:none;
 }

body{
   font: 0.8em/1.1 Arial, Helvetica, sans-serif;
   background:#ffb0ff url(../images/pink_sunburst.gif) no-repeat top center fixed;
}

a, a:visited{color:#ea7b47;}

.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.clear{clear:both;}

#main-content{
    position:relative;
    margin:87px auto;
    width:611px;
}

#logo{
    position:absolute;
    left:-14px;
    top:-82px;
}

#tabs{
    float:right;
    margin-right:0px;
    padding-left:21px;
    background:url(../images/left_nav_bg.png) no-repeat;
    height:49px;
}

#newradionav{
 float:left;
 width:474px;
 background:url(../images/right_nav_bg.png) no-repeat;
 height:49px;
 list-style:none;
}

#newradionav li{
    float:left;
    margin:18px 8px 0 0;
    color:#fff;
}

#newradionav li a, #newradionav li a:visited{
    color:#fff;
    text-decoration:none;
    margin-right:8px;
    font-size:1.2em;
    outline:none;
}

#newradionav li a:hover{color:#9232cf}

#content{
    float:left;
    background:url(../images/content_bg02.png) no-repeat;
    width:611px;
    padding-top:9px;
}

#content-wp{
    float:left;
    background:url(../images/content_bg03.png) repeat-y;
    width:611px;
}

#listen_btn{float:left;}

#content-bottom{
    float:left;
    background:url(../images/bottom_box_roundedge02.png) no-repeat bottom center;
    width:611px;
    height:31px;
}

#content-bottom p{
    line-height:1.7;
    margin-left:20px;
    position:relative;
    z-index:9999;
    font-weight:bold;
}

#content-bottom p a{color:#000}

#radiopane{
    float:left;
    height:65px;
}

#alternativemedia{
	float:left;
	width:611px;
}

#alternativemedia p{
	float:right;
	background:url(../images/unhappy_icon.gif) no-repeat left 0;
	padding-left:25px;
	line-height:1.5;
	margin-right:32px;
        display:inline;
}

#iframe{
    position:relative;
    z-index:9999;
    margin-left:10px;
    margin-top:5px;
    width:601px;
    height:370px ! important;
    background-color:#9232cf;
    overflow-x:hidden;
    overflow-y:hidden;
}



