/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */


BODY { background-image: url(/savvy/siteimages/main_bgtile.gif); }

#maintable { background-image: url(/savvy/siteimages/main_table_bgtile.gif); }

#header { background-image: url(/savvy/siteimages/hdr_bgtile.jpg);background-repeat: no-repeat;
	background-position: center; }
	
 #petspotlight 
 {
 	background-image: url(/savvy/siteimages/petspotlight_bgtile.gif);
 	font-size: 9px;
 	color: #eee0c9;
 	line-height: 12px;
 	font-weight: normal;
 	padding: 5px 0px 5px 0px;
 	width: 413px;
 }
	
	#rightboxbg	
	{
		background-image: url(/savvy/siteimages/rightbox_bgtile.gif);
		font-size: 10;
		color: #666666;
		padding: 0px 0px 5px 5px;
	}
	
	#rightboxbg2	
	{
		background-image: url(/savvy/siteimages/rightbox_bgtile.gif);
		font-size: 10;
		color: #666666;
		padding: 0px 2px 5px 5px;
		width: 174px;
	}
	
	#rightboxbg3	
	{
		background-image: url(/savvy/siteimages/rightbox_bgtile.gif);
		font-size: 10;
		color: #666666;
		padding: 0px 0px 5px 5px;
	}
	
	#footer	
	{
		background-image: url(/savvy/siteimages/footer_bgtile.gif);
		font-size: 11;
		color: #C79534;
		text-align: center;
		font-weight: bold;
	}
	
	a.footer:link, a.footer:visited	
	{
		font-size: 11;
		color: #C79534;
		text-align: center;
		text-decoration: none;
		font-weight: normal;
	}
	
	a.footer:hover, a.footer:active	
	{
		font-size: 11;
		color: #c79534;
		text-align: center;
		text-decoration: underline;
		font-weight: normal;
	}
	
	#searchbg	
	{
		background-image: url(/savvy/siteimages/search_bgtile.gif);
		background-repeat: no-repeat !important;
		width: 140px;
		height: 48px;
		padding: 16px 0px 8px 10px;
		display: table-cell;
	}