* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1b5977; /* dark blue */
	background-color: #daebf1; /* light blue */
	text-align: center;
}
h1 {
	font-size: 1.3em;
}
p {
	margin: 16px 0 16px 0;
}
p img {
	margin-left: 10px;
}
a img {
	border: 0;
}
a, a:link {
	background-color: inherit;
	color: #258dbf; /* bright blue */
}
#wrapper {
	position: relative;
	margin: auto;
	padding: 34px 0 20px 0;
	font-size: 0.8em;
}
#wrapper * {
	text-align: left;
}
#info {
	position: relative;
	margin: auto;
	width: 300px;
}
#info div.centered {
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 16px 0 16px 0;
}
#info div.logo {
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 16px 0 16px 0;
}
.info_top {
	background: url('index_images/info_top.gif') no-repeat center;
	height: 16px;
}
.info_body {
	background: url('index_images/info_body.gif') repeat-y center;
}
.info_content {
	padding: 8px 24px 16px 24px;
}
.info_bottom {
	background: url('index_images/info_bottom.gif') no-repeat center;
	height: 16px;
}
p.noscript {
	background-color: inherit;
	color: #ff0000;
}
