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

<style type="text/css" media="all">



@font-face{
	font-family: "SF Minced Meat";
	src: url("SF Minced Meat.ttf") format("truetype");
	}
	
body{
	margin:0;
	padding:0;
	background-color:#bfbfbf;
		
}
	
#container{
	margin: 0px auto;
	border: black medium solid;
	border-top:none;
	background-color: white;
	width: 960px;
	
}


	
h1, h2, h3{
	font: "SF Minced Meat";
}

h3{
	margin:2px;
	margin-bottom:0;
}

h1{
	background-image:url(Images/head_image.png);
	background-repeat: no-repeat;
	height: 171px;
	background-color: #ec0404;
	margin-top: 0px;
	margin-bottom: 70px;

	
	}
h1>span{
	display: none;
	}

#colder_icon{
	float: left;
	margin-left: 12px;
	border:black medium solid;
	}

#colder_icon img{
	margin:3px;
}

	
#content_1, #content_2{
	border: black medium solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	margin-left: 220px;
	margin-right: 380px;
	width: 350px;
	height: auto;
	background-color: white;		
}



#content_3, #content_4{
	float: left;
	clear: left;
	width: 180px;
	margin-left: 12px;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
	}

#content_3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	}
	

	
#face{
	background-image: url(Images/coldFace.png);
	width: 366px;
	height: 802px;
	position: relative;
	float: right;
	
	}
	
	
#footer{
	font: Arial, Helvetica, sans-serif;
	background-color: #c3bcb9;
	border-top: black 8px double;
	height: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding:20px 340px;
	margin-top: 50px;
	
	

	}
#footer a{
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
	padding: 0px;
	margin:15px;
	}
	
#footer p{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:5px;
	}


#primary_nav {
	border-top:white thick solid;
	background-color:black;
	margin:0 auto;
	position:absolute;
	width: 960px;
	height: 63px;
	top:160px;
}

	/*Menu Bar*/
#homeMenu {
	background-image:url(Images/homeNormal.png);
	height:63px;
	width:133px;
	float:left;

}


#homeMenu:hover{
	background-image:url(Images/homeClicked.png);
	height:63px;
	width:133px;


}


#aboutUsMenu {

	background-image:url(Images/aboutUsNormal.png);
	height:63px;
	width:160px;
	position:relative;
	float:left;
}

#aboutUsMenu:hover {
	background-image:url(Images/aboutUsClicked.png);
	height:63px;
	width:160px;
}

#pastShowsMenu {
	background-image:url(Images/pastShowsNormal.png);
	height:63px;
	width:196px;
	float:left;

}

#pastShowsMenu:hover {
	background-image:url(Images/pastShowsClicked.png);
	height:63px;
	width:196px;

}

#photosMenu {
	background-image:url(Images/photosNormal.png);
	height:63px;
	width:139px;
	float:left;

}

#photosMenu:hover {
	background-image:url(Images/photosClicked.png);
	height:63px;
	width:139px;

}

#contactUsMenu {
	background-image:url(Images/contactUsNormal.png);
	height:63px;
	width:196px;
	float:left;

}

#contactUsMenu:hover {
	background-image:url(Images/ContactUsClicked.png);
	height:63px;
	width:196px;
}

#faqMenu {
	background-image:url(Images/faqNormal.png);
	height:63px;
	width:136px;
	float:left;

}

#faqMenu:hover {
	background-image:url(Images/faqClicked.png);
	height:63px;
	width:136px;
	float:left;

}

/*About Us Dropdown Menu Items*/

#aboutUsDropdown{
	height: 87px;
	width:160px;
	position:absolute;
	top:35px;
	left:0px;
	display:none;

	
}

#historyMenu{
	background-image:url(Images/historyNormal.png);
	height:32px;
	width:160px;
	float:left;
}

#historyMenu:hover{
	background-image:url(Images/historyClicked.png);
	height:32px;
	width:160px;
	
}


#missionStatementMenu{
	background-image:url(Images/missionStatementNormal.png);
	height:32px;
	width:160px;
	float:left;
}

#missionStatementMenu:hover{
	background-image:url(Images/missionStatementClicked.png);
	height:32px;
	width:160px;
}

#boardOfDirectorsMenu{
	background-image:url(Images/boardOfDirectorsNormal.png);
	height:32px;
	width:160px;
	float:left;
}

#boardOfDirectorsMenu:hover{
	background-image:url(Images/boardOfDirectorsClicked.png);
	height:32px;
	width:160px;
}
	
	/* end of drop down menu alignment */



</style>

