html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/background.jpg");
	background-position: 0px 1px;
	background-repeat: repeat-y;
	font-size: 12px;
}
#header {
/* put this somewhere at the top */
/* this div contains the tiling lines at the top */
	z-index: 2;
/*	position: absolute;
	top: 0px;
	left: 0px; */
	height: 189px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url("../images/topcenter_tile.jpg");
	background-position: 0px 0px;
	background-repeat:repeat-x;
	border: 0px solid #FF88FF; /* use for debugging */
}
#header img {
	margin: 0px;
	padding: 0px;
}
#links {
/* this is the link bar, on the left */
	z-index: 3;
/*	position: absolute;
	top: 189px;
	left: 0px; */
	float: left;
	width: 162px;
	margin: 0px;
	margin-bottom: 120px;
	padding-bottom: 28px;
	background-image: url("../images/menu_bottom.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}
#links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#links li {
	margin: 0px;
	width: 162px;
	height: 31px;
	border: 0px solid #FF00FF;
}
#links a {
	width: 125px;
	height: 25px;
	display: block;
	background-image: url("../images/menu_off.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 6px 0px 0px 36px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
#links a:hover {
	background-image: url("../images/menu_on.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #af1a12;
}
#bigbox {
	z-index: 1;
	min-width: 400px;
	margin-left: 160px;
	margin-right: 120px;
	padding: 10px;
	border: 0px dashed #0000FF; /* use for debugging */
/*	height: 100%; */
}
#bigbox a {
	color: #af1a12;
	text-decoration: none;
}
#bigbox a:hover {
	color: #777777;
	text-decoration: underline;
}
#products {
	float: right;
	width: 120px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-right: 3px;
	text-align: center;
}
#footer {
	z-index: 0;
	margin: 10px 0px 0px 0px;
	width: 100%;
/*	background-image: url("../images/redbartile.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 8px; */
	text-align: center;
	font-style: italic;
	font-size: 80%;
}
h1 {
	font-size: 110%;
	font-weight: bold;
	color: #af1a12;
	margin: 3px 0px 3px 8px;
}
h2 {
	font-size: 110%;
	color: #000000;
	margin: 3px 0px 3px 8px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #af1a12;
	margin: 3px;
	padding: 0px;
}
