




/*
     FILE ARCHIVED ON 10:42:35 Jun 26, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:15:42 Apr 8, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#producttable {
	width: 666px;
	padding-left: 10px;
	float: left;
	border: 1px solid #A6CAF0;
	margin: 20px;
}

#producttable h4 {
vertical-align: text-top;
margin: 5px;
margin-top: 20px;
position: center;
font-family: helvetica;
font-size: 15px;
}

#producttable img {
float: none;
position: center;
border: 1px solid #A6CAF0;
}

#leftcolumn {
	float: left;
	width: 33%;
	position: center;

}

#centercolumn {
float: left;
width: 33%;
position: center;
}

#rightcolumn {
float: right;
width: 33%;
position: center;
}
