#guides ul { /* positions, styles image line */
  width: 423px; /* must be wide enuf for ul li display: inline and match # of images across */
	height: 272px; 	
	text-align: center;
	margin: 10px auto 0 auto;
	text-decoration: none;
	list-style-type: none;
	}
#guides ul li { /* displays images horizontally */
  display: inline;
	}	
#guides ul li img { /* float images so tops align */
  display: inline;
  float: left;
 	padding: 3px;
	}
#guides ul a { /* removes list bullets */
  text-decoration: none;
	outline: 0;
	}
#guides ul a:hover { /* needed for IE bug */
  background: transparent;
	}
#guides ul a span { /* hides unhovered text block (span) */
  display: none;
	height: 0;
	}
#guides ul a:hover span.guidetext { /* positions, styles hover-revealed text block */
  display: block;
  position: absolute;  
	top: 490px; /* 370 original; changed 12/08 'cause dropped guide photo, now 3 rows of 3 images */  
	left: 30px;
	width: 712px;
  color: #14557f; 
	font-size: 105%;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.8em;	
	}
#round {
  width: 772px;
	margin: 0 auto;
	}
.round-top {
  width: 772px;
	height: 35px;
	background: url(../images/graphics/round-top.gif) no-repeat 0 0;
	}
.round-body {
  width: 772px;
	height: 530px; /* Gecko only; original=420px */
	background: url(../images/graphics/round-body.gif) repeat-y 0 0;
	}	 
.round-body p {
  margin: -20px 30px 0 30px;
	}	
.round-bottom {
  width: 772px;
	height: 35px;
	background: url(../images/graphics/round-bottom.gif) no-repeat 0 0;
	}		
#footer {
  position: absolute;
  background: transparent;
	margin: -55px 0 0 30px;
	}
/* hide from IE5/Mac \*/
#footer {
  height: 1%;
	}
/* end hide */
#footer p {
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	color: #14557f;
	}					
img.guides {
  position: relative;
	z-index: 20;
	top: -15px;
	left: 30px;
  margin-bottom: 10px;
	}	