body		{
			font-family: Verdana, Helvetica, Arial, Sans Serif;
			font-size: .75em;
			margin: 0;
			padding: 0;
			background-color: #fff
			}
			
#contentholder {
			width: 7in;
			}

#contentmenu {
			visibility: hidden;
			}
#contentbetweenmenu {
			visibility: hidden;
			}
#footerlinks {
			visibility: hidden;
			}

#contentarea {
			float: left; 
			width: 7in; 
			background-image: url('../images/bg-wide.jpg'); 
			background-repeat: repeat-y;
			}
#innercontent {
			float: left; 
			margin-left: 21px; 
			width: 7in;
			}
#textarea	{
			float: left; 
			width: 7in;
			text-align: justify;
			}
/* #printOnly	{
			float: right;
			height: auto;
			width: 3.25in;
			overflow: visible;
			border-left: 2px solid #000;
			padding-left: .25in;
			} */
#textarea a {
			visibility: hidden;
			color: #fff;
			text-decoration: none;
			}
#logospot	{
			visibility: hidden;
			}
#copyline, #catpic		{
			visibility: hidden;
			}
#lowleft	{
			visibility: hidden;
			}
#bottombar	{
			visibility: hidden;
			}
#menulist	{
			visibility: hidden;
			}
.cat		{
			font-weight: bold;
			padding-top: 18px;
			}
.price		{
			text-align: right;
			padding-top: 4px;
			}
.item		{
			color: #009;
			padding-top: 4px;
			}
.description	{
			font-size: 10px;
			padding-bottom: 10px;
			}
.menu		{
			border: 2px solid #000;
			width: 6.5in;
			}			

/******************* Modified TAN HACK so that stupid IE shows the stuff correctly *********************/


* html #catpic { /* let's hack this up for ie - I hate that browser */
			margin-left: 0;
			}

* html #footerlinks {
			margin-top: 0;
			}
* html #innercontent {
			margin-left: 16px;
			}
* html #contentmenu .links {
			padding-bottom: 0;
			margin-bottom: -20px;
			}
* html #textarea {
			padding-top: 11px;
			}

/* have I mentioned that I hate IE yet */
