#nav {
	height: 20px;
	width: 960px;
	text-align: center;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FFFFCC;
	position: relative;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFCC;
	top: -5px;
	background-image: url(http://littlegiantsteps.com/images/navbg.gif);
}
#nav a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
#nav a:hover {
	background-color: #006633;
	display: inline;
}

#page-container {
	background-color: #FFFFCC;
width:960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #0F6734;
	border-right-color: #FFFFCC;
	border-bottom-color: #0F6734;
	border-left-color: #FFFFCC;
}

#classicFooter{
background-color: #9FC07C;
	height: 54px;
	width: 944px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0F6734;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #FFFFCC;
}

#classicFooter .poweredBy{
font-weight:normal;
color:#444;
}

#classicFooter .copyright {
margin-top:5px;
display:block;
}

#classicFooter .left {
  padding:5px;
font-size:9px;
font-weight:normal;
}

#classicFooter a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

#classicFooter a:hover {
	color: #006633;
}


