#body{
	overflow: hidden;
}
#content{
	margin-top: 20px;
	float: left;
	width: 340px;
}

#picture{
	float: right;
}

#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;
}

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

.title{
	background: url(../images/title-about.gif) no-repeat left top;
	width: 209px;
	height: 24px;
}
.voted{
	margin:25px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 450px;
	/*
	padding-top: 15px;
	float: right;
	*/
}
.voted h1{
	float: left;
	color: #7F9B45;
	font-size: 2.4em;
	font-weight: normal;
}
.voted span{
	display: block;
	float: right;
	padding-top: 8px;
	margin-right: 25px;
	font-size: 1.1em;
}
#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;
}
#content .type {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color: #a18c61;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
}
#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;
}
#content p {
margin-bottom:10px;
}