body{
	overflow: auto;
	width: 970;
	}

.headerandmenu{			
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	white-space: nowrap;
	line-height: 1px;
	width: 970;    /*THIS IS WRONG BECAUSE THE SUM OF THE WIDTH OF THE TOP ROW OF PICS IS TOO HIGH. 
			ALTERNATIVELY, FIX WIDTH OF THE top_4.jpg*/
	}



.genericdisplaybox{			
	position: absolute;
	top: 124px;			/* ADJUST AS NEEDED */
	left: 135px;			/* ADJUST AS NEEDED */
	border-color: black;
	border-style: solid;
	background-color: white;
	border-width: 3px;	
	width: 810px;
	height: 504px;
	overflow: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	}


.copyright{			
	position: absolute;
	left: 142px;			/* ADJUST AS NEEDED */
	top: 645px;
	width: 810px;
	text-align: center;
	font-size: 7pt;
	}

.viewcart{			
	position: absolute;
	width: 965px;
	top: 634px;
	text-align: right;
	}
	
.centeredtextcolumn{	
	vertical-align: baseline;
	border-style: none;
	height: auto;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;	
	margin-left: auto;
	margin-right: auto;	
	padding:10px;
	text-align: justify;
	}
	
	
body { 
	background-color: ffffff ;
	font-size: 9pt;
	font-family: avant garde, arial, geneva, verdana, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	}



p  {
	font-size : 9pt;
	font-family : avant garde, arial, geneva, verdana, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	}



h1  {
	font-size : 9pt;
	font-family : avant garde, arial, geneva, verdana, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : 000000;
	}



img {
	border-style: none;
	padding: 0;
	margin: 0;
	}
	


A  {
	font-size : 9pt;
	font-family : avant garde, arial, geneva, verdana, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #ff9933;
	border: 0px;
}



A:Hover  {
	font-size : 9pt;
	font-family : avant garde, arial, geneva, verdana, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : 000000;
	border:0;
	}
	
