#doc h1 {
	height: 100px;
	background-image: url(links.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#linklist {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 40px;
}
#linklist h4 {
	float: left;
	padding-top: 50px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	width: 100%;
}
div.link {
	float: left;
	width: 100%;
	text-align: center;
	border-top: dotted 1px #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.icon {
	float: left;
	width: 200px;
}
div.icon a span {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}
div.icon img {
	border: solid 1px #990000;
}
div.text {
	float: left;
	width: 400px;
	text-align: left;
}