/*file://e:/webdev/kfm/  */




#homepage
        {
		  position: absolute;
		  width:100%;
		  height: 100%;	
		  background-color: #00008b; 	
		  overflow: hidden;	
		  
		}
		
#wholepage
		{
		  background-image: url(images/kingsley.gif);
		  background-repeat: no-repeat;
		  background-position: center;
		}

#top	{
		  width: 100%;
		  height: 20px;
		}
		  
.header { 
		  
		  height: 120px;
		  border-bottom: 3px solid gold;
		  background-image: url('http://asante.org.uk/kfm/images/kingsley3.jpg');
		  background-repeat: no-repeat;
          background-position:center top;
		  background-color:#00008b;
		  padding-top: 30px;
          
	  }
	  
.middle {
		  height:600px;
		  width: 100%;
		  background-color: #00008b; 
		 
	    }
	
.bottom {
		  /*height: 80px;*/
		  background-color:#00008b; 
		  border-top: 1px solid gold;
		  padding: 30px;
	    }	

.bodytext
        {
          font-family: calibri;
		  font-size: 30px;
		  text-align: center;  
		  color: white;
        }	  
		
#currentDate
		{
		  margin-top: 50px;
		}		
	  
#news  {
          /*height:400px;*/
		  width: 800px;
		  /*height: 400px;*/
		  float: left;
         /* border: 1px solid gold; */
		  padding-left: 50px;
		  margin-left: 50px;
		  display: inline;
        }	  
		
#frameHolder
		{
		  position: absolute;
		  width: 200px;
		  height: 3500px;
		  /*border: solid 2px gold;**/
		  overflow: hidden;
		  zoom: 1.5;
		  top: 200px;
		  right: 220px;
		}
		

		
.rateintro
        {
          font-family: calibri;
		  font-size: 40px;
		  color: gold;
        }			
		
.ratetext
        {
          font-family: calibri;
		  font-size: 26px;
		  color: white;
        }				
		
#mortgage
        {
		  font-family: calibri;
		  font-size: 40px;
		  color: gold;
		  padding-bottom: 20px;
		  padding-top: 20px;
		  
		}  

#savings
        {
		  font-family: calibri;
		  font-size: 40px;
		  color: gold;
		  padding-bottom: 20px;
		}  		
		
#isa
        {
		  font-family: calibri;
		  font-size: 40px;
		  color: gold;
		  padding-bottom: 20px;
		}  				
		
#ticker
		{
		  width: 90%;
		  overflow: hidden;
		  position: relative;
		  left: 90px;
		  height: 40px;
		  border: solid 2px gold;
		  clear: both;
		  background-color:teal;
		  margin-top: 50px;
		}
		
#scroller
		{
		  left: 400px;
		  width: auto;
		  position: relative;
		  font-family: calibri;
		  font-size: 30px;
		  color: white;
		  overflow: visible;
		  float: left;
		  white-space: nowrap;
		  
		}
		
		
.footertext
        {
          font-family: calibri;
		  font-size: 20px;
		  color: #ffd700;
        }		