#slideshow{
	height: 370px;
	border:1px solid #666666;
}

#content{
	margin: 10px 25px 0 25px;
	overflow: hidden;
}

#content p{
	float: left;
	width: 400px;
	margin-top: 30px;
}

/* Holiday/Tuesday Menus */
#content .tuesdayMenu{
	display:block;
	float: right;
	background: url(../images/tuesday-menu-button.jpg) no-repeat left top;
	width: 125px;
	height: 125px;
	margin-right: 75px;
	margin-top: 30px;
}

#content .tuesdayMenu span{
	position: absolute;
	left: -99999px;
}
#content .holidayMenu{
	display:block;
	float: right;
	background: url(../images/holiday-menu-button.jpg) no-repeat left top;
	width: 132px;
	height: 129px;
	margin-right: 0px;
	margin-top: 30px;
}

#content .holidayMenu span{
	position: absolute;
	left: -99999px;
}
/* End Holiday/Tuesday Menus */

#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 .fancy-vip{
	float: left;
	width: 334px;
	height: 59px;
	background: url(../images/vip-signup-home.gif) no-repeat left top;
	margin-left: 0;
	top: 0;
}

#bottom .fancy-vip input{
	background: url(../images/vip-signup-home.gif) no-repeat -80px -26px;
	top: 26px;
	width: 210px;
}

#bottom .fancy-vip .vip-submit-link{
	right: 24px;
	top: 26px;
}
*/
.voted{
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 290px;
	float: right;
	margin-top:100px;
}

.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;
}
.vip{
	display:block;
	background: url(../images/vip-button.gif) no-repeat left top;
	width: 170px;
	height: 129px;
	margin:0 auto;
}

.vip span{
	position: absolute;
	left: -99999px;
}

#bottom-nav{
	float: right;
	margin-top: 30px;
}
#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;
}

#bottom-nav li a{
	display: block;
	background-image: url(../images/bottom-nav-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 208px;
	height: 45px;
}

#bottom-nav li a span{
	position: absolute;
	left: -99999px;
}

#bottom-nav #bn-m a{
	margin-top: 24px;
	background-position: left -70px;
}

#thankyou .red p,
#error .red p{
	margin-top: 0;
	width: auto;
}

#thankyou .vip, #thankyou #bottom-nav,
#error .vip, #error #bottom-nav{
	margin-top: 0;
}
.separator{
	border-top: 1px solid #424242;
	margin: 18px 0;
}