#intro
{
	width: 385px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: justify;
}

#activity-links
{
	width: 230px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: solid 1px #ccc;
	background-color: #EDF8FF;
	background-image: url(images/corner.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#activity-links p
{
	margin: 10px 20px;
}

#activity-links ul
{
	margin: 10px 20px 20px 20px;
}

#activity-links p
{
	color: #888;
	font-style: italic;
}

#activity-links h2
{
	margin: 0;
	padding: 5px 20px;
	background-color: #4481cd;
	color: #EDF8FF;
}

#activity-links li
{
	list-style-type: none;
	margin: 10px 0;
	font-weight: bold;
}

#activity-links li a
{
	display: block;
	text-decoration: none;
}
#activity-links li a:hover
{
	text-decoration: underline;
}
