@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.boldName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #627689;
}
.mattBioText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	height: auto;
	width: 600px;
	position: relative;
	left: 40px;
	top: 40px;
	text-align: left;
	z-index: 1000;
}
#linksBkgd {
	background-color: #000000;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	height: 300px;
	width: 500px;
	position: relative;
	left: 150px;
	top: 100px;
	z-index: 100;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.links {
	height: 200px;
	width: 400px;
	position: relative;
	left: 200px;
	top: -180px;
	line-height: 3em;
	z-index: 100;
}
.links a:link {
	color: #fee8ce;
	font-size:1.5em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.links a:visited {
	color: #999999;
	font-size:1.5em;
	text-decoration: none;
}
.links a:hover {
	color: #993300;
	font-size:1.5em;
	text-decoration: none;
}
.links a:active {
	color: #660000;
	font-size:1.5em;
	text-decoration: none;
}
#title {
	background-image: url(../images/nicoletTheaterTitle.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 525px;
	position: relative;
	left: 20px;
	top: 20px;
}
#mainContainer {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	text-align: center;
	position:relative;
	top:-8px;
	left:0px;
	padding: 0px;
}

#background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: 600px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	/*border: 2px solid #242e2d;*/
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/iHateHamlet.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
