/* ROOM FOR TWO */
/* Section About Us Stylesheet
--------------------------------------------------------------------------- */
	
	@import url("widget-subscribe.css");
	@import url("widget-editorial.css");
	@import url("widget-event.css");
	@import url("widget-pagination.css");
	@import url("widget-photo.css");	
	
	
/* Layout
--------------------------------------------------------------------------- */

	.section-aboutus #features p {
	
	display: block;
	position: absolute;
	left: 433px;
	top: 84px;
	width: 100px;
	height: 18px;
	background: url(../images/navigation/heading-aboutus.jpg) left top no-repeat;
	text-indent: -5000px;	
	
	}
	
	.section-aboutus #content {
	
	width: 907px;
	margin: 55px 0 0 32px;
	
	}
	
	.section-aboutus #first-half {
	
	float: left;	
	background: url(../images/section-photos/bg-photos-top.gif) left top repeat-y;
	width: 907px;
	padding-top: 22px;
	position: relative;
	
	}
	
	.section-aboutus #second-half {
	
	float: left;	
	background: url(../images/section-photos/bg-photos-bottom.gif) left bottom repeat-y;
	width: 907px;
	padding-bottom: 22px;
	position: relative;
	
	}
	
	.section-aboutus #first-half img.bandphoto-top {
	
	display: block;
	position: absolute;
	top: -21px;
	left: 600px;
	
	}
	
	.section-aboutus #first-half img.bandphoto-bottom {
	
	display: block;
	position: absolute;
	top: 0;
	left: 600px;
	
	}
	
	.section-aboutus #first-half p {
	
	display: block;
	padding: 0 0 0 46px;
	width: 512px;
	
	}
	
	.section-aboutus #second-half img.bandphoto {
	
	display: block;
	position: absolute;
	top: -4px;
	left: 70px;
	
	}	
	
	.section-aboutus #second-half p {
	
	display: block;
	padding: 0 0 0 350px;
	width: 512px;
	
	}
	

	
	
	


