/* CSS for just interior pages (not homepage) */
body {
	background-image: url(images/tile.gif);
	background-color: black;
	font-family: verdana, "trebuchet ms", arial, helvetica, sans-serif;
	color: black;
	font-size:14px;
}

#wrapper {
	width: 960px;
	background-color: white;
	margin: 0 auto;	
}

p {
	font-size:16px;
	margin:0 auto;
	padding: 12px 80px 4px 90px;
	line-height:160%;
}

td img {display: block;}

#page-title {
	display:block;
	margin-top:-20px;
}

.video {
	width:420px;
	background-color:black;
	margin:40px auto 20px auto;
	margin-bottom:40px;
}

#instr-str {
	display:block;
}

#inter-nav {
	background-color:#4d0d1b;
	background-image: url(images/gradient.jpg);
	height:60px;
}

ul {
	display:block;
	margin-top:-14px;
	
}

li {
	list-style-type:none;
	font-family:verdana;
	font-size:15px;
	font-weight:bold;
	color:white;
	text-align:center;
	width:20%;
	float:left;
	line-height:130%;
	margin-top:11px;
}
	
	


	/*nav link states*/
		#inter-nav a:link {
			color:white;
		}
		#inter-nav  a:visited {	
			color:#a48a69;
		}
		#inter-nav a:hover {	
			color:#ef8d50;
		}
		#inter-nav a:active {	
			color:#ef8d50;
		}
	/*end nav link states*/

	



/*footer*/
#footer {
	padding:40px 0 50px 0;
	background-image: url(images/footer-gradient.jpg);
	background-color:black;
}

#footer  p {
	color:#a48a69;
	text-align:center;
	padding: 5px 0 5px 0;
	font-size:12px;
}

#footer a:link {
	color:white;
}
#footer  a:visited {	
	color:#a48a69;
}
#footer  a:hover {	
	color:#ef8d50;
}
#footer a:active {	
	color:#ef8d50;
}
/*end footer*/

.credits  {
	padding:0;
	margin:0;
	line-height:115%;
}

.caption {
	width:400px;
	margin:-40px auto 10px auto;
	text-align:center;
	color:#2d2065;
}

/*subheaders txt*/
.centered {
	margin: 0 auto 10px auto;
	display: block;
}


#mortar-trans  {
	position:absolute;
	right:0px;
	bottom:0px;
}

#content {
	padding:30px 0 70px 0;
	/*background-image:url(images/tile-border.jpg);*/
}

#content h1 {
	visibility:hidden;
}




/*reference page*/


#references {
	width: 960px;
	margin:0;
	padding:0;
	background-color: white;
	height:400px;
}

#references p {
	font-size:12px;
	line-height:130%;
	text-align: center;
}

#references h1 {
	font-size:18px;
	text-align:center;
	padding:25px 0 5px 0;
	color:#4d0d1b;
}

	
/* reference page link states */
		#references a:link {
			color:#2d2065;
		}
		#references  a:visited {	
			color:black;
		}
		#references a:hover {	
			color:#71461d;
		}
		#references a:active {	
			color:#71461d;
		}
		
	/*end reference page link states*/
	
#ref-images, #ref-books, #ref-songs {
	width:318px;
	padding:20px 0 30px 0;
	float:left;
	background:white;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	height:100%;
}

/*end reference page*/
	
