h3 {
color: navy;
}
div#content p {
margin: 5px 0;
text-align: justify;
}
div#content img {
border: none;
}
div#links,
div#flyers {
margin-top: 10px;
}
div#flyers {
float: left;
width: 580px;
}
	div#flyers ul {
	margin-bottom: 10px;
	}
	div#flyers li {
	margin-left: 20px;
	}
div#links {
float: right;
width: 130px;
overflow: hidden;
padding: 5px;
border: 1px solid #CCC;
background-color: #F6F6F6;
}
	div#links dt {
	font-weight: bold;
	}