body {
	text-align: center;
	min-width: 720px;
	background: #6c96cc;
	margin: 0;
	padding: 0;
}

#theFlash {
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	width: 710px;
	margin: 0 auto;
	text-align: left;
}

#thePuzzle {
	width: 700px;
	margin: 0 auto;
//	margin-left: 2px;
}

#header {
	width: 710px;
	height: 258px;
	background: url(/i/header.jpg) no-repeat;
	float: top;
}

#nav {
	width: 710px;
	height: 55px;
/*	margin-left: 40px;
	margin-right: 40px;
	padding-top: 10px;*/
	margin-top: 0;
}

#nav a {
	color: #dc4a52;
	font-size: 8px;
	text-decoration: none;
	display: block;
}

#nav li {
	display: block;
	list-style: none;
	float: left;
}

.navImage {
	width: 126px;
	height: 55px;
	overflow: hidden;

}

#navHome {
	background: url(/i/navHome.jpg) no-repeat;
}

#navHome:hover {
	background-position: right bottom;
}

#navDewey {
	background: url(/i/navDewey.jpg) no-repeat;
}

#navDewey:hover {
	background-position: right bottom;
}

#navGames {
	background: url(/i/navGames.jpg) no-repeat;
}

#navGames:hover {
	background-position: right bottom;
}

#navAbout {
	background: url(/i/navAbout.jpg) no-repeat;
}

#navAbout:hover {
	background-position: right bottom;
}

#navParents {
	background: url(/i/navParents.jpg) no-repeat;
}

#navParents:hover {
	background-position: right bottom;
}

a, p, h1, h2, h3, h4, h5, h6, h7, small, li {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

p {
	color: black;
	font-size: 16px;
	text-decoration: none;
	margin: 0;
	padding-bottom: 20px;
	float: top;
}

.narrowColumn {
	width: 400px;
	text-align: justify;
	margin-left: 155px;
}

#content, #footer {
	background: url(/i/contentTile.jpg) repeat-y;
	width: 710px;
	float: top;
	margin: 0;
	padding: 0;
	clear: left;
}

#footer p, firstFooter p {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
}

#footer a, #content a {
	color: #6c96cc;
	text-decoration: none;
}

#footer a:hover, #firstFooter a:hover, #content a:hover {
	color: #fcd062;
	background-color: #dc4a52;
}

#firstFooter a {
	color: #fcd062;
	text-decoration: none;
}

.titleImage {
	margin-left: 15%;
	padding-bottom: 20px;
	padding-top: 10px;
}

.linkBlock {
	float: top;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}

.linkBlock img {
	float: left;
	padding-right: 10px;
}

.linkBlock a, .linkBlock small {
	padding-top: 15px;
	float: top;
}

.linkBlock small {
	display: block;
}

