/* background is the colour of the bottom of the screen #FFCC33 Orange*/

#footer			{
			
			background: #6BB2F5;		
			height: 400px;
			
			color: #000;	
		
			font-family: verdana;
			
			}



#footercopyright	{
			
			font-size: 7pt;
			
			position: absolute;
		
			right: 10px;
			
			bottom: 5px;
			
			color: #000;
			
			}



#footercopyright a	{
			
			text-decoration: none;
		
			color: #000;
			
			}



#footercopyright a:hover {
			
			text-decoration: none;
			
			color: #fff;
			
			}



#footernav		{
			
			font-family: verdana;
		
			font-size: 7pt;
			
			margin-left: 200px;
		
			margin-top: -12px;
			
			}



#footernav a		{
			
			color: #000;

			text-decoration: none;

			padding: 0em 0em 0em 0em;

			border: 0px single #fff;

			}



#footernav a:hover	{
	
			text-decoration: none;

			color: #fff;
		
			}

