/* CSS Document */

   body
		{
			margin: 0;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
		}
		
		#header
		{
			height: 50px;
			border-style: groove;

		}
		
	 .header_left
    {
      float: left;
      width: 75%;
    }
    
  .header_bottom
    {
      float: left;
      width: 25%;
    }
		
		#sub
		{
      margin-top: 20px;
      
    }
		#gutter
		{
			clear: both;
			height: 25px;
			background-color: #666;
		}
		
		#left_col
		{
			float: left;
			width: 15%;
			display: inline;
		}
		
		#center_col
		{
			float: left;
			width: 42%;
			margin-left: 3%;
			background-color: #bbb;
		}
		
		#right_col
		{
			float: left;
			width: 82%;
			margin-left: 3%;
			background-color: #bbb;
		}
		
		#footer
		{
			clear: both;
			height: 50px;
			background-color: #666;
		}
		
		#menu{
       
          
        
         }
		h1
		{
			margin: 0;
			padding: 5px;
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
			color: #CC0000;
		}
		
    .z0
    {
       position:absolute;
       left:0px;
       top:0px;
       z-index:-1
    }
    p.pos
    {
       position:absolute;
       left:100px;
       top:45px
    }
    #verse {position: absolute;
            margin-left: 10px;
            }
    #sm{ font-size: 10px; }
    .size90{font-size: 90%;}
    .size60{font-size: 60%;}
    
    #z_confa {left:10%;}
		h3 { margin-left: 7px;
        }
		ul {
       list-style-type: none
       }
   
		a:link {color: #000000}
    a:visited {color: #000000}
    a:hover {color: #CC0000}
    a:active {color: #000000}
		img.float_left 
    { 
      float: left; 
      margin: 4px; 
    }
    
   #dimension
   {
    width="75";
    height="75";   
   }
    
    
