body {
font-family: Verdana, Arial, helvetica, sans-serif;
font-weight:bold;
background:#F8EBD7;
font-size:12px;
}
#pick_one{
	border:2px solid #B22222;
 background: url(backimage2.jpg);
	color:#800000;
	font-size:90%;
	text-align:center;
	background-repeat: repeat;
}
#leftpicturebox {/*This holds the left picture on the started & fleamarket pages*/
	border:1px solid #B22222;
 background:#000000;
}
#rightpicturebox {/*This holds the right picture on the started & fleamarket pages*/
	border:1px solid #B22222;
 background:#000000;
}
.flamesL	{/* Left candle on how it started page */
 border:4px double #B22222;
	background:#EFEFEF;
}			
.flamesR {/* Right candle on how it started page */
 border:4px double #B22222;
	background:#EFEFEF;
}
.prodimages{
width:100%;
height:auto;
}
hr{
height:1px;
width:100%;
color:#B22222;
align:center;
}
h1{/* Main site headers */
	font-size: 120%;
	color:#800000;
	text-align:center;
}
h2{/* Main site headers */
 color:#800000;
	font-size: 110%;
	text-align:center;
}
h3{/*  */
 color:#800000;
	font-size: 90%;
	text-align:left;
	line-height:10px;
}
h4{/* Product Name */
	font-size: 150%;
	color:#800000;
	text-align:left;
	line-height:18px;	
}

h5{/* Prices on details page */
	font-size: 90%;
	color:#800000;
	text-align:center;
	line-height:0px;
}
h6{/* Product Discounts on details page */
 font-size: 75%;
	color:#FF0000;
	text-align:left;
	line-height:6px;
}
.list{/* the lists on refills & contact us pages */
 font-size: 100%;
	color:#800000;
	text-align:left;
	line-height:16px;
	margin: 6px 2px 6px 2px;
}
.text {/* main site text */
	font-size: 100%;
	text-align:left;
	color:#800000;
	line-height:16px;
	margin: 4px 2px 4px 2px;
}
#footer{/*  */
/* background:#EFEFEF; */
/* border:1px solid #B22222; */
color:#800000;
font-size:75%;
text-align:center;
}
p {/*  */
color: #800000;
font-size: 100%;
text-align:center;
}
a:link {
	color: #800000;
	text-decoration:underline;
}