* {
	padding: 0;
	margin: 0 }

body {
	background-image: url(/images/homepage_body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #fff;
	text-align: center }

   
div#content {
	width: 1000px;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/homepage_content_bg.jpg);
	background-color: #000;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#header {
    width: 1000px;
    height: 195px;
}

h1 {background-image: url(/images/homepage_logo.jpg);}

#nav li a:hover,
#nav li em a {
    background: url(/images/homepage_nav_bg.gif) repeat-x bottom;
    font-style: normal;
}

div#columns {
	position: relative;
	width: 1000px;
	height: auto; 
}
	
/* IE HACK */
.clear {
    _height: 1% }
/* END IE HACK */

.clear:after {
    visibility: hidden;
    display: block;
    content: '.';
    clear: both;
    height: 0 ;
}	

/*Left Column Stuff*/			
div#column-1 {
	float: right;
	width: 300px; 
    min-height: 100px;
    _height: 100px;
}

#col1-fr.fr {
    display: block;
    line-height: 0;
    font-size: 0;
}

#col1-fr object {
    line-height: 0;
    font-size: 0;
}

span#tune_in {background-image: url(/images/homepage_tune_in.jpg);}	
span#curated_by {background-image: url(/images/homepage_curated_by.jpg);}    
    span#performers span {color: #FF4D00;}	

/*Middle Column Stuff*/	
div#column-2 {
    position: relative;
	float: right;
	width: 540px;
    min-height: 620px;
    _height: 620px;
}
    #fr ul {
        color: White;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin: 1em;
        list-style: none;
    }
    #fr li {
        margin: 1em 0;
    }
    #fr a {
        display: block;
        font-weight: bolder;
        color: white;
    }

#front-row {
    color: White;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 1em;
}

/*Right Column Stuff*/	
div#column-3 {
	float: right;
	width: 160px;
	height: 600px;
	background-color: #00;
}
    
    
/*Action Bar Stuff*/	
div#action_bar {
	background-image: url(/images/homepage_action_bar_bg-.gif);
}

p.legal {
	color: #C03A00;
}`