@charset "utf-8";
/* CSS Document */


#footerTopLeft {
	float:left;
	background:url(../images_web/bannerNewsletter.jpg) no-repeat;
	width:272px;
	height:76px;
	margin:0 0 0 10px;
}

#footerTopLeft h2 {
	font-size:.95em;
	font-weight:bold;
	color:#E9E9EB;
	margin:25px 0 0 35px;
}

#footerTopLeft p {
	font-size:.75em;
	color:#E9E9EB;
	margin:0 0 0 110px;
}


#footerTopRight {
	float:right;
	background:#571519 url(../images_web/bannerEvents.jpg) no-repeat;
	width:272px;
	height:76px;
	margin:0 10px 0 0;
}

#footerTopRight h2 {
	font-size:.95em;
	font-weight:bold;
	color:#E9E9EB;
	margin:25px 0 0 32px;
}

#footerTopRight p {
	font-size:.75em;
	color:#E9E9EB;
	margin:0 0 0 95px;
}

#footerBottomLeft {
	float:left;
	width:272px;
}

#footerBottomLeft h3 {
	font-size:.75em;
	font-weight:bold;
	color:#E9E9EB;
	padding:0;
	margin:10px 0 0 20px;
}

#footerBottomLeft p {
	font-size:.7em;
	color:#E9E9EB;
	padding:0;
	margin:0 0 0 20px;
}

#footerBottomRight {
	float:right;
	width:272px;
}

#footerBottomRight h3 {
	font-size:.75em;
	font-weight:bold;
	color:#E9E9EB;
	padding:0;
	margin:10px 0 0 ;
}

#footerBottomRight p {
	font-size:.7em;
	color:#E9E9EB;
	padding:0;
	margin:0;
}

/* FROM AFTER HOURS PAGE SAVED IN CASE I NEED IT */
/*
#footerTopLeft {
	float:left;
	background:url(images_web/footerLeft.jpg) no-repeat;
	width:272px;
	height:76px;
	margin:0 0 0 10px;
}

#footerTopLeft h2 {
	font-size:.95em;
	font-weight:bold;
	color:#E9E9EB;
	margin:25px 0 0 35px;
}

#footerTopLeft p {
	font-size:.75em;
	color:#E9E9EB;
	margin:0 0 0 110px;
}


#footerTopRight {
	float:right;
	background:url(images_web/after_hours/events_wineClub2.jpg) no-repeat;
	width:272px;
	height:76px;
	margin:1px 0 0 0;
}

#footerTopRight h2 {
	font-size:.95em;
	font-weight:bold;
	color:#E9E9EB;
	margin:25px 0 0 87px;
}

#footerTopRight p {
	font-size:.75em;
	color:#E9E9EB;
	margin:0 0 0 100px;
}
*/