body{
	background-color: #e5ddd1;
	color: #330000;
	}

	
	#bodyWrapper{}
	
		#header{
			background:url('../img/skin/headerBG.jpg');
			background-repeat: no-repeat;		
		}
		
		#nav{
			background:url('../img/skin/navBG.jpg');
			background-repeat: no-repeat;		
		}
		
			#navWrapper{
			}
		
		#content{}
		
			#contentLeftDecoration{
				background:url('../img/skin/contentLeftDecorationBG.jpg');
				background-repeat: no-repeat;		
			}
			
			#generalStoreWrapper
			{
				background:url('../img/skin/generalStoreWrapperBG.jpg');
				background-repeat: y;
			}
			
				#subNav{
					background-repeat: no-repeat;
				}
					
					#generalStoreWrapper .plain{
						background:url('../img/skin/subNavBG_plain.jpg');
					}
				
					#generalStoreWrapper .lined{
						background:url('../img/skin/subNavBG_lined.jpg');
					}
					
					#subNav #subNavSection{}
					
						#subNav #subNavSection h1{background-repeat: no-repeat;}
						
						#subNav #subNavSection h1.featuredItems{
							background:url('../img/subNav/header/featuredItems.jpg');
						}
						
						#subNav #subNavSection h1.tees{
							background:url('../img/subNav/header/tees.jpg');
						}
						
						#subNav #subNavSection h1.accessories{
							background:url('../img/subNav/header/accessories.jpg');
						}
						
						#subNav #subNavSection h1.cart{background:url('../img/subNav/header/cart.jpg');}
						#subNav #subNavSection h1.checkout{background:url('../img/subNav/header/checkout.jpg');}
						#subNav #subNavSection h1.myAccount{background:url('../img/subNav/header/myAccount.jpg');}
						#subNav #subNavSection h1.news{background:url('../img/subNav/header/news.jpg');}
						#subNav #subNavSection h1.policies{background:url('../img/subNav/header/policies.jpg');}
						
					
					#subNavMenu{}		
					
				
				#generalStoreContent{
					background:url('../img/skin/generalStoreContentBG.jpg');
					background-repeat: no-repeat;
				}
			
			#contentRightDecoration{
				background:url('../img/skin/contentRightDecorationBG.jpg');
				background-repeat: no-repeat;		
			}
			
			#footer{
				background-repeat: no-repeat;
			}
			
				#footer .plain{
					background:url('../img/skin/footerBG_plain.jpg');	
				}
				
				#footer .lined{
					background:url('../img/skin/footerBG_lined.jpg');	
				}
				
				#footerContent{}
