body {
	background-color: white;
}

div {
	padding: 2px;
	margin-bottom: 5px;
}

li {
	list-style-type: none;
	margin-bottom: 5px;
}

#primary_content {
	width: 550px;
	min-height: 400px;
	margin-left: 25px;
	float: left;
	border-right: 1px dotted black;
	padding-right: 5px;
}

#secondary_content {
	width: 200px;
	margin-top: 220px;
	left: 500px;
	float: left;
}

#title {
	background-image: url(./header_logo.jpg);
	height: 216px;
	width: 540px;
	padding: 0px;
}

#title h1 {
	display: none;
}

.credit {
	font-weight: bold;
}
