body {
	background: #708090 url(images/farley_hall.jpg) no-repeat
		fixed 80% 360px;
	line-height: 1.4;
	font-family: "Helvetica Neue",Helvetica, "Arial", Geneva, sans-serif; 
	font-size: 90%;
	/*text-align: center;
	margin: 0 10%;*/
}



h1 {
	color: #FFFAFA;
	font-size: 200%;
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
	/*line-height: 1.455em;*/
}

#nav {
	/*margin: 0 10px 0 0;*/
	margin: 0 0px 10px 0;
	padding: 0;
	background: #FFFAFA;
	list-style-type: none;
	width: 585px;
	float: left; /*contain floated list items*/
}

#nav li {
	margin: 0;
	padding: 0;
	float: left; 
}

#nav a {
	float: left;
	width: 127px;
	text-align: center;
	/*display: block; to increase clickable area as a's default to inline*/
	color: #6A5ACD;
	text-decoration: none;
	line-height: 2.5;	border-right: 1px solid #6A5ACD;
}

#nav #nav_contact a {
	border: none;
}


#nav a:hover {
	background: #D3D3D3;
}

#nav #nav_upcoming_productions a {
	width: 200px;
}	



#mission_statement {
	float: left;
	background: #87CEFA;
	color: #FFFAFA;
}

#history {
	float: left;
	background: #87CEFA;
	color: #FFFAFA;
}


#mission_statement h3 {
	padding-left: 10px;
	font-style: italic;
	background: #1E90FF;
}

#history h3 {
	padding-left: 10px;
	font-style: italic;
	background: #1E90FF;
}

p {
	padding-left: 10px;
	background: #87CEFA;
	color: #444;
}

#assassins a {
	text-decoration: none;
	color: #00008B;
}

#assassins a:hover {
	color: #FFFAFA;
	background: #87CEFA;
}

#assassins h3{
	margin-top: 70px;
}

#title_line h3 {
	margin-top: 70px;
}

h2 {
	margin-top:70px;
}


	


