/* CSS Document */

/* driver education ad */
#drivers_ed_ad {
	float: right;
	width: 350px;
	margin-bottom: 20px;
	border: 1px solid #E0E0E0;
	padding-left:5px;

}

#drivers_ed_ad .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#drivers_ed_ad .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}


/* teen Special */
#teen_special {
	float: right;
	width: 350px;
	margin-bottom: 20px;
	border: 1px solid #E0E0E0;
		padding-left:5px;

}

#teen_special .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#teen_special .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}


/* Teen News */

#teen_news {
	clear: both;
	width: 700px;

	/*border: 1px solid #E0E0E0;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

#teen_news h3 {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
}


#teen_news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#teen_news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#teen_news .more a {
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#teen_news img {
	float: right;
	margin-left: 10px;
}