#breadcrumbs {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	padding: 20px 0px 15px 0px;
	color: #666666;
	font-size: 11px;
}

.breadcrumbs_link {
	text-decoration: none;
	font-style: italic;
	color: #666666;
}

.breadcrumbs_link:hover {
	text-decoration: underline;
}

.subtitle {
	position: relative;
	left: 14px;
	width:566px;
	height:auto;
	
	background: #219fd0;
	
	padding: 10px 8px 10px 8px;
	
	color: #FFFFFF;
	
	font-weight: bold;
	font-size: 14px;
	
	margin-bottom: 20px;
}

.text {
	position: relative;
	top: 0px;
	left: 14px;
	width:582px;
	height:auto;
	
	color: #666666;
	
	line-height: 20px;
}