body {
	margin:0;
	padding:0;
	border:0;
	color: black;
	/* font-size:100%;
	line-height:1.125em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; */
	font: normal 100%/120% verdana,arial,SunSans-Regular,sans-serif;
	background-image: url(images/bg.png);
}
#menu {
	position:absolute;
	left:0;
	top:125px;
	width:195px;
	font-size:0.8em;
}
#stuff {
   	margin-left:209px;
   	margin-right:209px;
	background-color:#fcf;
	padding:5px;
	/*
		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 prematurely 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.
	*/
		
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 211px;
   	margin-right:211px;
}
	html>body #stuff {
   		margin-left: 211px;
   		margin-right:211px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	top:125px;
	width:190px;
	background:#f0f;
}
#banner {
	height:110px;
	margin:0;
	border:0;
	padding-bottom:4px;
	border-bottom:solid 3px #f0f;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:109px;
}
	html>body .banner {
		height:109px;
}
#banner span {
	color:#f0f;
	font-size:2.2em;
	font-weight:bold;
}	
#footer {
	color:#999;
	border-top:solid 3px #f0f;
	margin-top:0.8em;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	text-decoration:underline;
	color:#666;
}
/* --------------- */

p,h1,h2,h3,pre,ul {margin:0; padding:0;}
img {border:none;}

#stuff,#footer,#rightcontent {
	margin-top:0.5em;
	font-size:0.875em;
}
#stuff p {
	margin-top:0.5em;
}

h1,h2,h3 {
	font-size:1.5em;
	padding-top:1em;
	color:#00c;
	font-weight:bold;
}
h2 {	font-size:1.2em;
	padding-top:2em;
}
h3 {	font-size:1em;
	padding-top:1em;
}
ul {	margin-left:2em;
	list-style-position:inside;
}
/* --------------- */
#menu ul {
	list-style:none;
	margin:0;
}
#menu li {
	display:inline;
}
#menu li a {
	text-decoration:none;
	color:black;
	color:yellow;
	display:block;
}
#menu li a:link,#menu li a:visited {
	padding:.2em;
	background-color:#f0f;
	border:solid 2px white;
	/* margin-top:2px; */
}
#menu li a:hover {
	color:white;
	color:red;
	background-color:#06c;
	background-color:#ff0;
	border:solid 2px white;
}
* html #menu li a {
	height:1px;
}
/* --------------- */
.picture {
	float:right;
	margin:0.5em 0.3em 0 0.5em;
	line-height:0.9em;
	font-style:italic;
}
.picture p {
	position:relative; top:-2em; left:1.5em;
	margin:0;
	color:red;
	font-weight:bold;
}
/* --------------- */
.price {
	float:right;
	font-size:0.8em;
	/* border:solid 1px red; */
}
blockquote {
  background:url(slquo.gif) left top no-repeat;
	background-color:white;
}
.quo {
  padding:0 42px;
  background:url(srquo.gif) right bottom no-repeat;
}
.citation {
	font-size:0.8em;
	font-style:italic;
	padding-left:2em;
}
/* --------------- */
.quotation {
	background:#9cf;
	background-image:url(quoteleft.gif);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding:0.5em 20px;
	/* padding-left:20px; */
	font-style:italic;
}
.quotation span {
	background-image:url(quoteright.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	display:block;
	/* padding-right:20px; */
}
#rightcontent p {
	padding:0.5em;
	color:#000;
}
.message, .news {
	background-color:white;
	color:#f00;
	border:solid 2px #ccc;
}
/* --------------- */
input:focus,textarea:focus {background-color:yellow; color:black;}

label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 7px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
input, textarea {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:4px 0 0 8px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
textarea { overflow: auto; }

form small {
	display: block;
	/* margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form h3 {padding-top:0;
}

td {
	border: 2px solid #ccc;
	padding:5px;
}
table {
	border-collapse: collapse;
	margin-top:5px;
}
col.trmts {
	width:40%;
} 
