  body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #ffffff;
        background-image: url(../Churchgraphs/pagebg.jpg);
        position: relative;   
	}

	h2
	{
		color: #B52C07;
		font: 135% "arial", lucida console, sans-serif;
        font-weight: bold;
        text-align: left;
		margin: 0 0 0px 0;
	}
	
	h2 a { text-decoration: none; }

    h3
	{
		color: #5B5E0E;
		font: 115% "arial", lucida console, sans-serif
		font-weight: bold;
        text-align: left;
		margin-top: 0;
	}


  h4
	{
		color: #0000b0;
		font: 95% arial, "lucida console", sans-serif;
		margin-top: 0;
        font-weight: bold;
        text-align: center;
 	}


    h5
	{
		
      	font: 85% "georgia-Bold", times, times new roman, serif;
        color: #0000b0;
  		border-top:1px solid #564b47;
        border-bottom:1px solid #564b47;
		margin-top: 0;
        font-weight: bold;
 	}
	
  h6
	{
		color: #000000;
		font: 90% "arial", lucida console, sans-serif;
		font-weight: bold;
        text-align: left;
		margin-left: 1em;
 	}

 p { font: 100% "arial", lucida console, sans-serif;
     color: #000000;
     text-align: left;
    }


	#container
	{
		margin: 1em auto;
		width: 950px;
		text-align: left;
		background-color: white;
		border: 1px solid #D4914E;
	}
	
	#header
	{
		height: 64px;
		background-image: url();
        background-image-repeat: no-repeat;
		background-position: 10 10;
		border-bottom: 0px solid #fff;
        border-left: 200px;
		position: relative;

	}
	
		
	#menu
	{
		float: left; 
		width: 145px;
		height: 700px;
		padding-left: 0px;
        padding-top: 0px
		background-color: white;
        border-right: 1px solid #fff;
	}

   #menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 130%;
        font-size: 85%
	}   

   #menu li a
	{
		text-decoration: underline;
		color: #F94A52;
	}

    #menu li a:hover
	{
		text-decoration: none;
		color: #F3989C;
	}

	#rmenu
	{
		float: right; 
		width: 155px;
		height: 700px;
		border-left: 1px solid #fff;
		padding-left: 0px;
		padding-right: 5px;
		overflow: auto
	}

    #rmenu p { line-height: 120%; text-align: left; font-size:80%;}
   
	#rmenu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 140%;
        font-size: 85%
	}   

   #rmenu li a
	{
		text-decoration: underline;
		color: #F94A52;
	}

    #rmenu li a:hover
	{
		text-decoration: none;
		color: #F3989C;
	}


	#footer	
	{
		clear: both;
		color: #272900;
		text-align: right;
		padding: 5px;
		font-size: 90%;
		background-color: #F8B97B;
	}


   	#contents	
	{
		
        margin-right: 20px;
	    margin-left: 165px;
        padding-right: 5px;
	    height: 700px;
        width: 600px;
	    background-color: white;
        overflow: auto        
        
	}

	#contents p { 
                line-height: 140%; 
                text-align: left; 
				font-size:85%;}

   #navcontrainer ul
    {list-style-type: none;
     margin: 0;
     padding: 0;
	 text-align: center;
	 }

  	#navcontrainer ul li { display: inline; }

	#navcontrainer ul li a 
  	{	 
		text-decoration: none; 
		padding: .2em 1em;
		color: #fff;
		background-color: #036;}

	#navcontrainer ul li a:hover
	{
		color: #fff;
		background-color: #369;
	}

	.imagefloat
	{
		float: center;
		padding: 1px;
		border: 1px solid #9FA41D;
		margin: 0px 0px 10px 10px;
	}

   .imagefloat1
	{
		float: left;
		padding: 3px;
		border: 1px solid #9FA41D;
		margin: 0px 0px 10px 15px;
	}
.imagefloat2
	{
		float: right;
		padding: 1px;
		border: 1px solid #9FA41D;
		margin: 0px 0px 10px 10px;
	}
