
/* Footer menu bar base styles */

	DIV#footer
	 {
		background-color:rgb(23,29,41);
		border-style:solid;
		border-width:1px 0px 0px 0px;
		border-color:rgb(20,20,40);
	 }
	 
	P#copyright
	 {
	 	left:20px;
	 }
	
	A
	 {
	 	color:rgb(180, 180, 180);
	 }

	P#copyright
	 {
	 	color:rgb(170, 170, 170);	 	
	 }