/********************************* 
Name of Author/Editor : Kavita K 
Date : 22nd Mar 2006, Wednesday
Project :Kendriya Vidyalaya Dharwad
Notes :
*******************************/

				
#school_photo	{
				padding-top:25px;
				background-image: url('../images/frame_top.gif');
               	background-repeat:no-repeat; 
               	background-position-y:top;
               	}
								
#txt, #rightNavigation
				{
				float:left;
				}	

 				
#txt 			{
				width:419px;
				padding-left:20px;	
				text-align:justify;
				font-size:100%;
				line-height:150%;
				
				}
				
#rightNavigation
				{	
				width:140px;
				margin-top:20px;
				
				}
#rightNavigation ul
				{
				list-style-type:none;
				margin:0;padding:0;
				text-align:right;
				padding-right:20px;
				}
#rightNavigation li
				{
				background-image:url('../images/bullet_right_nav.gif');
				background-repeat:no-repeat;
				background-position:right;
				padding-right:20px;
				line-height:200%;
				font-size:12px;
				font-weight:bold;
				color:#344DD7;
				}
#rightNavigation a:link, #rightNavigation a:active, #rightNavigation a:visited, #rightNavigation a:hover
				{
				text-decoration:none;
				color:#344DD7;
				}
				

#bottomSpace 	{	
				margin:0; padding:0;
				clear:both;
				background: url('../images/frame_bot.gif') no-repeat 0 0;
				height:40px;
				}
				
			
/* This div is for the footer part*/

#footer			{
				position:relative;
				clear:both;
				height:30px;
				}
				
#bottom			{
				height:30px;
				background-color:#A1A1FF;
				}				
				
#bottomLeft		{
				float:left;
				background-image:url('../images/bot_left_corn.gif');
				background-repeat:no-repeat;
				background-position: left top; 
				font-size:100%;
				padding-top:5px;
				padding-left:20px;
				}
#bottomRight	{
				float:right;
				background-image:url('../images/bot_right_corn.gif');
				background-repeat:no-repeat;
				background-position: right top; 
				font-size:100%;
				padding-top:5px;
				padding-right:20px;
				}	
/* This css is for the text of small font */
							
.smallFont		{
				padding-left:100px;
				font-size:80%;
				}				
				