/* separate lists from subsequent content */
div.outerwrap
{
  margin-bottom: 1em;
  width:400px;
}

/* position list chunks side by side */
div.wrapper
{
	float: left;
	/* width: 12em; */
	width: 300px;
}

/* clear float after lists */
br.clearIt
{
  clear: left;
}
/* remove default spacing  to 
promote cross-browser consistency */
ol
{
  margin: 0;
  padding: 0;
}

/* suppress normal list item numbering */
ol li
{
  list-style-type: none;
}
#error {color:#F00}
