/* CSS Document */


body {
background: #191919 url(../images/headerBlue.jpg) no-repeat top center;
}



#topNav {
	float: left;
	width: 870px;
	background-color: #88a4c7;
	
}

#topNavRight ul li a:hover {
	background: #66a3f0;	
}

#styleSwitcher #blueSquare {
     border: 2px solid #ededed;
}

#styleSwitcher #greenSquare {
     border: 2px solid #595959;
}

#footer {
	float: left;
	width: 870px;
	background: #88a4c7;
	height: 250px;
}


a:Link {
	color: #191919;
	text-decoration: none;
}

a:visited {
	color: #191919;
	text-decoration: none;
}

a:active {
	color: #191919;
	text-decoration: none;
}

