nav {
		 text-align: center;
		 font-size: 14px;
		
		
		 background-color:  #191970;
		 border-bottom: 2px solid #4169E1;
		 border-top: 2px solid #00008B;
		 padding-bottom: 4px;
		 padding-top: 10px;
		 
}

header {
		color: #00FFCC;
		text-align: center;
		background: #00008B url("images/header_bg.png") no-repeat top center;
		height: 157px;
}

footer {
		 text-align: left;
		 font-size: 14px;
		
		
		color: #00FFCC;
		 background-color: #301934;
		 border-bottom: 2px solid #00008B;
		 border-top: 2px solid #00008B;
		 padding-bottom: 4px;
		 padding-top: 10px;
}
li{
list-style-position:inside;}