#body{
	position: relative;
}
#wrapper{
	position: relative;
}
* html #wrapper{
	height: 76%;
}
#content{
	margin-top: 20px;
	float: left;
	width: 370px;
	position: absolute;
	left: -49px;
}
#content p{
	
}
#content p.quote{
	background: url(../images/quote-l.gif) no-repeat left top;
}
#content p.quote span{
	display: block;
	background: url(../images/quote-r.gif) no-repeat right bottom;
	padding: 0 10px 0 40px;
}
#content p.attr{
	margin-left: 40px;
	margin-bottom: 20px;
	color: #949494;
	font-weight: bold;
}
#content p.attr span{
	color: #A18C61;
}
#picture{
	float: right;
	margin-bottom: 33px;
}

#picture img{
	border: 1px solid #DADADA;
}

#bottom{
	position: relative;
	margin: 0 auto;
	width:860px;
}
* html #bottom{
	margin-top: 5em;
}

/*
#bottom{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	margin:0 auto;
	position:relative;
}
*/

#bottom #b-cu{
	display: block;
	float: left;
	background: url(../images/bottom-nav.gif) no-repeat left top;
	width: 224px;
	height: 45px;
}

#bottom #b-h{
	display: block;
	float: left;
	margin-left: 80px;
	height: 45px;
	width: 204px;
	background: url(../images/bottom-nav.gif) no-repeat -40px -58px;
}

#bottom #b-cu span,
#bottom #b-h span{
	position: absolute;
	left: -99999px;
}
#bottom .vcard{
	margin:0 auto;
	/*
	padding-top: 30px;
	float: left;
	*/
	width: 570px;
}
#bottom .vcard .adr,
#bottom .vcard .tel-wrap,
#bottom .vcard .email-wrap{
	float: left;
	overflow: hidden;
	width: 200px;
}
#bottom .vcard .tel-wrap{
	width: 170px;
}
#bottom .vcard .email-wrap{
	width: 180px;
}
#bottom .vcard .adr .type,
#bottom .vcard .tel .type,
#bottom .vcard .email-wrap .type{
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #a18c61;
	font-style: italic;
	padding-right: 10px;
	width: 50px;
	text-align: right;
}
#bottom .vcard .email-wrap .type{
	width: 30px;
}
#bottom .vcard .adr .type{
	height: 40px;
}
#bottom .vcard .adr .street-address{
	display: block;
}
#bottom .email-wrap a{
	text-decoration: none;
	color: #D9D9D9;
}

.dropcap{
	color: #A18C61;
	font-size: 6em;
	margin-top: .3em;
}

.title{
	background: url(../images/title-tributes.gif) no-repeat left top;
	width: 209px;
	height: 24px;
	margin-left: 49px;
}