@charset "UTF-8";
body {
	font: 12px/15px Helvetica;
	background: #424242 url(images/bkgd-top-curtain.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #900;
}
.oneColFixCtrHdr #container {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: justify;
	position: relative;

	background-image: url(images/bkgd-all.jpg)font-family: Georgia, "Times New Roman", Times, seriffont-weight: lighterfont-size: 14pxcolor: #999;
	padding-top: 0px;
}
.oneColFixCtrHdr #header {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	margin-top: 1px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-left: 173px;
	background: #FFF url(images/inner-content-bkgd.gif) repeat 670px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 10px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.oneColFixCtrHdr #footer {
	padding: 12px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #2A2929;
	background-image: url(images/bkgd-footer.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	margin-left: 173px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#lightbulb , font-family: Georgia, "Times New Roman", Times, serif, font-weight: lighter, font-size: 16px, color: #999{
	position: absolute;
	z-index: 100;
	right: 12px;
	top: -12px;
}
#header2 {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.textheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0994C6;
	line-height: 20px;
}
.homebody {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}
.verticalline {
	width: 350px;
	margin-left: 10px;
	padding-left: 45px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	float: right;
}
.homebox {
	margin-left: 10px;
	padding-left: 10px;
}
#header3 {
	background-color: #000;
}
#sidebar {
	background-image: url(images/inner-sidebar-bkgd.png);
	background-repeat: no-repeat;
	float: left;
	height: 505px;
	width: 167px;
	padding-right: 6px;
	padding-top: 25px;
}
#mainheader {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding: 0;
	text-align: right;
}
.sidebartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	margin-left: 30px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

a:link {
	color: #E6B800;
	text-decoration: none;
}
a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #06C;
}
.textheadergray {
	font-family: Helvetica;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

a.faculty:link {
	color: #0683BA;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.faculty:visited {
	color: #0683BA;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.faculty:hover {
	color: #C90;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.faculty:active {
	color: #0053A7;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.facultypics {
	border: 3px solid #333;
}
.horizontalrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.showpics {
	padding: 6px;
	border: 1px solid #999;
}

#seasonheader {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding: 0;
	text-align: right;
	height: 222px;
}
.playwrights {
	font-size: 24px;
	line-height: 23px;
}

