.slide_title{	/* Styling question */
	/* Start layout CSS */
	padding:0;
    width:55%;
	margin:0 auto;
	text-align:center;
	/* End layout CSS */
	overflow:hidden;
}

.slide_title h2 {
  margin:0;
  padding:0;
  height:37px;
  width:100%;
}

.slide_title h2 span {
  position:absolute;
  left:-1000px;
}

#years {
  background: transparent url(im/90-years.gif) no-repeat center center;
}

#at_home {
  background: transparent url(im/at-home.gif) no-repeat center center;
}

#legal {
  background: transparent url(im/legal.gif) no-repeat center center;
}

.slide_content{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #a8a796;
	background-color:#eae6d9;
	width:55%;
	margin:0 auto;
	/* End layout CSS */
	overflow:hidden;
	position:relative;
}

.slide_content_content{	/* Content that is slided down */
	padding:10px 20px 1px 20px;
	font-size:0.9em;	
	position:relative;
}
