
/* *** stylesheet.css for bernardmuseum.org *** */

BODY { 
	margin:				10; 
	padding:			0; 
	background: 		#E0D7C7;
	color: 				#000000;
	font: 				10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
} 

P {
	margin: 			0px; 
	padding: 			0px; 
}

table {
	margin: 			0px;
}
td>img {
	display: 			block;
}

#wrapper {
	width: 				750px; 
	margin: 			0 auto; 
}

.header { 
	margin: 			0; 
	padding: 			5px; 
	background: 		#395F89; 
	border-top:			solid #FFFFFF 1px;
	text-align:			center;
}
.header a { 
	color: 				white;
	text-decoration: 	none;
}
.header a:hover { 
	text-decoration: 	underline;
}

.header-bottom {
	height: 			34px; 
	margin: 			0 auto; 
	background-image: 	url('images/header_bottom.jpg');
	background-repeat: 	repeat-x
}

.page {
	background: 		#ECE7E0;
	color: 				#000000;
	width: 				750px; 
	text-align: 		left;
}

.box {
	width: 				80; 
	background: 		#FFFFFF;
	color: 				#000000;
	border: 			2px solid #395F89;
	text-align:			center;
	font-size:			x-small;
	padding:			5px;
}

.content {
	margin: 			0px; 
	padding: 			0px; 
	text-align:			justify;
	margin-right:		10px;
}

h1 {
	padding:			0;
	margin:				0;
	color: 				#4D422F;
	font-size:			14pt;
	font-weight:		bold;
}

hr {
	width: 				100%;
	color: 				#E9E4DB;
	background-color: 	#E9E4DB;
	height:				1px;
	margin:				0;
	margin-top:			5px;
	margin-bottom:		10px;
	text-align:			center;
	padding:			0;
	clear:				both;
}

.footer {
	padding:			5px;
	text-align:			center; 
	font-family:		trebuchet, verdana, arial, sans-serif;
	font-size:			x-small;
	font-weight:		normal;
	background: 		#4D422F;
	color: 				#FFFFFF;
	border-top:			solid #FFFFFF 1px;
}
.footer a:link, .footer_alink, .footer a:visited, .footer_avisited {
	color: 				#FFFFFF;
	text-decoration: 	none;
}
.footer a:hover, .footer a:active, .footer_ahover {
	color: 				#FFFFFF;
	text-decoration: 	underline;
}
