/*  MANSION CSS 2011 - URVENUE.COM All rights reserved. reservations-landing.css */
#content-main {
	height: 495px;
	background-image: url(../imateq/www/res-bg-main.jpg);
	background-position: bottom;
}

#content-main > div {
	float: left;
}

#content-left {
	/*330 x 495*/
	width: 330px;
	height: 495px;
}

#content-left div {
	float: left;
}

#content-left-frame {
	/* 299 x 417*/
	width: 299px;
	height: 417px;
	margin: 0px 8px 0px 23px;
	background-image: url(../imateq/www/res-land-left-bg.png);
}

#content-left-text {
	/*271 x 368*/
	width: 251px;
	height: 348px;
	padding: 10px;
	margin: 19px 13px 0px 15px;
	overflow: auto;
}

#content-right {
	/*650x495*/
	width: 650px;
	height: 495px;
}

#content-right-events {
	/*650x190*/
	width: 650px;
	height: 190px;
}

#content-right-events div {
	float: left;
}

#content-right-events-title {
	width: 650px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-family: "FuturaMedium", Arial, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px;
	background-image: url(../imateq/www/res-land-events-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#content-right-events-list {
	/*650x159*/
	width: 620px;
	height: 153px;
	padding: 3px 15px;
}

.event-flyer-frame {
	width: 194px;
	height: 148px;
	margin: 0px 6px;
	background-image: url(../imateq/www/res-event-frame.png);
}

.event-flyer-img {
	width: 186px;
	height: 140px;
	margin: 4px;
}

#content-right-venues {
	/*650x305*/
	width: 650px;
	height: 305px;
}

#content-right-venues-title {
	width: 650px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	font-family: "FuturaMedium", Arial, sans-serif;
	font-size: 12px;
	margin: 3px 0px 0px;
	background-image: url(../imateq/www/res-land-venues-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#content-right-venues-list {
	/*600x260*/
	width: 600px;
	height: 260px;
	overflow: auto;
	margin-left: 34px;
/*	background-color: rgba(25,255,255,0.3);*/
}

.venue-pic-frame {
	/*185 x 121*/
	float: left;
	width: 185px;
	height: 121px;
	margin: 4px;
	background-image: url(../imateq/www/res-venue-frame.png);
}

.venue-pic-img {
	/*179x115*/
	width: 179px;
	height: 115px;
	margin: 3px;
}



