@charset "utf-8";
/* CSS Document */


		   
#top { height:99px; margin:0px; padding:0px;  background-color:#464646;}

#middle { background-color:#464646;
	      padding-left:91PX;}

#bottom { padding-top: 15px;
		  margin:0px;
		  position: absolute;
		  bottom: 0px;
		  right:0px; 
		  background-color:#464646;}

body {  background-color:#464646;}

a:link, a:visited { 
			   font-size: 18px;
			   font:"Times New Roman", Times, serif;
			   color:#ffcc00;
			   text-decoration: underline;
			   }
			   
a:hover {color:#990033;}
