html, body {
	margin: 0;
	padding: 0;
	background-color:#999999;
}

.background {
	
}

.container {
	text-align:left;
	width:800px;
	
	/* uncomment line below for key line border round content */
/*	border:#000000 1px solid;
*/}

.container_bg {
	width:820px;
	background-color:#999999;
	/* comment line below out to remove drop shadow round content */
	background-image:url(images/shadow_background.png);
	background-repeat:repeat-y;
}

.highlight{
	color:#ff5f00;
}

.links {
	padding-top:20px;
	padding-left:24px;
	padding-right:30px;
	padding-bottom::0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #666666;
	background-color:#FFFFFF;
}

.links a:link {text-decoration:none; color: #666666;}
.links a:visited {text-decoration:none; color: #666666;}
.links a:active {text-decoration:none; color: #666666;}
.links a:hover {text-decoration:none; color:#ff5f00}



.header {
	padding-left:30px;
	padding-top:30px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}
.bodytext {
/*	width:100%;
*/	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:30px;
	background-color: #000000;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

/*Here we define the page specific settings - background images using id selectors*/

#home {
	background-image:url(images/Opening_Page.jpg);
}

#vicarswelcome {
	 background-image:url(images/Vicars_Welcome.jpg);
	 height:550px;
}

#purpose {
	background-image:url(images/What_were_about.jpg);
}

#whos_who {
	background-image:url(images/whos_who.jpg);
}

#youth {
	background-image:url(images/youth.jpg);
	
}

#heath_mill {
	background-image:url(images/heath_mill.jpg);

}

#sunday_services {
	background-image:url(images/sunday_services.jpg);

}

#sermons {
	background-image:url(images/sermons.jpg);
/*	height:400px;*/

/* only needed if there are fewer than 4 available sermons */

}

#mission_partners {
	background-image:url(images/Mission-Partners.jpg);
	height:450px;

}

#location {
	background-image:url(images/location.jpg);
	min-height:450px;

}

#church_buildings {
	background-image:url(images/church_buildings.jpg);

}

#alpha {
	background-image:url(images/alpha.jpg);

}

#christmas {
	background-image:url(images/christmas_grad.jpg);
}

#mission_partner {
	background-image:url(images/MP_corn.jpg);
	min-height:600px;
/*	height:600px;
*/}

#building_project {
	background-image:url(images/building_project_bkg.jpg);
	min-height:600px;
/*	height:600px;
*/}

#whats_on {
	background-image:url(images/whos_who.jpg);
	min-height:600px;
	
}
#prayer {
	background-image:url(images/24x7prayer.jpg);
	min-height:600px;
}

#easter {
	background-image:url(images/easter.jpg);
	
}

/* Community building project styles below here */

#community_building_project {
        background-image:url(images/building_project_bkg.jpg);
        min-height:600px;
}

#challenge {
        background-image:url(images/building_project_bkg.jpg);
        min-height:600px;
}

#renewed_building {
        background-image:url(cbp/images/ArtistImpressionReorderedNave.jpg);
        min-height:600px;
}

#church_centre {
        background-image:url(cbp/images/Feasibility-Scheme-front-perspective-view.jpg);
        min-height:600px;
}

#music_worship {
        background-image:url(cbp/images/OrganPipes.jpg);
        min-height:600px;
}

#mission_service {
        background-image:url(cbp/images/PeopleSinging.jpg);
        min-height:600px;
}

#support {
        background-image:url(cbp/images/PersonInQuestionMark.jpg);
        min-height:600px;
}

#gift_go_further {
        background-image:url(cbp/images/PileOfCoins.jpg);
        min-height:600px;
}

#people {
        background-image:url(images/building_project_bkg.jpg);
        min-height:600px;
}

#acknowledgements {
        background-image:url(cbp/images/PeopleInPewsFromFront.jpg);
        min-height:600px;
}

#news {
        background-image:url(cbp/images/Information.jpg);
        min-height:600px;
}

#other_news {
        background-image:url(images/building_project_bkg.jpg);
        min-height:600px;
}

#press_downloads {
        background-image:url(cbp/images/QuestionMark.jpg);
        min-height:600px;
}

#cbp_links {
        background-image:url(images/building_project_bkg.jpg);
        min-height:600px;
}

#contact_us {
        background-image:url(images/building_project_bkg.jpg);
        min-height:600px;
}

/*Old text position link and text colour = #CCCCCC
new colour (white) = #FFFFFF
*/

.textposition a:link {text-decoration:underline; color: #FFFFFF;}
.textposition a:visited {text-decoration:underline; color: #FFFFFF;}
.textposition a:active {text-decoration:none; color: #FFFFFF;}
.textposition a:hover {text-decoration:underline; color:#ff5f00}

.textposition {
	width:400px;

}