/* Grand View Drive-In : Homepage Style Sheet
   =================================================================
   This stylesheet has the rules specific to the homepage.
*/
	
	/* homepage photo
	   ==================================
	*/
	
	#innerphoto {
		float: left;
		width: 537px;
		height: 135px;
		background: url(../images/inner-photo.jpg);
	}
	
	/* content area
	   ==================================
	*/
	
	/* extra container to decide where white is drawn
	   always draw down to at least the bottom of the now showing area */
	#contentbounds {
		float: left;
		position: relative;
		left: 48px;
		width: 676px;
		
		/* the following three lines are the css hack for ie6 min height */
		min-height: 1800px;
  		height: auto !important;
  		height: 1800px;
  		
		background: white url(../images/back-shadow.jpg) top right repeat-y;
	}
	
	/* now showing details
	   ==================================
	*/
	
	#shadowleft {
		background-position: 0 135px;
		background-image: url(../images/ns-shadow-left.gif);
		background-repeat: no-repeat;
	}

	
	
