/* CSS Document */

/* IMPORTANT - After you have changed the background images to the ones you desire for your new page. RENAME this CSS file 
to a name that links to the New Page you have created.. ie. if your new page is called News.. then save this page as news.css and 
then locate in the NEWS Page the css code called 'images.css'. Now change this to your new css file name ie from 'images.css' to 'news.css' or 
whatever your css page is called. Then save your NEWS page. The new page you will have created will now include the updated images you have
selected below */

/* This is the CSS for the Image above the Main Text in the document */
#main-text h3{
	display:block;
	height: 170px;
	width: 625px;
	background-color: transparent;
	/* CHANGE THIS IMAGE to your PAGE HEADING IMAGE ie ABOUT BOWEN THERAPY, RESEARCH, LATEST NEWS etc. */
	background-image: url(../images/links.jpg);
	/* end */
	background-repeat: no-repeat;
	background-position: center top;
}

#main-text h3 span{display:none;}


/* This is the CSS for the image above the navbar  ie Home, About Us etc */
#lnav h3{
	display:block;
	height: 53px;
	width: 150px;
	background-color: transparent;
	/* CHANGE THIS IMAGE to your NAV PAGE HEADING IMAGE ie HOME, ABOUT BOWEN, OTHER ENQUIRIES etc. */
	background-image: url(../images/links_nav.jpg);
	/* end */
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 20px;
}
