/* CSS Document */
body        				{background-color: #F1F3CE;}

h1, h2, h3 					{font-family:Open Sans, arial, Helvetica, sans-serif;} 

#wrapper 					{width:900px;margin:10px auto; }

#top							{float:left;}
#top		ul					{float:right; margin-left:190px;margin-top:25px;}

#top	 ul li				{display:inline; list-style-type:none; margin:0 0; padding:0 2px; }


#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #00293b; float:right; margin-right:51px; margin-top:10px; border-radius:25px;
}

#navi li 					{float: left;}
		
#navi li a, .dropbtn 			{
  									display: inline-block;
 								 	color: white;
 									font-size:20px;
  									text-align: center;
 									 padding: 10px 20px;
  									text-decoration: none;
											}

#navi li a:hover , .dropdown:hover .dropbtn{
  						background-color: #00293b;
  						color: white;
							}

#navi .dropdown-content {
  display: none;
  position: absolute;
  background-color: lightblue;
  min-width: 160px;
  box-shadow: 5px 8px 10px 0px black;
  margin-left:18px;
 }

#navi .dropdown-content a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#navi   .dropdown-content a:hover {
background-color: gray;
color:white;
}

#navi .dropdown:hover .dropdown-content {
  display: block;
}

#navi {clear:both;}

#tit	h2	{float:left; margin-top:20px; margin-left:35px; font-style:Helvetica;}

#venky	{margin-top:50px; margin-left:10px;}
#venky 	{border:2px solid black;border-radius:20px; height:220px; }

#venky	p 	{width:630px; text-align:justify; }

#venky h4  {margin-left:20px  }
#venky p  {margin-left:20px  }

#venky img		{float:right; margin-top:-180px; margin-right: 20px;   }

#venky1 	{margin-top:50px; margin-left:10px; }
#venky1  	{border:2px solid black;border-radius:20px; height:230px; }

#venky1	p 	{width:630px; text-align:justify; }

#venky1 h4  {margin-left:20px  }
#venky1 p  {margin-left:20px  }

#venky1 img		{float:right; margin-top:-120px; margin-right: 20px;   }


#venky2 	{margin-top:50px; margin-left:10px;}
#venky2  	{border:2px solid black;border-radius:20px;  height:230px; }

#venky2	p 	{width:630px; text-align:justify; }

#venky2 h4  {margin-left:20px  }
#venky2 p  {margin-left:20px  }

#venky2 img		{float:right; margin-top:-120px; margin-right: 20px;   }


#venky3 	{margin-top:50px; margin-left:10px;}
#venky3  	{border:2px solid black;border-radius:20px;  height:230px; }

#venky3	p 	{width:630px; text-align:justify; }

#venky3 h4  {margin-left:20px  }
#venky3 p  {margin-left:20px  }

#venky3 img		{float:right; margin-top:-120px; margin-right: 20px;   }

#venky4 	{margin-top:50px; margin-left:10px;}
#venky4  	{border:2px solid black;border-radius:20px;  height:230px; }

#venky4	p 	{width:630px; text-align:justify; }

#venky4 h4  {margin-left:20px  }
#venky4 p  {margin-left:20px  }

#venky4 img		{float:right; margin-top:-120px; margin-right: 20px;   }


#venky5 	{margin-top:50px; margin-left:10px;}
#venky5  	{border:2px solid black;border-radius:20px;  height:230px; }

#venky5	p 	{width:630px; text-align:justify; }

#venky5 h4  {margin-left:20px  }
#venky5 p  {margin-left:20px  }

#venky5 img		{float:right; margin-top:-120px; margin-right: 20px;   }


#footer			{clear:both; padding: 10px 0; text-align:center;}

#contactus			{float:right; margin:-105px 60px;display:inline;}
#contactus2 				{float:right; margin:70px -510px;}	
#contactus	{text-align: center;
    }
        button {
           color:lightgoldenrodyellow;
            font-size: 16px; 
        } 
        .b1 { 
            background-color: grey; 
        } 
        .b1:hover { background-color:yellow; color:blue;}
        
        
#text	 p		{text-align:justify;}

