html {
	font-family: Helvetica, sans-serif;
}

body {
	background-color: #ddd;
	color: black;
}

#topbanner {
	background-image: url(./images/image003.jpg);
	color: white;
	height: 147px;
	text-align: center;
	position: relative;
}

#topbanner #title {
	margin: 0 0 10px 0;
	position: absolute;
	top: 20px;
	left: 170px;
	font-weight: 100;
	background-color: #333;
	display: inline;
	font-size: 24pt;
	opacity: 0.75;
}
#topbanner #subtitle {
	margin: 0 0 10px 0;
	position: absolute;
	top: 55px;
	right: 20px;
	font-weight: 100;
	font-size: medium;
	background-color: #444;
	display: inline;
	opacity: 0.75;
}
#topbanner #metainfo{
	margin: 0 0 10px 0;
	position: absolute;
	bottom: 0px;
	right: 100px;
	font-weight: 100;
	font-size: medium;
	background-color: #333;
	display: inline;
	opacity: 0.8;
	padding: 1px 10px 1px 10px;
}
#topbanner #wisp-image {
	position: absolute;
	left: 0px;
	top: 10px;
}
#topbanner a {
	color: white;
	text-decoration: underline;
}

#main {
	margin: 0 auto 0 auto;
	border: 1px solid #bbb;
	width: 800px;
	background-color: white;
}

#notice {
	text-align: center;
	background-image: url(./images/vshad.png);
	background-repeat: repeat-x;
	background-color: #ff3;
	color: black;
	padding: 5px;
	font-style: italic;
}

#content {
	padding: 2%;
}

caption {
	text-align: left;
}

