body
{
	background: #DBEA33;
	text-align: center;
}

#maintable
{
	width: 800px;
	align: center;
	background: #fff;
	border: 2px outset black;
}

#homenavlinks	/*  lure below the menu items - previously img/lureside.jpg  */
{
	width: 150px;
	background: url('img/eelside.jpg') no-repeat;
}	

#listnavlinks	/*  post it notes below the menu items  */
{
	width: 150px;
	background: url('img/postside.jpg') no-repeat;
}

#subnavlinks  /*  without the lure or post it notes  */
{
	width: 150px;
}

#bodycell	
{
	width: 650px;
	padding: 10px 24px 5px 36px;
	background: url('img/fishbot.jpg') no-repeat;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

#subbodycell		
{
	width: 650px;
	padding: 10px 24px 5px 36px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

#albumbodycell
{
	width: 650px;
	padding: 2px 5px 5px 2px;
}

#homeheader
{
	background: url('img/fishtop.jpg') no-repeat;
	height: 145px;
	align: center;
}

#subheader	/*  header for all pages that have no walleye graphic  */
{
	background: #fff;
	height: 145px;
	align: center;
}

#productbox
{
	border: 1px solid black;
	padding: 5px;
	width: 310px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

h1	/*  refreshingly in... tagline boxed at top of page */
{
	font-size: 13px;
	color: #000;
	display: inline;
	font-weight: normal;
	font-family: arial black;
	border: 1px solid black;
	padding: 4px;
	letter-spacing: 0.1em
}

h2  /*  page titles in large black bold  */
{
	color: #000;
	font-weight: normal;
	display: inline;
	font-family: impact, arial;
	font-size: 20px;
}

h3	/*  green descriptive or tagline text - now black  */
{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	font-family: univers, arial;
	display: inline;
}

h4	/*  product title on product pages  */
{
	display: inline;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

h5	/*  page listing on left side  */
{
	font-style: normal;
	color: #000;
	font-size: 16px;	
	font-weight: bold;
	font-family: arial;
	padding: 3px;
	display: inline;
}

h6  	/*  smaller text for product descriptions without the box around it on list page  */
{
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
	display: inline;
	font-weight: normal;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #000;
}

