/* 

Aronowitz Ensemble stylesheet

*/




body { 
	background-color: #000;
	background-image: url(gen_images/yellow_border.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, san-serif;
	margin-left: 100px;	
	}

img {
	border: 0px;
	}

/* Type ---------- */

p { 
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	margin-right: 40px;
	}


h1 {
	font-size: 18px;
	color: #fff;
	}
	
h2 { 
	padding: 20px 0 8px 0; 
	font-size: 14px; 
	font-weight: normal; 
	line-height: 24px;
	color: #fff; 
	text-transform: uppercase; 
	letter-spacing: 3px; 
	border-top: 1px solid #333;
	margin-right: 40px;
	}	
	
h4 {
	margin: 40px 0;
	font-size: 10px;
	color: #999;
	}
	
h5 {
	color: #fff;
	text-transform: uppercase;
	size: 14px;
	letter-spacing: 3px;
	}	
	
.programme p {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;	
	margin-right: 40px;
	}
	
	
.listen p {
	border-top: 1px solid #333;
	padding-top: 10px;
	margin-top: 10px;	
	margin-right: 40px;
	}	
	
p a 	{
	color: #FDF3B3;
	text-decoration: none;
	}
	
p a:hover, p a:active{
	padding-bottom: 2px;
	border-bottom: 1px dotted #FDF3B3;
	}	
			

/* Layout ---------- */


#topCont {
		width: 877px;
		height: 78px;		
		}
		
#midCont {
		width: 877px;
		clear: both;
		}	
		
#mainCont {
		width: 877px;
		clear: both;
		}			
		
#leftCol {
		width: 137px;
		float: left;
		}		
		
#midCol {
		width: 620px;
		float: left;
		}
		
#rightCol {
		width: 80px;
		float: left;
		}				
		
#topCont #leftCol {
		padding-left: 16px;
		width: 121px;
		}
		
#midCont #leftCol {
	height: 332px;
	}			
	
#mainCont #leftCol {
	height: 20px;		
	}	
	
.mainContent {
			padding-top: 16px;
			}		
		
.programme {
	margin-bottom: 80px;
	padding-top: 16px;
	}	
	
.float {
	float:right ;
	padding: 20px 40px 0  20px;
	}	
	
.menu img {
	padding-right: 10px;
	}
	
	
/* Home page Layout ---------- */

body.home {
	background: url(gen_images/yellow_border.gif) repeat;
	margin: 0;
	padding-top: 30px;
	}
				
.home #wrap	{
	position: relative;
	width: 800px;
	height: 580px;
	margin: 0px auto;
	text-align: center;
	}
				
.home a {
	color: #fff;
	text-decoration: none;
	}
			
.home a:hover{
	color: #333;
	}	
				
.home #link {
	margin-top: 30px;
	}		

.home h3 {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
	}
	
.home h3 strong {
	font-style:bold;
	font-size: 80%;
	}	
	
.home #logo {
	padding-top: 10px;
	}				
	
