/* Container Section */

#container {
	display: block;
	margin: 0 auto;
	width: 1000px;	
}

/* Header Section */

#header {
	background: url(../images/header-bg.png) repeat-x top left;
	height: 165px;
	position: relative;
	width: 1000px;
}

	#header a#logo {
		float: left;
		margin: 8px 0 0 13px;
	}

		#header a#logo img {
			height: 147px;
			width: 392px;
		}

	#header div {
		float: right;
		margin: 8px 13px 0 0;	
		width: 500px;
	}

		#header div img#text {
			float: right;
		}
		
		#header div#nurseryRhymes {
			background: url(../images/scroll.png) no-repeat top right;
			height: 54px;
			margin: -2px 0 0;		
			padding: 0;		
			width: 420px;
		}

/* Top Menu Section */

#topMenu {
	background: url(../images/top-menu-bg.png) no-repeat top left;
	height: 33px;
	margin: 4px 0;
	width: 1000px;
}

	#topMenu ul {
		margin: 0 10px;
		overflow: hidden;		
		width: 970px;
	}

		#topMenu ul li {
			float: left;
			list-style: none;
		}

			#topMenu ul li a {
				display: block;
				line-height: 33px;
				margin-right: 5px;
				padding: 0 8px;
			}

				#topMenu ul li a span {
					color: #ddc594;
				}

				#topMenu ul li a:hover, #topMenu ul li a.selected {					
					background: #c6a06f url(../images/top-menu-bg-right-hover.png) no-repeat top right;										
				}
				
					#topMenu ul li a:hover span, #topMenu ul li a.selected span {
						display: block;
						background: #c6a06f url(../images/top-menu-bg-left-hover.png) no-repeat top left;
						color: #ffffff;
						margin-left: -8px;
						padding-left: 8px;
					}
				
/* Navigation Section */

#navigation {
	float: left;	
	margin-bottom: 8px; 
	overflow: hidden;
	width: 200px;
}
	
	#navigation h2 {
		background: #f0d39f url(../images/navigation-header-bg.png) no-repeat top left;
		color: #ffffff;
		font-size: 14px;		
		font-weight: bold;
		height: 29px;
		line-height: 29px;
		padding: 0 5px 5px;
	}

	#navigation ul#menu {
		background: #f0d39f;
	}

		#navigation ul#menu li span {
			background: url(../images/navigation-sub-header-bg.png) no-repeat top left;
			color: #ffffff;
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 25px;
			line-height: 25px;
			padding: 0 5px;
		}

			#navigation ul#menu li a {
				background: #f0d39f url(../images/navigation-arrow-bg.png) no-repeat center left;
				color: #8e6b41;
				display: block;
				margin: 0 10px;
				padding: 5px 0 5px 12px;
				width: 170px;
			}
			
				#navigation ul#menu li a:hover, #navigation ul#menu li a.selected {
					background: #f0d39f url(../images/navigation-arrow-hover-bg.png) no-repeat center left;
					color: #ffffff;
				}			

/* Content Section */

#content {
	float: right;
	margin-bottom: 8px;
	overflow: hidden;
	width: 790px;
}

#contentAdmin {
	margin-bottom: 8px;
}

/* Footer Section */

#footer {
	background: url(../images/footer-bg.png) no-repeat top left; 
	clear: both;
	height: 50px;
	line-height: 50px;
    width: 1000px;
}

	#footer span {
		color: #8e6b41;
		float: left;
		padding: 0 10px;
	}
	
	#footer ul {
		float: right;
		padding: 0 5px 0 0;
	}
	
		#footer ul li {
			display: inline;
			padding: 0 5px;
		}
		
			#footer ul li.last {
				padding: 0;
			}
			
			#footer ul li a {
				color: #8e6b41;
				text-decoration: none;
			}
			
				#footer ul li a:hover  {
					text-decoration: underline;
				}
				
	#footer img {
		clear: both;
		height: 73px;
		margin: 10px auto 0;
		width: 518px;
	}

/* JDC Links */

p#jdc {
	display: block;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
}

	p#jdc a {
		font-size: 9px;
	}
	
		p#jdc a:hover {
			text-decoration: underline;
		}