body{	background-color: white;	background-image: url(images/bg_dbl_white.gif);	background-position: 0px 0px;}/* below this is from glish.com's 3-col holy grail layout */body {	margin: 0;	padding: 0;	}#leftcontent {	position: absolute;	left: 0;	top: 130px;	width: 170px;	height: 100%;	background: #336699;	border-top: none;	}#centercontent {	margin-left: 170px;	margin-right: 200px;	/*	IE5x PC mis-implements the box model. Because of that we sometimes have	to perform a little CSS trickery to get pixel-perfect display across browsers.	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS	parsing bug in IE5x PC that will prematurly close a style rule when it runs	into the string "\"}\"". After that string appears in a rule, then, we can override	previously set attribute values and only browsers without the parse bug will	recognize the new values. So any of the name-value pairs above this comment	that we need to override for browsers with correct box-model implementations	will be listed below.		We use the voice-family property because it is likely to be used very infrequently,	and where it is used it will be set on the body tag. So the second voice-family value 	of "inherit" will override our bogus "\"}\"" value and allow the proper value to	cascade down from the body tag.	The style rule immediately following this rule offers another chance for CSS2	aware browsers to pick up the values meant for correct box-model implementations.	It uses a CSS2 selector that will be ignored by IE5x PC.		Read more at http://www.glish.com/css/hacks.asp	*/		voice-family: "\"}\"";	voice-family: inherit;		margin-left: 170px;		margin-right: 200px;	}html>body #centercontent {		margin-left: 170px;		margin-right: 200px;	}#rightcontent {	color: #336699;	background-color: white;	position: absolute;	right: 0;	top: 130px;	width: 200px;	padding: 10px 0 0 0;	border-top: none;	border-right: thin solid #336699;	border-bottom: thin solid #336699;	border-left: thin solid #336699;	}#banner {	background-color: white;	height:80px;	voice-family: "\"}\"";	voice-family: inherit;	height:80px;	padding: 5px 0 5px 0;	border-bottom: 40px solid #336699;	}html>body #banner {	height:80px;	}	p,h1,h2,h3 {	margin:0px 15px 10px 15px;	}	h1,h2,h3 {	color: #336699;	background-color:transparent;	font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;	font-style: normal;	font-weight: bold;	padding-top:10px;	}	#rightcontent p {	font-size: .9em;	}/* below this are my styles */h1 {font-size: 2.0em;}h2 {font-size: 1.2em;}h3 {font-size: 1.1em;}a {	background-color:transparent;	font-family: 'Minion Web', Georgia, serif;	font-style: normal;	font-weight: bold;	text-decoration: none;}/* must be in this order to work properly */a:link {color: #336699;}a:visited {color: #336699;}a:hover {color: #336699; text-decoration: underline;}a:active {color: #336699; text-decoration: underline;}.navtxt {	color: white;	background-color:#336699;	font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;	font-size: 1.0em;	font-style: normal;	font-weight: bold;}	.navtxt a:link {	color: white;	background-color:#336699;	font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;	font-style: normal;	font-weight: bold;	text-decoration: none;}	.navtxt a:visited {	color: white;	background-color:#336699;	font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;	font-style: normal;	font-weight: bold;	text-decoration: none;}	.navtxt a:hover {	color: white;	background-color:#336699;	font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;	font-style: normal;	font-weight: bold;	text-decoration: underline;}.here {	border-top: thin solid white;	border-right: thin solid white;	border-bottom: thin solid white;	border-left: none;}.home-img {	margin-left: 20px;}.home-filler {	font-size: .75em;	margin-top: 50px;}.excite {	color: red;}table {	width: 100%;	margin: 20px 0 0 20px;	font-size: .8em;}#catalog table {	width: 120%;	margin: 20px 0 0 20px;	font-size: 1.0em;}#cart {	margin-top: 10px;	margin-left: 10px;}img {	border: none;}