/* forces every page to have a vertical scrollbar */
html, body {height:100.01%;margin-bottom:1px;}
body {text-align: center;
	font-size: 100.01%;
	margin: 0px;
	background-color: White;
	background-image: url(images/background.png);  
	font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	color : Black;}
p { margin: 0px 20px 6px 20px;
	font-size: 90%;}
h1,h2,h3,h4,h5,h6 {margin: 10px 0px 6px 0px;
	color: #3D0B03;;
	text-align: left;
	padding: 0 20px;}
h1 { font-size: 140%;
	font-weight: bold;
  }
h2 { font-size: 140%;
	}
h3 { font-size: 120%;
	 font-weight: bold;}
h4 { font-size: 120%;
  }
h5 { font-size: 100%;
	font-weight: bold;}
h6 { font-size: 100%;
}
img{display:block;
text-align: center;
	border:none;
	margin:0;
}
#pagehead{position: relative;
	background-image: url(images/pagehead.jpg);
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 160px;}
#wrapper {position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: White;
	}
#content{clear:left;
	background: White url(images/content_back.jpg) no-repeat right bottom;
}
#left540{	float: left;
/*text-align: center;*/
	width: 540px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0;}
#right260{float: left;
	width: 260px;text-align: center;
	padding: 10px 0px;}
#right260 p{text-align: left;
	font-size: 85%;
	line-height: 110%;
}
#right260 img{
	
}
#menu{/*height:1.2em;*/
	width: 800px;
	background: #023D14;
	float:left;}
#menu p{
	color: White;
	/*display:inline;*/
	padding-top:0px;
}
#storemenu{/*height:1em;*/
background: #023D14;
	position: absolute;
	padding: 6px 0;
	top: 2px;
	right: 2px;
	/*width:300px;*/
	text-align:right;
	color: White;
}
#storemenu a{text-decoration: none;
padding: 8px 20px;
	color: White;}
#cart{
	margin-left:40px;
	padding-top:20px;
}
.code{
	background-color: #E5E5E5;
	padding:5px;
}
.clearit { clear: both }
ul{padding: 0 20px;
	}
ul li { list-style-position: outside; list-style-type: square;
	font-size:90%;
	margin: 0 30px;}
a:link {color : #370466;
   text-decoration: underline; }
a:visited {color: #5A9999;
   text-decoration: none}
a:hover {color: #005200;
   text-decoration: none}
a:active {color: #FFCC00;
   text-decoration: none}
#footer {clear: both;
	color: White;
	text-align: center;
	background-color: #023D14;
	margin: 0px 0px 0px 0px;
   padding: 10px 10px 10px 10px;
