#body{
	overflow: hidden;
}
#wrapper{
	position: relative;
}
* html #wrapper{
	height: 76%;
}

#content{
	float: left;
	width: 470px;
}
#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a18c61;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 21px;
	background: url(../images/vip-badge.gif) no-repeat left top;
	padding: 30px 0 20px 148px;
}
#content img{
	float: left;
	border: 1px solid #DADADA;
	margin-right: 10px;
}
#content ul{
	float: left;
	width: 240px;
}
#content ul li{
	margin-bottom: 10px;
	line-height: 1.3em;
	padding-left: 13px;
	background: url(../images/chevron.gif) no-repeat left 4px;
}
#content ul li span{
	color: #a08c7d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#signup{
	margin-top: 50px;
	float: right;
	width: 291px;
}
#signup .row input{
	width: 230px;
}
#signup .row #cs{
	width: 120px;
}
#signup .row #zc{
	width: 80px;
	margin-left: 10px;
}
#bottom{
	position: relative;
	margin: 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;
}
.row label{
	display: none;
}
.row, .buttons{
	padding: 5px 0;
	overflow: hidden;
}
.buttons span{
	font-size: .9em;
	color: #8b8b8b;
	position: relative;
	top: 6px;
}
.buttons input{
	float: right;
}
#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;
}