body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #21100c;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.50em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.4em;
	margin-left: 0;
}


h1 {
	background-image: url(http://www.bu.edu/organlibrary/graphics/h1-bg.gif);
	background-repeat: no-repeat;
	height: 55px;
	color: #361F10;
	padding-top: 20px;
	padding-bottom:0px;
	font-size: 18px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2{
	font-size: 15px;
	color: #C0673F;
	margin-bottom: 8px;
}

h3{
	font-size: 15px;
	color: #C0673F;
	}

a:link {
	color:  #1E1109;
}
a:visited {
	color: #C66D47;
}
a:hover {
	color: #C66D47;
}

th a:link {
	color:  #1E1109;
}
th a:visited {
	color: #C66D47;
}
th a:hover {
	color: #C66D47;
}

#footer  a:visited {
	color: #000000;
	}
	
#footer  a:hover {
	color: #000000;
	}
	
#footer  a:link {
	color: #ffffff;
	}	

.message {
	width: 225px;
	color: #FFE492;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height:123%;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	/* display:none; */
}


.twocolumn #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border-top: 21px solid #976a33;
	border-left: 21px solid #976a33;
	border-right: 21px solid #976a33;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#fefbe9;
	/* background-image: url(http://www.bu.edu/organlibrary/graphics/content-background.jpg); 
	background-repeat: repeat-x */
	} 

.twocolumn #header {
	background-color: #FDF9DF;
	/* background-image: url(http://www.bu.edu/organlibrary/graphics/title.gif);
	background-repeat: no-repeat;
	background-position: center; */
	height: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:20px
} 


.twocolumn #welcome {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(http://www.bu.edu/organlibrary/graphics/banner.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

.twocolumn #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: 5px 2px 0 0;
	background-repeat: no-repeat;
}
.twocolumn #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 15px 10px; */
	padding: 15px 10px;
}
.twocolumn #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	
} 
.twocolumn #footer {
	background-color: #976a33;
    height: 141px; 
	  padding-top: 0px;
	  
	/* background-image: url(http://www.bu.edu/organlibrary/graphics/bulogo.gif); 
	 background-repeat: no-repeat; 
  
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-position: 5px; */

} 
.twocolumn #footer p {
/*	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0; */
	margin-left: 1.75em;
	font-size: 90%;
	color:#FFFFFF
}

.twocolumn #footer p alink{
	color: #ffffff;
	font-weight: bold;

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.photo-nb-right{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color:#fefbe9;
}
.photo-right {
	background-color: #FCFCFC;
	float: right;
	margin: 1em;
	padding: 7px;
	border: 1px solid #976a33;
	background-color:#fefbe9;
}
.photo-left {
	background-color: #FCFCFC;
	float:left;
	margin: 1em 1em 1em 0;
	padding: 7px;
	border: 1px solid #976a33;
	background-color:#fefbe9;
}
