/* 	
	Author: Joshua M. Harder
	Creation Date: 5/31/2008
	Version: 1.0
	
	Notes:	east.css's styles are for color-specific images. In other words
			whatever was in layout uses the burgandy color for the west-side
			store, this style sheet points those same styles to the east-side's
			purple color
*/

body {
	background: #ffffff url(../images/frugal_east_body_bckg.jpg) repeat-x left top;
}

#container {
	background: url(../images/frugal_east_container_bckg.jpg) no-repeat left top;
	border-top: .1px dashed #6b2e74;
}

#contact_section {
	background: url(../images/frugal_east_muse_banner.jpg) no-repeat left top;
}

#deals {
	background: url(../images/frugal_east_deals.jpg) no-repeat left top;
}

#site_tagline a:link, #site_tagline a, #site_tagline p {
	color: #6a2d73;
}