#text_container {
	background-image: url('/images/text_back.jpg');
	background-repeat: no-repeat;
}

#text_details .text_title {
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

#text_text {
	color: #ffffff;
}

#text_text2 a {
	color: #ffffff; /* changed from #aaaaaa */
	text-decoration: underline; /* changed from none */
}

#text_text2 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#text_images .text_image {
	border: 3px solid #ffffff;
}
/* CHROME BUG FOR FLOATED LEFT UL - FIRST LI BULLET ON THE RIGHT */
#text_text2 li {
  clear: left;
}

/*   REPLACING LEFT IMAGE WITH TEXT  */
#moto_image p {
	font-family:  Verdana, Geneva, sans-serif;
	color: white;
	font-size: 25px;
	line-height: 1.6;
	font-family: 'Didact Gothic', sans-serif;
	font-weight:400;
}