#banner_colour_choice_dummy{
	position:absolute;
	left:5px;
	top:10px;
	width:770px;
	height:90px;
	background-color:#8C7853;	/*buttermilk*/
	font-size:280%;
	color:#FFF8DC;	/*bronze;*/
	text-align:right;
	}
	 
a:link {		color:#639;text-decoration: none;font-style: normal;}
a:hover {		color:#F90;text-decoration: none;font-style: normal;}
a:visited {		color:#96C;text-decoration: none;font-style: normal;}


/*.latest_news_text {color:#F00}*/

h2,h4,h5{line-height:1.6em;}

h2{font-size:180%;color: #DB2645	/*permanent redviolet;*/}
h4{font-size:125%;color: #603;}
h5{font-size:110%;color: #000;}


body {
	
	background-color: #8C7853;/*bronze*/
	
	margin-top: 0px;
	text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	
}


#wrapper {
	position:relative;
	top: 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:780px;
	height:850px;
	z-index:1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#FFF8DC;	/*cornsilk*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;  /*  font size 0.8em and line height 1.6em gives a nice feel - line height applied to h2, h4, h5 too} */
	line-height:1.6em;
	/*letter-spacing: 1.5;*/
	color: #333;  /* CLIENT REQUESTED BLACK - too harsh, so have gone for dark grey */
}
	





/* INSIDE PAGES												----------------------------INSIDE PAGES-------------------------- */


/* 

There are two divs:

1. inside_main_panel - - This FLOATS LEFT.  Note WIDTH is a % value. Its TOP positions it down the page. Its MARGIN TOP can be used to tweak text aignement 

2. inside_sidebar    - - This FLOATS RIGHT. Note WIDTH is a % value. Otherwise positioning as above

These are held within a container #inside_content, which is ABSOLUTEY POSITIONED to sit underneat the banner and menu 

*/


#design_choices{
	position:absolute;
	top: 2px;
	width:90%;
	background-color:  #FFF8DC;
}

#design_choices ul li 
{
	display:inline;
	list-style:none;
	text-align:right;
	font-size:70%;
	line-height:0.8em;
	
}
#design_choices p{color:#F00;font-size:70%;line-height:0.3em;}

#inside_content{
	position:absolute;
	top: 150px;/*  Equals sum of 'top's for wrapper, banner,and  menu */
	padding-left:10px;
	
	width:770px; /* width + padding must = width of #wrapper */
	background-color: #FFF8DC;/* Match wrapper or inside_content   ... use pinky #fde for testing */
}

 #inside_main_panel {
	float:left;
	position:relative;
	width:65%;
	top: 35px;
	margin-top: 5px; /*Not really necessary but can be used to adjust alignment of text/images in  side bar*/
	margin-left:10px;  /*Not really necessary but can be used to adjustto align text with right side of navbar */
	background-color:#FFF8DC; /* Match wrapper or inside_content   ... use sickly #fa3 for testing */
	border-right-color:#8C7853; /*bronze*/
	border-right-style:solid;
	padding-right:20px;
	 
}

 #inside_sidebar { /*STEVE - */
	float:right;
	position:relative;
	width:25%;
	top: 35px;		/* has to equal to value for inside_main_panel */
	margin-top: 5px; /*	see notes for inside_main_panel */
	margin-right:4px;  /* 	ditto */
	background-color:#FFF8DC;
	padding-right:20px;
}

/*#inside_sidebar p{  font-size:90%;} */


/* 												-------------------------IMAGES------------------------- */



#wrapper #inside_content #inside_main_panel #content_image {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
}

.image_in_sidebar {
	float: right;
	margin-left: 8px;
	margin-top: 8px;
}


.top {															/* WTF ?? */
	font-size: 10px;
	color: #660033;
}


/* 												-------------------------INDEX PAGE ONLY------------------------- */

#inside_sidebar_index {
	float:right;
	position:relative;
	width:35%;
	top: 35px;		/* has to equal to value for inside_main_panel */
	margin-top: 5px; /*	see notes for inside_main_panel */
	margin-right:4px;  /* 	ditto */
	background-color:#FFF8DC;
	padding-right:20px;
}
#inside_main_panel_index {
	float:left;
	position:relative;
	width:55%;
	top: 35px;
	margin-top: 5px; /*Not really necessary but can be used to adjust alignment of text/images in  side bar*/
	margin-left:10px;  /*Not really necessary but can be used to adjustto align text with right side of navbar */
	background-color:#FFF8DC; /* Match wrapper or inside_content   ... use sickly #fa3 for testing */
	border-right-color:#8C7853; /*bronze*/
	border-right-style:solid;
	padding-right:20px;
}




/* FOOTER  													----------------------------FOOTER--------------------------**/

#inside_footer {
	float:left;
	width:760px;
	background-color: #FFF8DC;
	font-size: 80%;
	color: #603;
	text-align: center;
	vertical-align: middle;	
}
#gallerynavbar {
	width: 740px;
	float: left;
	text-align: right;
}


#inside_footer ul li 
{
	display:inline;
	list-style:none;
	color: #603;
}

#inside_footer p {

	text-align:right;
	font-size:80%;
	line-height:0.8em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}







/* BANNER  														----------------------------BANNER--------------------------**/

.banner {
	position:absolute;
	left:5px;
	top:10px;
	width:770px;
	height:90px;
	z-index:1;
	
}

#flashbanner {
	z-index:1;
	background-color: #FFF;
}

#staticbanner {
	z-index:1;
	background-color: #99c;
}


#menu {
	position:absolute;
	left:5px;
	top:100px;
	width:770px;			/*width is irreleveant as pushe dout by spry menu bar - change spry menu css*/
	height:40px;
	z-index:50;
}



#sprydiv {
	position:absolute;
	left:500px;
	top:672px;
	width:411px;
	height:92px;
	z-index:51;
}








/* INDEX PAGE AP Divs 											----------------------------INDEX PAGE--------------------------*/








/* OLD CSS  														------------------------RETIREMENT HOME FOR OLD CSS--------------------------**/


/*#content {											
	position:absolute;
	width:760px;
	background-color:#F00;
	left: 10px;
	top: 140px;
	z-index:40;
}
*//* NOT USED ON INSIDE PAGES  */




.index_absolutes{
	position:absolute;
	background-color:#fff;    /*CHANGE CLOUR TOO SEE THESE AP DIVS */
		
}



#intro_text		{top:100px;left:20px;width:430px;}

#schedule		{top:100px;left:510px;width:250px;}

#latest_news 	{top:400px;left:20px;width:430px;}

#youth 			{top:400px;left:510px;width:250px;}

#regular_news	{top:600px;left:20px;width:430px;}

#asktherabbi 	{top:600px;left:510px;width:250px;}
#picholderleft {
	float: left;
	width: 300px;
	padding-left: 20px;
}
#picholderright {
	float: right;
	width: 300px;
	padding-right: 30px;
}
#calendar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #8C7853;
	background-color: #FFF8DC;
}

#calendar p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #8C7853;
	background-color: #FFF8DC;
	font-weight: bold;
}
#calendar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #8C7853;
	background-color: #FFF8DC;
	font-weight: bold;
}

#calendar a:link {
	color:#639;
	text-decoration: none;
	font-style: normal;
}
#calendar a:hover {		color:#F90;text-decoration: none;font-style: normal;}
#calendar a:visited {
	color:#96C;
	text-decoration: none;
	font-style: normal;
}
}
#wrapper #inside_content #inside_main_panel #content_image1 {
	margin: 8px 4px;
	float: right;
	height: 185px;
	width: 100px;
}
