#banner {
	background: url(/images/banner_links.jpg) no-repeat;
	height: 221px;
	position: relative;
	margin: 0px 0px 16px;
}
#banner h1 {
	margin-left: 296px;
	padding: 32px 0px 0px;
}
#content {
	position: relative;
	height: 730px;
}
ul#links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 670px;
	position: absolute;
	left: 295px;
	top: 0px;
}
ul#links li {
	float: left;
	width: 318px;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 30px 16px 0px;
	padding: 0px;
}
ul#links li#business,
ul#links li#dlf {
	margin-right: 0px;
}
ul#links li#education {
	background: url(/images/link_tmeducation.jpg) no-repeat;
}
ul#links li#business {
	background: url(/images/link_tmbusiness.jpg) no-repeat;
}
ul#links li#health {
	background: url(/images/link_tmdoctors.jpg) no-repeat;
}
ul#links li#dlf {
	background: url(/images/link_dlf.jpg) no-repeat;
}
ul#links a {
	display: block;
	float: left;
	width: 308px;
	padding-right: 10px;
	padding-top: 245px;
	color: #45474c;
	text-decoration: none;
}
ul#links a:hover {
	text-decoration: underline;
}
ul#links a strong {
	padding-right: 14px;
	color: #000;
	background: url(/images/arrow_links.gif) no-repeat right 3px;
}
