body,html{
	margin:0;
	padding:0;
}
body {
	min-width:750px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* position:absolute for all browsers - the whole page scrolls */
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right: 0px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>#headerwrap {
	position:fixed;
	background-color: #FFFFFF;
	height: auto;
}
#header {
	height:125px;
	width:748px;
	margin:0 auto;
	background-color: #FFFFFF;
	border: none;
	background-repeat: no-repeat;
	background-image: url(../images/header.jpg);
	padding-top: 10px;
	padding-left: 4px;
}
#navcontainer {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	height: 26px;
	background-image: url(../images/navback.gif);
	background-repeat: no-repeat;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
#middlewrap {
	height: 100%;
	margin-top: 170px;
	clear: both;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#prod-middlewrap {
	height: 100%;
	margin-top: 110px;
	clear: both;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
}
#middle {
	width:720px;
	margin:0 auto;
	height: auto;
	clear: both;
}
#content {
	padding:0;
	height: 100%;
	margin: 0px auto;
	width: 740px;
}
#leftcol {
	float: left;
	width: 345px;
	text-align: justify;
	margin-top: 30px;
}
#rightcol {
	float: right;
	margin-top: 30px;
	width: 345px;
}
#index-rightcol {
	float: right;
	width: 345px;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	background-color: #F0EFF8;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:82px;
}
body>div#footerwrap {
	position:fixed;
}
#footer {
	height:82px;
	width:720px;
	margin:0 auto;
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
}
#middle {
	width: 750px;
}
h1 {
	font-size: 1.3em;
	color: #B27502;
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	display: block;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/h2_back.gif);
	background-repeat: no-repeat;
	text-indent: 8px;
}
h3 {
	font-size: 0.9em;
	color: #424824;
	font-weight: bold;
	text-align: left;
	display: block;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
.subhead {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	font-size: 0.9em;
	color: #424824;
	text-align: left;
}
.form-text {
	font-size: 0.8em;
	color: #000000;
}
a {
	text-decoration: underline;
	border: none;
	color: #424826;
}
a:hover {
	color: #B57E00;
	text-decoration: none;
}
img {border: none;
}
.thumb-float-l {
	float: left;
	font-size: .5em;
	color: #666666;
	clear: both;
	margin-right: 10px;
	margin-bottom: 15px;
}
.thumb-float-r {
	padding-left: 15px;
	float: right;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	clear: both;
	font-size: xx-small;
	color: #CCCCCC;
}
ul {
	font-size: 0.9em;
	color: #424824;
	margin-left: 20px;
	padding-left: 0px;
	text-align: left;
	list-style-type: none;
}
.ul-bullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	color: #424824;
	font-size: 0.9em;
	margin-left: 20px;
}
#logo {
	height: auto;
	width: auto;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.7em;
	color: #FFFF00;
	font-weight: bold;
}
#strapline {
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.img-mid {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
}
.prod-title {
	font-size: 0.9em;
	color: #89A98E;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.prod-description {
	float: left;
	width: 550px;
	text-align: left;
}
.prod-photo {
	float: right;
	width: 103px;
	text-align: justify;
}
.thanks {
	font-weight: bold;
	color: #85B900;
}
.prod-box {
	float: left;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
dt {
	font-size: 0.9em;
	color: #89A98E;
	margin-top: 8px;
	font-weight: bold;
}
dd {
	margin-left: -5px;
	padding-left: 20px;
}
.category-title {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	background-color: #EBF1EB;
	width: 100%;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#anchor-line {
	height: 1000px;
	width: 1px;
	float: left;
}
dl {
	margin-left: 40px;
}
#sign-up {
	float: right;
	clear: right;
	padding: 5px;
	width: 345px;
	margin-top: 30px;
}
.small-left {
	font-size: 0.85em;
}
.tiny-centred {
	font-size: .6em;
	text-align: center;
}

#shows { 
	margin-left: 15px; 
	margin-top: 4px; 
	margin-bottom: 7px; 
}

#venue { 
	margin-left: 15px; 
	margin-top: 4px; 
	margin-bottom: 15px; 
	font-style: italic;
}

