div#breadcrumb
{
	padding: 12px 10px; 
	
	color: #a48765;
	font-size: 20px;
	font-style: italic;
}

/****************/
/* Related Link */
/****************/

div#related_link
{
	background-color: #f8f9f1;
	padding-bottom: 1px;
}

div#related_link h3
{
	background-color: #a48765;
	
	font-family: Trebuchet MS, Arial;
	font-style: italic;
	font-size: 18px;
	
	color: #ffffff;
	padding: 1px 20px;
}

div#related_link a
{
	display: block;
	text-decoration: none;
	color: #a48765;
}

div#related_link a:visited
{
	color: #a48765;
}

div#related_link ul 
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #a48765;
}

div#related_link li
{
	background: transparent url(../image/related_arrow.gif) no-repeat;
	padding-left: 15px;
	margin: 10px;
}

