/* CSS for 2009 Oct. version of Churches Together in Woodley website:  Mary Carpenter */

body {
	background-image: url(images/back_banner_y.jpg);
    background-repeat: no-repeat;
    font-family: arial, Helvetica,Century Gothic;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3;
	color: dark grey;
	width: 980px;/* use percentage for variable width*/
	margin-left: 2em;
	text-align: left;
	}

h1    {
	text-align: center;
    font-family: Arial, Century Gothic, Helvetica;
	font-size: 2.5em;
	font-weight: bold;
	color: #800000;
	}

h2  {
	font-family: arial, Century Gothic, Helvetica;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #800000;
	}

h3	{
	font-family: arial, Century Gothic, Helvetica;
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
	color: #800000;
	}

	
table {
	background-image: url(images/light-ripples2.gif);
	text-align: left;
    font-family: arial, century gothic, Helvetica;
    font-size: 0.9em;
    padding: 1em;
	}

.leftside {
	float: left;
	margin: 1em;
	width: 630px; /* use 63%; for variable width */
    top: 200px; 
	}
	
.leftside2 {
	float: left;
	margin: 1em;
	width: 5em;
	text-align: left;
	}

#leftgap {
	float: left;
	margin: 4%;
	width: 3;
	}
	
.content {
	margin: 0, 0, 0, 7em;
	text-align: justify;
    width:700px; /* or use 70% */
	}

#links {
	text-align: center;
	line-height: 1.15;
	font-family: arial, century gothic, Helvetica;
	font-size: 1em;
	}

#homelink  {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    /*right:400px;
    bottom:250px;*/
    }    
	
.rightside {
	 /*float: right;
    width: 150px; 10em
    top:600px;
	margin-right: 1em;
    margin-left: 2em;
	text-align: left; */
    position: absolute;
    top: 230px;
    left: 800px;
    }
    	
.greenbox {
	width: 600px; /* or use 75%;*/
	border-style: solid;
	border-width:  5px;
	border-color: #008000;
    background-color: 247,255,117;
	margin: 20px;
	padding: 10px;
	font-family: arial, century gothic, Helvetica;
    font-size: 0.9em;
	text-align: center;
	}

.itembox  {
	width: 630px; /* or use 98%;*/
	border-style: double;
	border-width: 5px;
	border-color: #008000;
    background-color:#ffffcc;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: 0px;
	font-size: 0.9em;
	font-family: arial, century , Helvetica;
	/*letter-spacing: -.15pt;
	line-height: 1.3em;*/
	text-align: justify;
	}	
    
.button {
    onmouseup: FP_swapImg 0,0,img1,images/button2.jpg;  
	onmousedown: FP_swapImg 1,0,img1, images/button3.jpg, id: img1;
	onmouseover: FP_swapImg 1,0,img1, images/button2.jpg; 
	onmouseout: FP_swapImg 0,0, img1 , images/button1.jpg; height:20; alt:Back to top; 
	src: images/button1.jpg; width:100; border:0; fp-title:Back to top; fp-style: fp-btn: Glass Rectangle 2; 
	fp-font: Arial; fp-font-size: 9;
    }    

.backbutton {
  display: block;
  width: 100px;
  height: 20px;
  background: url(images/button1.jpg); no-repeat: 0 0;
  }
  
.navbutton    {
  display: block;
  width: 150px;
  height: 25px;
  }
  
.button2 span {
  display: none;
  }
  
.buttonA   {
  display: inline;
  align: center;
  width: 120px;
  height:50px;
  background-color: #DCD5F9;
  text-decoration: none;
  font-family: arial, Century Gothic, Helvetica ;
  font-size: 8px;
  color: black;
  }

.footer {
	clear: both;
    margin-left:1em;
	}
	
.footer2  {
    clear: both;
    width: 900px;
    margin-left: 1.0em;
    font-family: Arial;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	line-height:1.1em;
    }