body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
	margin: auto;
	font-family: geneva;
	color: white;
}

a {
	color: white;
}

a:hover {
	color: #CCCC99;
}

#main {
	width: 900px;
	margin: auto;
	text-align: center;
}

#head {
	background-image: url(../img/head_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
}

#header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 150px;
	text-align: center;	
}

#menu {
	width: 600px;
	height: 40px;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: block;
	float: left;
	padding: 0 9px 0 8px;
	line-height: 20px;
	font-size: 24px;
	text-align: center;
}

#bar {
	background-image: url(../img/bar.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 65px;
	margin-top: 24px;
	text-align: center;	
}

#page {
	margin-top: -24px;
	min-height: 470px;
	background-image: url(../img/page.png);
	background-repeat: repeat-y;
}

#left-menu {
	width: 180px;
	margin: 18px 0 0 70px;
	border-right: 1px solid #ffffff;
	float: left;
	padding-bottom: 60px;
	text-align: left;
}

#left-menu ul {
	list-style-type: none;
}

#left-menu li {
	margin-left: -30px;
	color: #330000;
	line-height: 24px;
	font-family: verdana;
}

#left-menu li a {
	color: #330000;
	text-decoration: none;
}

#left-menu li a:hover {
	color: #660000;
}

#content {
	width: 546px;
	margin: 18px 0 0 20px;
	float: left;
}

#content ul {
	list-style-type: none;
	color: #330000;
	text-align: left;
	font-family: arial;
}

h1 {
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
	color: #660000;
	text-align: left;
	margin-bottom: -6px;
}

.address {
	text-indent: 0px;
	margin-left: 20px;	
}

#read li {
	color: #000033;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
}

.hiya {
	color: #000033;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	margin-left: -12px;
}

.img {
	border: 0px;
}

.video-info {
	color: #000066;
	font-family: arial;
	text-align: left;
	padding-bottom: 20px;
	font-weight: bold;
}

.video-info span {
	font-weight: normal;
}

#reading {
	width: 540px;
	height: 140px;
	background-image: url(../img/reading.png);
	background-repeat: no-repeat;
}

.resources {
	width: 540px;
	height: 140px;
	background-image: url(../img/resources.png);
	background-repeat: no-repeat;
}

#space {
	width: 152px;
	height: 140px;
	background: transparent;
	float: left;
}

.space {
	width: 152px;
	height: 140px;
	background: transparent;
	float: left;
}

.schedule {
	width: 96px;
	height: 140px;
	background-image: url(../img/schedule.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

.handout, .handout_blanks, .powerpoint, .vid {
	width: 96px;
	height: 140px;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

.handout {
	background-image: url(../img/handout.png);
}

.handout_blanks {
	background-image: url(../img/handout_blanks.png);
}

.powerpoint {
	background-image: url(../img/powerpoint.png);
}

.vid {
	background-image: url(../img/vid.png);
}

.handout a, .handout_blanks a, .powerpoint a, .vid a, .schedule a {
	color: #660000;
	font-weight: normal;
	font-size: 12px;
}

.handout a:hover, .handout_blanks a:hover, .powerpoint a:hover, .vid a:hover, .schedule a:hover {
	color: #666666;
}

#footer {
	width: 100%;
	height: 80px;
	margin-top: 12px;
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
}	

.footer {
	width: 800px;
	margin: auto;
	text-align: left;
	padding-top: 40px;
	font-size: 12px;
	font-family: arial;
	color: #666666;
}

.footer a {
	color: #444444;
}

#bar ul {
	list-style-type: none;
}

#bar li {
	display: block;
	float: left;
	padding: 10px 0 0 20px;
	line-height: 20px;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
	color: #000066;
}

#bar span {
	font-size: 28px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #B9B999;
}

p {
	text-indent: 20px;
	text-align: justify;
	font-family: arial;
	color: #000033;
}

.quote {
	font-style: italic;
	font-size: 14px;
}

.clear {
	Clear: both;
}
