body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #e8e8d7;
	font-family: Arial, Helvetica, sans-serif;
	}

#page {
	width: 980px;
	margin: 0 auto 0 auto;
	}

#header {
	position: relative;
	width: 980px;
	height: 120px;
	background: url(../media/header-background.png) no-repeat;
	}

	h1 {
		position: absolute;
		top: -5px;
		left: 36px;
		width: 276px;
		height: 58px;
		}

		h1 a {
			display: block;
			text-indent: -9999px;
			width: 276px;
			height: 58px;
			background: url(../media/logo.png) no-repeat;
			}

	#navigation {
		position: absolute;
		bottom: 11px;
		right: 5px;
		margin: 0;
		list-style-type: none;
		float: right;
		}

		#navigation li {
			display: inline-block;
			*float: left;
			margin-left: 4px;
			background: url(../media/button-hand.png) no-repeat;
			}

			#navigation li:hover {
				background: url(../media/button-hand-on.png) no-repeat;
				}

			#navigation li a {
				display: block;
				text-indent: -9999px;
				}

			#home {
				width: 62px;
				height: 25px;
				position: relative;
				top: 4px;
				}

				#home a {
					width: 62px;
					height: 25px;
					background: url(../media/buttons/home.png) 23px 4px no-repeat;
					}

			#classrooms {
				width: 92px;
				height: 25px;
				}

				#classrooms a {
					width: 92px;
					height: 25px;
					background: url(../media/buttons/classrooms.png) 23px 5px no-repeat;
					}

			#teachers {
				width: 75px;
				height: 25px;
				position: relative;
				top: -5px;
				}

				#teachers a {
					width: 75px;
					height: 25px;
					background: url(../media/buttons/teachers.png) 23px 6px no-repeat;
					}

			#curriculum {
				width: 154px;
				height: 25px;
				position: relative;
				top: -9px;
				}

				#curriculum a {
					width: 154px;
					height: 25px;
					background: url(../media/buttons/curriculum.png) 23px 2px no-repeat;
					}

			#hours {
				width: 62px;
				height: 25px;
				position: relative;
				top: -17px;
				}

				#hours a {
					width: 62px;
					height: 25px;
					background: url(../media/buttons/hours.png) 23px 4px no-repeat;
					}

			#menus {
				width: 64px;
				height: 25px;
				position: relative;
				top: -22px;
				}

				#menus a {
					width: 64px;
					height: 25px;
					background: url(../media/buttons/menus.png) 23px 4px no-repeat;
					}

			#forms {
				width: 140px;
				height: 25px;
				position: relative;
				top: -26px;
				}

				#forms a {
					width: 140px;
					height: 25px;
					background: url(../media/buttons/forms.png) 23px 1px no-repeat;
					}

			#jobs {
				width: 55px;
				height: 25px;
				position: relative;
				top: -34px;
				}

				#jobs a {
					width: 55px;
					height: 25px;
					background: url(../media/buttons/jobs.png) 22px 4px no-repeat;
					}

			#contact {
				width: 70px;
				height: 25px;
				position: relative;
				top: -38px;
				}

				#contact a {
					width: 70px;
					height: 25px;
					background: url(../media/buttons/contact.png) 23px 5px no-repeat;
					}

#body {
	position: relative;
	background: #fcb100;
	overflow: hidden;
	*padding-bottom: 30px;
	}

	#left-column {
		position: relative;
		width: 440px;
		margin: 15px 0 25px 225px;
		padding: 30px 30px 30px 30px;
		float: left;
		color: #000066;
		background: #e8e8d7;
		z-index: 10;
		}

		h2 {
			margin: 0;
			}

		#home-page h2 {
			display: block;
			text-indent: -9999px;
			width: 62px;
			height: 17px;
			background: url(../media/header-welcome.png) no-repeat;
			}

		#home-page #events-panel h3 {
			display: block;
			text-indent: -9999px;
			width: 116px;
			height: 22px;
			background: url(../media/subhead-upcoming-events.png) no-repeat;
			}

		#home-page #what-people-say h3 {
			display: block;
			text-indent: -9999px;
			width: 117px;
			height: 23px;
			margin-bottom: 0;
			background: url(../media/subhead-what-people-say.png) no-repeat;
			}

			#left-column p {
				font-size: 12px;
				line-height: 20px;
				}

	#right-column {
		position: relative;
		width: 195px;
		margin: 15px 0 25px 15px;
		padding: 12px 15px 0 15px;
		float: left;
		color: #901f00;
		background: #e8e8d7;
		z-index: 11;
		}

			#right-column p, #right-column ul {
				font-size: 12px;
				line-height: 16px;
				}

				#right-column ul {
					list-style-type: none;
					margin: 0;
					padding: 0;
					}

					#events-header {
						background: #eae8cb;
						}

					#events-header li {
						display: inline;
						font-weight: 700;
						}

					.event-odd {
						background: #cccc99;
						}

					.event-even {
						background: #ffffcc;
						}

					#what-people-say {
						*padding-bottom: 1px;
						}

						#what-people-say h3 {
							}

						#what-people-say p {
							*margin-top: 9px;
							}

					#right-column li {
						}

						.date {
							}

						.event {
							}

						.location {
							}

	#photo {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 232px;
		height: 369px;
		}

#footer {
	clear: both;
	position: relative;
	height: 64px;
	text-align: center;
	background: url(../media/footer-background.png) repeat-x;
	}

	#footer p {
		font-size: 12px;
		margin: 0;
		padding: 25px 0 0 0;
		color: #fff;
		}
		#footer p, #footer a {
		  text-decoration:none;
		  color:#fff;
		  }
		  #footer a:hover {
		    color:#fcb100;
		  }

		}