/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #CCCCCB;
}

.clear {
	clear: both;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #535349;
	list-style: inside;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: #DFDFDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	position: relative;
	top: 0;
}

#topright {
	width: 280px;
	height: 193px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#bottomleft {
	width: 373px;
	height: 160px;
	margin: -50px 0 0 0;
	padding: 0;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#navigation-globe,
#navigation-plates,
#navigation-aspects,
#navigation-notfun,
#navigation-believe,
#navigation-arrival,
#navigation-barbacue,
#navigation {
	width: 1000px;
	height: 47px;
	background: #DFDFDD;
	margin: 0 12px;
	padding: 0;
	position: relative;
	top: 80px;
	border-bottom: 10px solid #0D2D6E;
}

#navigation-barbacue {
	border-bottom: 10px solid #A1A537;
}

#navigation-arrival {
	border-bottom: 10px solid #61298B;
}

#navigation-believe {
	border-bottom: 10px solid #EB008B;
}

#navigation-notfun {
	border-bottom: 10px solid #F7931D;
}

#navigation-aspects {
	border-bottom: 10px solid #00A7B9;
}

#navigation-plates {
	border-bottom: 10px solid #F9B233;
}

#navigation-globe {
	border-bottom: 10px solid #00ADEF;
}

#content-700,
#content-600,
#content {
	width: 940px;
	min-height: 500px;
	height:auto !important;
	height: 500px;
	background: #fff;
	margin: 0 12px;
	padding: 50px 30px 0 30px;
	position: relative;
	top: 80px;
}

#content-600 {
	min-height: 600px;
	height: 600px;
}
#content-700 {
	min-height: 700px;
	height: 700px;
}

	#teachers-notes p,
	#content-700 p,
	#content-600 p,
	#content p {
		width: 510px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #535349;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	h1.globe,
	h1.plates,
	h1.aspects,
	h1.notfun,
	h1.believe,
	h1.arrival,
	h1.barbacue {
		width: 510px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #A1A537;
		line-height: 1.5em;
		margin: 0 0 20px 0;
		padding: 0;
	}
	
	h1.arrival {
		color: #61298B;
	}
	
	h1.believe {
		color: #EB008B;
	}
	
	h1.notfun {
		color: #F7931D;
	}
	
	h1.aspects {
		color: #00A7B9;
	}
	
	h1.plates {
		color: #F9B233;
	}
	
	h1.globe {
		color: #00ADEF;
	}
	
		#teachers-notes {
			width: 510px;
			height: 100%;
			background: #fff;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 55px;
		}
		
	h2.globe,
	h2.plates,
	h2.aspects,
	h2.notfun,
	h2.believe,
	h2.arrival,
	h2.barbacue {
		width: 510px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #A1A537;
		line-height: 1.5em;
		margin: 20px 0;
		padding: 0;
	}
	
	h2.arrival {
		color: #61298B;
	}
	
	h2.believe {
		color: #EB008B;
	}
	
	h2.notfun {
		color: #F7931D;
	}
	
	h2.aspects {
		color: #00A7B9;
	}
	
	h2.plates {
		color: #F9B233;
	}
	
	h2.globe {
		color: #00ADEF;
	}
	#link-holder {
		width: 130px;
		height: 132px;
		background: url(/images/right-hand-holder.gif) top left no-repeat;
		position: absolute;
		top: 115px;
		right: -12px;
		z-index: 2;
		padding: 50px 20px 0 35px;
	}
	
		a.linked:link,
		a.linked:active,
		a.linked:visited,
		a.linked:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			color: #fff;
			float: left;
			padding: 0 0 15px 18px;
			text-decoration: none;
			background: url(/images/small-arrow.png) top left no-repeat;
		}
		
		a.linked:hover {
			text-decoration: underline;
		}
		
	#link-holder-other {
		width: 130px;
		position: absolute;
		top: 160px;
		right: 12px;
		z-index: 2;
		padding: 0;
	}
	
		a#audiolink:link,
		a#audiolink:active,
		a#audiolink:visited,
		a#audiolink:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			float: left;
			padding: 0 0 25px 40px;
			text-decoration: none;
			background: url(/images/audio-clip.png) top left no-repeat;
		}
		
		a#audiolink:hover {
			text-decoration: underline;
		}
		
		a#teachnotes:link,
		a#teachnotes:active,
		a#teachnotes:visited,
		a#teachnotes:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			float: left;
			padding: 0 0 25px 40px;
			text-decoration: none;
			background: url(/images/teachers-notes.png) top left no-repeat;
		}
		
		a#teachnotes:hover {
			text-decoration: underline;
		}
		
		a.worksheet:link,
		a.worksheet:active,
		a.worksheet:visited,
		a.worksheet:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			float: left;
			padding: 0 0 25px 40px;
			text-decoration: none;
			background: url(/images/worksheet.png) top left no-repeat;
		}
		
		a.worksheet:hover {
			text-decoration: underline;
		}
		
	#page-image {
		position: absolute;
		bottom: 30px;
		right: 200px;
		z-index: 2;
	}
	
	#page-image-other {
		position: absolute;
		top: 100px;
		right: 0;
		z-index: 2;
	}

#footer {
	width: 1000px;
	height: auto;
	margin: 0 12px;
	padding: 25px 0 0 0;
	position: relative;
	top: 80px;
}

	#footer p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		text-align: right;
		margin: 0;
		padding: 0 20px 0 0;
	}
	
.audioclip-box-barbacue,
.audioclip-box-arrival,
.audioclip-box-believe,
.audioclip-box-notfun,
.audioclip-box-aspects,
.audioclip-box-plates,
.audioclip-box-globe {
	margin: 0 auto;
	padding: 15px 0 0 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A1A537;
}

.audioclip-box-arrival {
	color: #61298B;
}

.audioclip-box-believe {
	color: #EB008B;
}

.audioclip-box-notfun {
	color: #F7931D;
}

.audioclip-box-aspects {
	color: #00A7B9;
}

.audioclip-box-plates {
	color: #F9B233;
}

.audioclip-box-globe {
	color: #00ADEF;
}





