body {
	background-color: #1d3b58;
	color: #FFFFFF;
}

ul {
	list-style-type: none;
	list-style-image: url(bullet.gif);
	list-style-position: outside;
}

a {
	color: #1d3b58;
	text-decoration: none;
}

#body {
	width: 80%;
	background-color: #23669c;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding: 10px;
}

#logo {
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #23669c;
	padding: 5px;
	width: 616px;
}

.ads {
	width: 80%;
	background-color: #23669c;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 25px;
}

#intro {
	margin-top: .5em;
	margin-bottom: .5em;
}

.notice {
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: .5em;
}

.list {
	background-color: #5a9ace;
	float: none;
	padding: 5px;
	margin: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

