* {
	margin: 0;
	padding: 0;
}

/* HTML */

body{
/*	background-color: #95ac7d;*/
/*	background-color: #c5dcad;*/
	color: #333333;
/*	color: #252c1d;*/
	line-height: 120%;
}

h1 {
	font-family: georgia, times, serif;
/*	font-family: verdana, arial, sans-serif;*/
	font-weight: normal;
	font-size: 24px;
}

#header h1 {
/*	padding-top: 36px;*/
	color: #40a120;
	padding-top: 22px;
	padding-left: 64px;
}

#home #header h1 {
	padding-left: 0;
}

h3 {
	color: #40a120;
	font-family: georgia, times, serif;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 6px;
}

h4 {
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #40a120;
}

h5 {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding-bottom: 6px;
}

div.quote {
	padding: 10px 40px 10px 40px;
}

.quote p {
	font-family: georgia, times, serif;
	font-style: italic;
}

p.quote_att {
	font-family: georgia, times, serif;
	font-size: 11px;
	text-align: right;
	font-style: normal;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #452c3d;
}

a:hover {
	border-bottom: 1px solid #96d5d1;
}

#header a:hover {
	border: none;
}

img {
	border: none;
}

/* Structure */

#wrapper {
	width: 760px;
	margin: 50px auto;
	background-color: #ffffff;
	padding-bottom: 8px;
/*	border: 1px solid #c5dcad;*/
}

#header {
/*	background-color: #c5dcad;*/
/*	background-color: #96d5d1;*/
/*	text-align: center;*/
	background-color: #ffffff;
/*	border-bottom: 1px solid #c5dcad;*/
	border-bottom: 1px solid #96d5d1;
	padding: 20px 0 20px 4px;
	margin: 0 6px 0 6px;
	color: #452c3d;
/*	background-image: url('../images/1234ws.jpg');*/
	background-repeat: no-repeat;
	background-position: 300px 0;
	height: 50px;
}

#home #header img {
	display: none;
}

#header_inner {
	background-image: url('../images/tr.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px 0 10px 10px;
}

#main_body {
	background-color: #ffffff;
	padding: 8px 0 0px 0;
}

#rail {
	float: right;
	width: 170px;
/*	border-left: 1px solid #c5dcad;*/
	padding: 0 0 10px 0px;
}

#rail div {
	margin-bottom: 10px;
}

#rail li {
	padding: 0px 0 0px 10px;
/*	margin: 1px 1px 1px 3px;*/
	font-size: 11px;
}

#content {
	margin-right: 170px;
	padding: 0 10px 10px 10px;
}

#content p, #content h3 {
/*	padding-left: 10px;*/
}

#content li {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
#home #content img {
	float: right;
	padding: 0 10px 0 10px;
}

#frontpic {
	text-align: center;
	padding: 40px 10px 40px 10px;
}

#main_menu {
	font-family: verdana, arial, sans-serif;
/*	background-color: #96d5d1;*/
/*	padding: 10px 0 10px 0;*/
/*	font-family: georgia, times, serif;*/
/*	font-size: 12px;*/
}

#main_menu a {
/*	font-size: 12px;*/
}

#news {
	margin: 15px 8px 0 8px;
	padding: 5px 2px 0 2px;
/*	border-top: 1px solid #96d5d1;*/
}

#news p {
	font-size: 11px;
}

#map {
	padding-top: 10px;
}

#map a {
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

#footer {
	clear: both;
}

.teacher_bio {
	border-top: 1px solid #96d5d1;
	padding: 10px 0 10px 0;
}

.first_bio {
	border: none;
	padding-top: 0;
}

.teacher_bio .bio_header {
/*	border-bottom: 1px solid #96d5d1;*/
	margin-bottom: 10px;	
}

.teacher_bio img {
	float: right;
	padding: 0 10px 10px 10px;
}

.teacher_bio img.even {
	float: left;
	padding: 0 10px 10px 0px;
}

/* Active menu items */
#home li#home a, #teachers li#teachers a, #schedule li#schedule a, #fees li#fees a, #contact li#contact a {
/*	border-bottom: 1px solid #c5dcad;*/
	color: #40a120;
}