@charset "UTF-8";
body {


	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	
/*	background-image:url(/images2009/musicBG_gradient.gif);*/
	
	background-color:#000;
	margin:0;
}

#masterContainer {
	
	width:100%;
	margin:0 auto;
	
	
}

#headerContainer {
	
	background-color:#FFF;
	text-align:right;
	
}

#headerContent {
	width:860px;
	text-align:right;
	font-size:12px;
	padding-top:5px;
	padding-right:20px;
	margin:0 auto;
	
}

#headerContent a:link, #headerContent a:visited {
	color:#6A0;
	text-decoration:none;
	font-weight:normal;
}

#headerContent a:hover {
	color:#CC0000;
}


#bodyContainer {
}

#audioVillage {
	
	height:420px;
	background-color:#FFF;
	text-align:center;
}



#newsBar {
	height:35px;
	background-image:url(/images2009/greenMenu_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;

	text-align:center;
	z-index:100;
}

#newsContent {
	width:840px;
	margin:0px auto;
	color:#000;
	text-align:left;
	padding-left:50px;
	z-index:120;

}

#newsContent p {
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}

#newsContent a:link, #newsContent a:visited {
	color:#FFF;
	text-decoration:none;
}

#newsContent a:hover {
	color:#000;
	text-decoration:underline;
}

#infoPanel {
	
		height:200px;
/*	background-image:url(/images2009/homepagePanel_bg.gif);
	background-repeat:repeat-x;*/
	background-color:#000;
	
	/*border-bottom:4px solid #83B425;*/
	
}
#infoContent {
	color:#AAA;
	width:810px;
	margin:0 auto;
	padding:40px 50px 20px 70px;
}

#sidebarHome {
	 width:27%;
	 padding-left:4%; 
	 float:left;
	 font-size:12px;
	 line-height:2em;
}


#sidebarHome  h2 {
	margin-top:40px;
	border-bottom:1px dotted #350;
}



#sessionNewsContent {
	width:60%;
	margin-left:3%;
	padding-right:4%;
	border-right:1px solid #590; 
	float:left;
}

#sessionNewsContent div.SessionNewsItem {
		
	padding-bottom: 12px;
	border-bottom:1px dotted #666;
}


#sessionNewsContent div.SessionNewsItem p {
	font-size:14px;
	line-height: 2em;
	font-weight:normal;
	color:#777;

}

#sessionNewsContent .SessionNewsItem a.morePics:link, #sessionNewsContent  .SessionNewsItem a.morePics:visited {
	width:280px;
	text-align:right; 
	display:block;
	color:#590;
	text-decoration:none;
}

#sessionNewsContent .SessionNewsItem  a.morePics:hover {
	color: #FFF;
}

#sessionNewsContent .SessionNewsItem a:link, #sessionNewsContent  .SessionNewsItem a:visited {

	color:#590;
	text-decoration:none;
}

#sessionNewsContent .SessionNewsItem  a:hover {
	color: #FFF;
}


#sessionNewsContent p strong {
	font-size:16px;
	color:#BBB;
}

#sessionNewsContent h1, #sessionNewsContent h2, #sessionNewsContent h3 {
	font-weight:normal;
	font-size:21px;
	margin-top:0;
}
	

#extraItems {
	clear:both;
	
}

#footerContainer {
	clear:both;
	margin-top:40px;
	
}

#footerContent {
	width:890px;
	margin:20px auto;
	text-align:center;
}

