#wrap{
	width:980px;
	height:1100px;
	margin:30px auto;
	background-color:#e85a32;
	background-image:url(../images/shine-bar.jpg);
	background-position:0 345px;
	background-repeat:no-repeat;
	}
	
#primary_content{
	width:900px;
	}
	
	
#text_content{
	float:left;
	width:400px;
	margin-left:70px;
	padding-top:100px;
	color:#fff;
	}
	
	#text_content p.odd{
		color:#fff4d0;
	}
	
	#text_content p b{
		color:#5a021e;
		margin-bottom:0px;
		font-size:110%;
	}
	
#programme{
	float:right;
	width:331px;
	padding-bottom:20px;
	background-color:#fff4d1;
	}
	
	#programme_header{
		background-image:url(../images/programme_header.gif);
		background-repeat:no-repeat;
		width:331px;
		height:26px;
		
		}
		
		#programme_header span{
			visibility:hidden;
			}
			
	#programme p{
		width:95%;
		margin:3px auto;
		color:#f1723b;
		}
		
	#programme p.odd{
		margin-top:10px;
		margin-bottom:1px;
		color:#5b021e;
		}
		
h3#shine-header{
	color:#5a021e;
	font-size:120%;
	font-weight:bold;
	}