@charset "utf-8";
/* CSS Document */

/* Controls BG image for each section */
#wrapper {
	background-image: url(../images/sidebar_images/people_bowls.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Controls color band at bottom of each section */
.colorBand {
	background-color: #CC6633;
	height: 20px;
	width: 385px;
	background-position: bottom;
	position: absolute;
	vertical-align: bottom;
	bottom: 0px;
	left: 259px;
}
