@charset "utf-8";
body {
	margin: 0px;
	/*	type  */
	font-family: Georgia, Palatino, "Times New Roman", Times;
	color: #5F3E21;
	font-size: 0.85em;
	line-height: 160%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.skin {
	/*	center page  */
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 1052px;
	height: 100%;
	margin: auto;
	background-image: url(../images/EdgeGradient.png);
}
.NavFrame {
	background-image: url(../images/NavBg.png);
	background-repeat: repeat-x;
	height: 55px;
	width: 785px;
}
.NavButton {
	display: block;
	float: left;
	margin-top: 28px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 22px;
}
h3.home {
	color: #72B84C;
}
h3.biography {
	color: #F47721;
}
h3.services    {
	color: #0D9B8C;
}
h3.store {
	color: #A57EB8;
}
h3.contact {
	color: #E9B820;
}
.h3img {
	margin-bottom: 20px;
}
.MarginLeft {
	margin-left: 271px;
}
a{
	color: #5F3E21;
	text-decoration: underline;
}
a:link{
	color: #5F3E21;
	text-decoration: underline;
}
a:visited{
	color: #5F3E21;
	text-decoration: underline;
}
a:hover{
	color: #72B84C;
	text-decoration: underline;
}
.ContactInput {
	width: 400px;
}
.HomeImage {
	float: left;
	margin-right: 12px;
	border: 5px solid #C9E8DA;
	width: 239px;
}
.BioImage {
	border: 5px solid #EDC9A9;
	float: left;
	margin-right: 22px;
}
.MediaImage {
	border: 5px solid #9dd2b1;
	float: left;
}
.WordsWords {
	float: left;
	width: 185px;
	margin-right: 85px;
}
#testimonials {
	height: 200px;
	overflow: auto;
}
#prev, #next {
	cursor: pointer;
}
.ContactImage {
	border: 5px solid #F8E8B7;
	float: left;
	margin-right: 22px;
}
.StoreItemPic {
	float: left;
	margin-right: 20px;
	clear: left;
	margin-bottom: 20px;
}
.StoreRightCol {
	margin-left: 470px;
	margin-bottom: 20px;
}
.StoreRightCol h3 {
	color: #662D91;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: normal;
}
.StoreOldPrice {
	text-decoration: line-through;
}

.StoreSaleTag {
	vertical-align: middle;
}
.PayPalTbl {
	margin-bottom: 10px;
}
.StoreDescription {
	clear: both;
}


.StoreHr {
	margin: 20px 0;
	background-repeat: repeat-x;
	background-position: 50%;
	background-image: url(../images/StoreHrBg.gif);
}.StoreHr img {
	margin-left: 50%;
	margin-right: 50%;

}
.SmallTxt {
	font-size: 0.8em;
	font-style: italic;
}
.EndParagraph {
	margin-bottom: 0px;
}
.sale {
	font-weight: bold;
	color: #FF0000;
}
.footer {
	background-image: url(../images/FootBg.jpg);
	line-height: 118px;
	color: #FFFFFF;
	padding-left: 20px;
	float: left;
	width: 631px;
}
#sale {
	border: 1px solid #29AF6B;
	position: absolute;
	z-index: 5;
	height: 150px;
	width: 400px;
	left: 100px;
	top: 145px;
}

