/* Our Story elements */
#links_wrapper{
	position: relative;
	width: 590px;
	height: 485px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: url(../../images/links/links_bgrnd.jpg) repeat-y;
}
#links_wrapper a{
	color: #d2491e;
	text-decoration: underline;
}
#links_wrapper a:link{}
#links_wrapper a:visited{}
#links_wrapper a:hover {
	text-decoration: none;
}
#links_wrapper a:active{}

#links_border_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 575px;
	height: 35px;
	background: url(../../images/links/links_border_top.jpg) no-repeat;
}

#links_wrapper h2{
	background: url(../../images/links/links_we_like.jpg) no-repeat;
	height: 117px;
	left: 42px;
	position: absolute;
	text-indent: -9999em;
	top: 40px;
	width: 381px;
}

#links_content{
	left: 65px;
	font-size: 11pt;
	position: absolute;
	top: 170px;
	width: 450px;
}

#links_content dd{
	color: #912976;
	font-size: 10pt;
	line-height: 18pt;
	margin: 3px 0 15px 0;
}