body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #4268BF url(http://www.piearts.org/images/gradbody.jpg) repeat-x;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#header-inner {
	width: 800px;
	margin: 0 auto;
}
#header-left {
	width: 200px;
	height: 85px;
	float: left;
	background: #0A39A6 url(http://www.piearts.org/images/gradbodyleft.jpg) repeat-x;
}
#header-right {
	width: 600px;
	float: left;
}
#header-right h1 {
	padding: 10px;
	margin: 0;
}
#header-right a {
	color: #ffffff;
	text-decoration: none;
}

#section-outer {
	background: #FF4606 url(http://www.piearts.org/images/gradsection.jpg) repeat-x;
}
#section-inner {
	width: 800px;
	margin: 0 auto;
	color: #ffffff;
	font-size: small;
}
#section-left {
	width: 200px;
	float: left;
	background: #A62C02 url(http://www.piearts.org/images/gradsectionleft.jpg) repeat-x;
	height: 28px;
}
#section-left h2 {
	display: block;
	font-size: small;
	margin: 0;
	padding: 5px 5px 5px 15px;
}

#top-menu {
	float: left;
	width: 600px;
}
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-menu li {
	float: left;
	padding: 5px 5px 5px 10px;
}
#top-menu a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#top-menu a:hover {
	color: #000000;
	border-bottom: dashed 1px #c65900;
}

#content-outer {
	background: #000000;
}
#content-inner {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

#left-menu ul {
	float: left;
	width: 200px;
}
#left-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left-menu a {
	display: block;
	background: #84AAFF;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #d8ebff;
	border-left: 5px solid #0A39A6;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
#left-menu a:hover, #left-menu li.current a {
	background: #2064FF;
	color: #FFFFFF;
}

#main-content {
	float: left;
	width: 580px;
	padding: 0 10px 10px 10px;
	font-size: small;
}
#main-content h1 {
	font-size: 22px;
}
#main-content h2 {
	font-size: 18px;
}
#main-content h3 {
	font-size: 14px;
}
#main-content th {
	text-align: left;
}
	
#footer-orange {
	background:  #FF4606;
	width: 100%;
	height: 3px;
}
#footer {
	width: 800px;
	margin: 0 auto;
	font-size: x-small;
	color: #ffffff;
	padding: 15px 15px 45px 15px;
}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}
.school-content h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #C00;
}