  #site { height: 1000px;
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding-top: 0px;
    margin-top: 0px;
    }

  #HMenu { 
    background-color: rgb(0, 213,185);
	text-align: center;
    height: 25px;
    font-family: USAMA NASKH bold, Traditional Arabic;
    font-size: 17px;
  	font-weight: bold;
    }
 
 #VMenu { float: right;
    background-color: rgb(100, 240, 255);
    text-align: right;
    height: 20px;
    font-family: USAMA NASKH bold, Traditional Arabic;
    font-size: 17px;
  	font-weight: bold;
    }

#content { float: right;
    background-color: rgb(255, 255, 255);
    text-align: right;
    height: 18px;
    font-family: USAMA NASKH bold,Traditional Arabic,arial;
    font-size: 17px;
  	font-weight: bold;
    }

 #VMenu  a:hover
	{
    background-color: rgb(0, 213,185);
    }
 
  #randimg { float: left;
    background-color: rgb(0, 128, 128);
    width: 200px;
    height: 150px;
    }

  #pastors { 
      font-family: Traditional Arabic,arial;
    }
    
  body { margin: 0px;
      background-color: rgb(0, 213,185);
      /*background-image: url(images/bg.gif);
    }