
/* Footer menu bar base styles */

	 DIV#footer
	  {
	 	position:relative;
		top:0px;
		left:0px;
		width:800px;
		height:30px;
		background-color:rgb(62,48,89);
		border-style:none;
	  }
	 P#copyright
	  {
	  	position:absolute;
		left:212px;
		bottom:8px;
		font-family:Arial,sans-serif;
		font-size:8pt;
		color:rgb(140,140,140);	
	  }
	 


