@charset "iso-8859-1";

/*******************************************************************************
*  bgImages.css : 2004-08-12 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  this demonstration stylesheet is used to show how to apply background images
*  to elements within the layout. This includes switching from borders to 
*  background images for the side columns. This requires some additional 
*  values to be altered besides the background family of properties.
*******************************************************************************/

body
{
	background-image: url("../images/currPattern.gif");
	background-repeat: repeat;
	background-position: 100% 0;
}

#masthead
{
	background-image: url("../images/currSiteLogo.gif");
	background-repeat: no-repeat;
	/* background-position: 100% 0; */
}
#inside
{
	background-image: url("../images/dingbats/cowboy_sm.jpg");
	background-repeat: repeat-x;
}