body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	background-color: #69322F;
	line-height: 1.6em;
	width: 800px;
}

#allContent {
	background-color: White;
}

#header {
	background-color: #F7E7D0;
}

#emailList {
	position:absolute;
	left:574px;
	top:30px;
	width:385px;
	height:83px;
	z-index:9;
}

#siteNav {
	margin-left: 290px;
	padding-bottom: 10px;
}
#siteNav a:link{
	color: Blue;
}
#siteNav a:visited {
	color: purple;
}

#shopNav {
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#shopNav h3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.7em;
	color: #69322F;
}
#shopNav p {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.7em;
}
#shopNav span {
	color:#F7E7D0;
	/*font-style: italic;*/
	font-size: 133%;
}

#shopNavButtons ul{
	list-style: none;
	/*margin-left: 10px;*/
	font-weight: bold;
	color: #69322F;
}

#shopNavButtons a:link {
	color: #69322F;
	text-decoration: none;
}
#shopNavButtons a:visited {
	text-decoration: none;
}

#main {
	margin-top: 50px;
	margin-left: 225px;
	margin-right: 10px;
}

#main img {
	border: none;
}
#main td.border {
	border-bottom: thin solid #69322F;
}

h1 {
	font-style: italic;
	font-size: 190%;
}
h2 {
	font-size: 170%;
	font-weight: bold;
	color: #69322F;
}
h3.product {
	font-size: 140%;
	color: #69322F;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

#addCart {
	padding: 10px;
	/*width: 50px;*/
	float: right;
}

#footer {
	font-family:"Comic Sans MS";
	font-size:.85em;
	text-align: center;
}

.footertext  {
	font-size : 10px;
	font-family : Arial, Helvetica, Sans-Serif;
}

/*.product {
	margin-right: 10px;
	float: left;
}*/

.clickLarge {
	font-style: italic;
}

.prodSize {
	font-size: 85%;
	font-weight:bold;
}
	
.special {
	color:red
}
	

.style1 {color: #FF3333}

.style2 {

  color: #FF0000;

  font-weight: bold;

}

.style3 {color: #FF0000}

