div#topborder {
	background-image: none;
}

div#rightborder {
	background-image: url(../../images/backgrounds/boutiques/right.png);
	background-position: top right;
	background-repeat: repeat-y;
}

div#bottomborder {
	background-image: url(../../images/backgrounds/boutiques/bottom.png);
}

div#leftborder {
	background-image: url(../../images/backgrounds/boutiques/left.png);
	background-position: top left;
	background-repeat: repeat-y;
}

div#stainAccents1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 600px;
	left: 0;
	width: 241px;
	height: 80px;
	z-index: 0;
}

div#stainAccents2 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 1000px;
	height: 357px;
	z-index: 0;
}

div#contentBox {
	position: relative;
	left: 270px;
	top: 25px;
	width: 400px;
	margin: 0;
	padding: 0 0 45px 0;
}

	div#contentBox p {
		font-style: italic;
		line-height: 150%;
	}
	
	div#contentBox img.photo {
		border: 2px white solid;
	}
	
	div#contentBox p.boutique {
		margin-bottom: 6;
	}
	
	div#contentBox p.boutique span.header {
		color: rgb(210,35,42);
		text-transform: uppercase;
		font-weight: bold;
	}
	
	div#contentBox p.boutique a {
		color: rgb(110,111,114);
		text-decoration: none;
	}
	
	div#contentBox p.boutique a:hover {
		color: rgb(210,35,42);
		text-decoration: underline;
	}
