/* CSS Document */
/* LAYOUT */


html,body{margin:10;padding:0}
body{
	font: 76% Georgia, verdana, arial, helvetica, sans-serif;
	text-align:center;
	background-color: #6b94c1;
	color: #342C25;
	background-image: url(images/background_blue.jpg);
	background-repeat: repeat-x;
}
div#header {
	background-image: url(images/Mary_masthead.jpg);
	background-repeat: no-repeat;
	height: 122px;
	background-color: #602E0B;
}
div#homeSpacer {
	display:block;
	height: 98px;
	width: 698px;
}
#imageOverlap {
	width: 220px;
	position: relative;
	z-index: 50;
	margin-top: -80px;
	background-color: #6D4832;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	border: 1px solid #000000;
}
#imageOverlapHome {
	width: 220px;
	position: relative;
	z-index: 50;
	margin-top: -80px;
	
	font-family: Arial, Helvetica, sans-serif;
	
}
div#container{text-align:left}

div#container{
	width:700px;
	margin:0 auto;
	background-color: #ebe4d6;
	border: 2px solid #15365B;
	
}
div#container-tan{
	width:700px;
	margin:0 auto;
	background-color: #ebe4d6;
	background-image: url(images/tan_white_bg.gif);
	border: 2px solid #15365B;
}
div#container-tan{text-align:left}
div#imageSpacer{
	height:80px;
	
}
div#content{
	float:left;
	width:440px;
}
div#right{float:right;width:260px}
div#bottomRight{float:right;clear:right;width:260px}
div#footer{clear:both;width:100%}


/* STYLE FORMATTING */
h1 {
	font-size: 2em;
	color: #663300;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color: #663300;
	font-weight: bold;
}
a {
	color: #244C96
}
a:visited {
	color: #788CB0
}
.leftContent{
	margin:30px
}
.leftContentHome{
	margin:30px;
	background-image:url(images/Violinist_bkgd.gif);
	background-repeat: no-repeat;
}

.rightContent{
	margin:30px 35px 5px 20px

}
div#footer{background-color: #602E0B;color: #FFF}


p{margin:0 10px 10px}


div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;color: #79B30B}

div#content p{line-height:1.4}
div#footer p{margin:0;padding:5px 10px}
div#footer a{
	color:#BDC6D7
}

#imageOverlap blockquote {
	background: url(images/quoteInBox.gif) no-repeat !important;
	display: block;
	font-weight: bold;
	z-index: 60;
	padding:  28px;
	color: #EBE4D6;
	margin:1px !important; 


}
.quoteBoxPadding{
	margin: 8px;
	border: 1px solid #8F7D72;	
	background: url(images/quoteInBox.gif) no-repeat !important;
}

.quoteOnLeftSide{	
	background: url(images/quoteLeft.gif) no-repeat; 
	display: block;
	padding: 0px 20px 5px 20px;
	font-weight:bold;
	color:#996600;
	font-style:italic
	
	
}.photoBlock {
	display: block;
	width: 100%;
	min-height:150px;
	margin-bottom:15px;
}
.photoBlock img{
	align: left;
	margin-right:10px;
	float: left;
}

