#container {
	width: 820px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
}

#banner {
	position: relative;
	padding: 0;
	margin: auto;
	height: 159px;
		
}

#texture {
	position:absolute;
	left:380px;
	left:646px  !important;
	*left:456px;
	top:232px;
	width:240px;
	height:45px;
}
#texture_safari {
	position:absolute;
	left:436px;
	top:232px;
	width:240px;
	height:45px;
}

#headernav {	
	position:relative;
  	top: 100%;
  	margin-top: -235px;
  	height:50px;
	
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#notices {
	padding: 0px 0px 0px 0px;
	height: 58px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/greystrip.png);
	font-size: large;
	color: 	#E76A0F;
	text-align: center;
}

#center {
	padding: 5px;
	margin-left: ;
	margin-right: ;
	}

#content {
	width: 450px;
	margin-left: 180px;
	padding: 5px;
	overflow:visible;	
}

/* hack for IE problem with center div */
/* hide from ie mac \*/
* html #content {width: auto;}
/* end hide ie mac */

#presenter_bg {
	background: url(../images/presenter-bg.png) no-repeat top left;
	width: 120px;
	height: 150px;
}

#presenter_bg img {
	margin: -4px 6px 6px -4px;
}


/**************************************************************
   Slideable Menus
 **************************************************************/

#sidebar-a {
	float: left;
	width: 160px;
	margin: 5px ;
	padding: 5px;
	display:block; 
 	position: relative;
	}

#sidebar-b {
	float: right;
	width: 160px;
	margin: 5px ;
	padding: 5px;
	display:block; 
 	position: relative;
}

#ads {
    float: right;
	width: 160px;
	margin: 5px ;
	padding: 5px;
	clear: right;
	}

#programmes {
	border-right: 1px solid grey;
}

#footer {
	width:435px;
    height: 1px;
	padding: 3px;
	margin-top: 1px;
	position:relative;
}

/*****************************************************************
	footer contents: ads and surveys
 *****************************************************************/

#community {
  margin: 0 auto;
  float: left;
  position: relative;
  padding: 4px;
  width: 200px;
  height: 70px ;
  background: #FFF;
  color: #000;
}

#survey {
  margin: 0 auto;
  float: right;
  position: absolute;
  margin-left: 224px;
  padding: 4px;
  width: 200px;
  height: 70px;
  background: #fff;
  color: #000;
}

#feed {
	margin-left: 400px;
	margin-top: 6px;
}
/*****************************************************************
	player page styles
 *****************************************************************/

#player-container {

	width: 480px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #fff;
}

#player-content {
	width: 470px;
	padding: 5px;
	background-color: #FFF;
	overflow:visible;	
}

#player-notices {
	padding: 5px;
	margin: 5px;
	background-color: rgb(213, 219, 225);	
}

/******************************************************************
	form layouts
 ******************************************************************/

#search {
	position: absolute;
	z-index: 250;
	top: 25px;
	left: 450px;
	width: 200px;
	background: transparent url(../images/search.png) no-repeat;
	}

#search input#searchfield {
	background: transparent;
	scroll 0%;
	border:0pt none;
	font-size:1.2em;
	width:142px;
	margin-left: 7px;
	margin-top: 4px;
	
	}