﻿
body {
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 0px;
	
}
#header {
	margin: 0px auto;
	height: 128px;
	width: 1000px;
	text-align: center;
	background: transparent url('images/Header.png') no-repeat 0px 0px;
}

#nav {
	height: 50px;
	margin-left: 30px;
}
#nav a {
	display: inline-block;
	float: left;
	text-align: center;
	font-family:"Helvetica Neue", "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	text-decoration: none;
	font-size: 11pt;
	color: #ededed;
	height: 60px;
	padding: 18px 0px 15px 0px;
	margin: 0px 35px 0px 35px;
	zoom: 1;
}
#nav a:focus {
	outline: none;
	border: none;
}

#nav a:hover {
	color: #008cc0;
	background:transparent url('images/NavSelect.png') no-repeat center 35px;
	margin: -8px 35px 0px 35px;
}

#nav a.selected {
	color: #008cc0;
}

#nav a.active {
	color: #008cc0;
	background:transparent url('images/NavSelect.png') no-repeat center 5px;
}


#WebFlash {
	margin: 0px auto 0px auto;
	height: 550px;
	width:  1000px;
}

#PennyPlay {
	margin: 50px auto 0px auto;
	height: 370px;
	width:  548px;
}