/* css for home page only */

body {
  background: #ffffff;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #181818;
}


span.header	{
	font-size: 18px;
	font-weight: bold;
	color: #9E0B0F;
}
	

span.collectlist {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ffc905;
}	
	
span.collectlist a:link, a:visited {
	color: #181818;
	text-decoration: none;
}	

span.collectlist a:hover {
	color: #606060;
	text-decoration: none;
	border-bottom: 1px solid #ffc905;
}

span.background {
	line-height: 1.4em;
}	

/* this contains everything - all the other divs */
#page {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-top: 5px solid #ffc905;
  border-bottom: 1px solid #989898;
}
#banner {
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
 
#content {
	padding: 5px 0px 0px 0px ;
}

/* the image for the collection, shown in the banner */
div.collectimage {
  text-align: left;
  float: left;
  width: 750px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
  
/* make sure this is shown under the other divs (which may be floating) */
div.bannerextra {
   clear: both;
}


/* bg image set in style macro */
div.divbar {
  height: 3px;
  background: #ffffff;
  border-top: 2px solid #979797;
  border-bottom: 1px solid #979797;
  font-family: arial;
}


