/*Style sheet for the home page of the Maji Safi site. JPM 14th July 2007*/
body 		{
	  		font: 90%/1.25  Times, Georgia, serif;
	  		background: white url(../images/hands_backgnd.jpg);
	  		text-align: center;
	  		padding: 0;
	  		margin: 10px;
      		}
#container {
	        width: 750px;
	        height: auto;
	        background: white;
	        text-align: left;
	        border: 1px solid #cc8888;
	        margin: 0 auto;
	        color: #366;
	        bottom: auto;
            }
#header 	{
			font-family: Times, Georgia, serif;
          	text-align: center; color:#333; background: #c88; 
		  	font-weight: bold; font-size:90%;
          	letter-spacing: 0.2em; 
          	font-variant: small-caps; margin: 0; padding: 3px;
          	}
  
#footer     {font-family: Times, Georgia, serif; font-variant: small-caps;
			 font-weight: bold;
			 position: relative;
             clear: both;
             background: #c88;
	         color: #333;
	         padding: 5px;
	         text-align: left;
	         font-size:110%;
	         float: none;
	         }
#message_box {width: 70%; background: #eeffff; border: 1px solid #99ffff;
			 margin: 20px; font-size: 80%;
			 }
img			{float: right; margin: 0 0 0 10px;}       
#mission	{text-align: justify; margin: 4px; width: 72%; padding: 8px; font-size: 120%;}
#mission:first-letter {font-variant: small-caps; font-size: 140%; font-weight: bold; }
h1,h2,h4	{text-align: center;}
ul			{list-style-type: none;}
.item		{font-variant: small-caps; font-size: 120%;}


a:link    {color: #3333ff; text-decoration: none; z-index:1;}
a:visited {color: #ff3366; text-decoration: none; z-index:1;}
a:hover   {color: #9933cc; text-decoration: none; background: #ccc; z-index:1;}
a:active  {color: #33ff66; text-decoration: none; z-index:1;}