/*   Containers   */

#outer {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	background-repeat: no-repeat;
	height: 145px;
}
#skip {
	display: none;
}
#dolphinnav {
	display: none;
}
#search {
	display: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	height: auto;
	background-color: #FFF;
}
#divisions {
	display: none;
}
#footer {
	clear: both;
	padding-top: 10px;
	border-top: 1px #ccc solid;
}
