/* CSS Document */

.header {
	width:960px;
	margin:auto;	
}

.topNav {
	width:960px;
	height:28px;
	margin:auto;
	background-color:#00a6e3;
}

.topNav div {
	position:relative;
	float:left;
	height:23px;
	text-align:center;	
	padding:5px 20px 0px 20px;
	background-color:#00a6e3;
	color:white;
	border:0;
}

.topNav div:hover {
	background-color:white;
	color:#f58025;
}

.mainContent {
	width:900px;
	margin:auto;	
}

.footer {
	width:960px;
	height:30px;
	margin:auto;
	background-color:#00a6e3;	
	color:white;
	font-size:12px;
	padding:5px 15px 5px 15px;
	margin-bottom:25px;
}
