@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	/* background-color:#c6b29e; */
	background-color:#FFFFFF;
	color:#7d7f80;
	margin:0px;
}
h1{
	font-size:1.5em;
	margin:0px;
	text-align:left;
	color:#f3871f;  /* Orange */
	font-weight:100;
}
h2{
	font-size:1.2em;
	margin:0px;
	text-align:center;
}		
.main_container{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	/* height:575px; */
	/* border:#000066 solid 2px; */
	background-color:#ffffff; 
	text-align:left;
}
.top_section{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:150px;
	background-image:url(/images/index_top.jpg); 
	background-repeat:no-repeat;
	/* background-color:#FEAD65; */
	text-align:center;	
}
.top_section_music{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:150px;
	background-image:url(/music/images/music_home.jpg);
	background-repeat:no-repeat;
	/* background-color:#FEAD65; */
	text-align:center;	
}
.top_section_art{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:150px;
	background-image:url(/art/images/art_home.jpg);
	background-repeat:no-repeat;
	/* background-color:#FEAD65; */
	text-align:center;	
}
.top_section_environment{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:150px;
	background-image:url(/environment/images/environment_home.jpg);
	background-repeat:no-repeat;
	/* background-color:#FEAD65; */
	text-align:center;	
}
.home{
	height:290px; 
	text-align:justify;
	color:#7d7f80;
	padding:5px; 
	overflow:auto;
}
.home_footer{
	background-color:#FFFFFF;
	height:50px;
}	
.home_news_and_opps{
	position:relative;
	width:978px;;
	/* border:#000033 solid 1px; */
	background-color:#FFFF99;
	overflow:auto;
}
.home_news{
	float:left;
	width:478px;
	height:50px;
	padding-left:5px;
	padding-right:5px;
}
.home_opportunities{
	float:right;
	width:477px;
	height:50px;
	padding-left:5px;
	padding-right:5px;
	/* border-left:#000033 solid 1px; */
}	
/*********************   ART  *****************/
.art_home{
	padding-left:5px;
	text-align:left;
}
.art_future_projects{
	padding-left:5px;
	text-align:left;
}
.art_felt_making{
	padding-left:5px;
	text-align:left;
}
.art_street_art{
	padding-left:5px;
	text-align:left;
}
.art_peace_patchwork{
	padding-left:5px;
	text-align:left;
}
.art_my_vision{
	padding-left:5px;
	text-align:left;
}
.art_ceramics_at_the_pottery{
	padding-left:5px;
	text-align:left;
}
/*********************   MUSIC  *****************/
.music_home_RHS{
	float:right;
	width:450px;
	height:400px;
	background-image:url(page_gfx/music_homepage_rhs.jpg);
	background-repeat:no-repeat;
	/* background-color:#66FFCC; */
}
.music_home_LHS{
	float:left;
	width:525px;
	height:400px;
	padding-left:5px;
	text-align:left;
	/* background-color:#f6d48a; */
}
.music_projects{
	padding-left:5px;
	text-align:left;
}
.music_worshops{
	padding-left:5px;
	text-align:left;
}
/*********************   ENVIRONMENT  *****************/
.environment_home{ 
	text-align:left;
	padding:5px; 
}
.environment_projects{ 
	text-align:left;
	padding:5px; 
}

/*******************  VOLUNTEER    ************************/
.volunteering_home_left{
	float:left;
	padding-left:5px;
	text-align:left;
}
.volunteering_home_right{
	float:right;
	padding-left:5px;
	text-align:left;
}
.aboutus{
	padding-left:5px;
	text-align:left;
	/* background-color:#f6d48a; */
}

.links{
	float:left;
	width:525px;
	height:400px;
	text-align:left;
	padding-left:5px;
	/* background-color:#f6d48a; */
}
.contactus_RHS{
	/*float:right;
	background-color:#FFFFFF;
	
	width:480px;
	height:400px;
	 background-image:url(gfx/orange_street_map.jpg); */
	
}
.contactus_LHS{
	float:left;
	width:980px; 
	height:400px;
	text-align:left;
	padding-left:5px;
	background-color:#ffffff; 
}
.menu_bar{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:25px;
	/* background-color:#FF9900; */
	color:#000000;
}
.menu_bar_left{
	float:left;
	width:400px;
	height:25px;
	/* background-color:#FF9900; */
	color:#000000;
}
.menu_bar_right{
	float:right;
	width:400px;
	height:25px;
	/* background-color:#FF9900; */
	color:#000000;
}
a:link{
	color:#0000ff;
	text-decoration:none; 
}	
a:visited{
	color:#0000ff;
	text-decoration:none; 
}		
a:hover{
	color:#0000ff;
	/* font-weight:bold; */
	text-decoration:underline; 
}		
a:active{
	color:#0000ff;
	text-decoration:none; 
}	

/*  NEWS PAGE  */
.news_item{
	/* border:solid 2px #666666;  Removed by request from Matt */
	margin-top:10px;
	padding:5px;
}	

/*  OPPORTUNITY PAGE  */
.opportunity_item{
	/* border:solid 2px #666666;  Removed by request from Matt */
	margin-top:10px;
	padding:5px;
}

