body {
	margin: 0px;
	padding: 0px;
}

.welcome {
	background-image: url(a/bkg-bodyWelcome.jpg);
	background-repeat: no-repeat;
}

.theCollectionMain {
	background-image: url(a/bkg-bodyCollection.jpg);
	background-repeat: no-repeat;
}

.theCollection {
	background-image: url(a/bkg-bodyBlank.jpg);
	background-repeat: no-repeat;
}

.Sarah {
	background-image: url(a/bkg-bodySarah.jpg);
	background-repeat: no-repeat;
}

.contact {
	background-image: url(a/bkg-bodyContact.jpg);
	background-repeat: no-repeat;
}

.boxNav {
	background-image: url(a/bkg-boxNav.jpg);
	background-repeat: no-repeat;	
}

.boxNavWelcome {
	background-image: url(a/bkg-boxNav-welcome.jpg);
	background-repeat: no-repeat;	
}

.boxNavCollection {
	background-image: url(a/bkg-boxNav-collection.jpg);
	background-repeat: no-repeat;	
}

.boxNavContact {
	background-image: url(a/bkg-boxNav-contact.jpg);
	background-repeat: no-repeat;	
}

.boxNavContact input, textarea {
	margin-left:29px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #675349;
	margin-top:5px;
	margin-bottom: 8px;
}

.boxNavContact a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #A2967C;
	text-decoration: none;
	font-style: italic;
	margin-left:29px;
	margin-top:5px;
	margin-bottom: 8px;
}

.boxNavContact a:hover {
text-decoration:underline;}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #675349;
	width: 251px;
	margin-right: 20px;
	text-align: left;
	margin-top: 3px;
	text-decoration: none;	
}

.footer a {
	color: #675349;
	text-decoration: none;
}


.footer a:hover {
	color: #CBB784;
	text-decoration: none;
}

