#body{
	padding-top: 20px;
}
h1.title{
	background: url(../images/title-live.gif) no-repeat left top;
	width: 436px;
	height: 26px;
}
#list{
	overflow: hidden;
	padding-bottom: 30px;
}
#list .item{
	overflow: hidden;
	padding-bottom: 20px;
}
#list .item h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A18C61;
	font-style: italic;
	float: left;
	font-weight: normal;
	font-size: 1.4em;
	margin-right: 5px;
}
#list .item strong{
	display: block;
	float: left;
	padding-top: 3px;
}
#list .item p{
	clear: both;
	margin-bottom: 10px;
}
#list .item .info{
	float: left;
	width: 602px;
}
#list .item img{
	float: right;
}
#bottom{
	position: relative;
	margin: 5em 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: 47px;
	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;
}
#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;
}