body {
	background: #940119 url(images/healerwomyn-background.jpg) no-repeat fixed 250px top;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 600px;
	font: 90% Georgia, "Times New Roman", Times, serif;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
#container {
	position: absolute;
	height: 100%;
	width: 100%;
}
header {
	float: left;
	width: 250px;
	position: fixed;
	background: #000;
	height: 100%;
	min-height: 600px;
}
nav ul {
	margin: 10px 0px 0px;
	padding: 0px;
	list-style: none;
}
nav ul a {
	text-decoration: none;
	display: block;
	padding: 10px;
	color: #F3DBF1;
	font-size: 130%;
	letter-spacing: 0.1em;
}
nav ul a:hover, nav ul a:focus {
	background: #940119;
}
nav ul a:active {
	color: #AC99D5;
}
.navtextsmall {
	font-size: 60%;
}
#logoart {
	font-size: 70%;
	text-align: center;
	color: #666;
}
#copyrighttext {
	font-size: 0.7em;
	color: #999;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
#contentrightbg {
	background: url(images/rightbggradblacktrans.png) repeat-y right top;
	min-height: 100%;
}
#content {
	line-height: 1.5;
	padding: 50px 50px 25px 25px;
	margin-left: 250px;
}

#content a {
	color: #CABEE4;
}
#content a:hover, #content a:focus {
	color: #FFF;
}
#slideshowwrapper {
	font-size: 0.9em;
	color: #4F88AC;
	text-align: center;
	float: right;
	width: 350px;
	margin-bottom: 10px;
	margin-left: 20px;
	background: #000;
	border: 10px solid #000;
	height: 500px;
}
#slideshow {
	margin:0;				
} 
#slideshow-caption{
	padding:0;
	margin:10px 0 0;
}
#slideshow img, #slideshow div {
	margin: 0;
}
a img {
	border-width: 0px;
	border-style: none;
}
h1 {
	letter-spacing: .1em;
	color: #AC99D5;
	text-align: center;
}
h2 {
	color: #EED6D2;
}
.contentleft {
	float: left;
	width: 70%;
}
.contentright {
	float: left;
	width: 28%;
	margin-left: 2%;
}
		
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.clearboth {
	clear: both;
}
.notice {
	background: #fff;
	background: rgba(255,255,255,.8);
	padding: 25px;
	color: #000;
	font-size: 1.8em;	
}
.notice p {
	margin: 0;
	text-align: center;
}


@media screen and (max-height: 600px) {
	header {
		float: left;
		width: 250px;
		position: absolute;
		background: #000;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	body {
		background-position: left top;
	}
	header {
		float: none;
		width: 100%;
		position: static;
		height: auto;
		min-height: 341px;
	}
	nav ul a {
		text-align: center;
	}
	header a img {
		float: left;
	}
	#content {
		line-height: 1.5em;
		padding: 25px;
		margin-left: 0;
	}

	#slideshowwrapper {
		float: none;
		clear: both;
		width: 100%;
		max-width: 350px;
		margin: 10px auto;
	}
	#viewcart {
		position: static !important;
	}
}
@media screen and (max-width: 479px) {
	#logolink {
		display: block;
		text-align: center;
	}
	header a img {
		float: none;
		margin: 0 auto;
	}	
	#slideshowwrapper {
		overflow:hidden;	
		height: auto;
	}
	#slideshow img {
		width: 100% !important;
		height: auto !important;
	}
}