body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 30px 90px 0px 90px;
	color: #0294aa;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 10px 90px 0px 90px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 10px 90px 10px 90px;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	width:816px;
}

#background {
	width: 816px;
	height: 432px;
	display: block;
	background: url(images/mirror_closed.jpg) no-repeat;
}

#backgroundb {
	width: 816px;
	height: 20px;
	display: block;
	background: url(images/bkgd.gif) no-repeat;
}

#header {
	margin-top: 16px;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	width: 816px;
	height: 60px;
	display: block;
}

#header h1 {
	margin: 0px;
	position: relative;
	padding: 0px;
	text-indent: -9999px;
	width: 290px;
	height: 48px;
	display: block;
	background: url(images/logo.gif) no-repeat;
}

#header h3 {
	margin: 0;
	padding: 0;
	width: 120px;
	height: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 30px;
	right: 0px;
}

#mirror {
	position: relative;
	top: 45px;
	left: 175px;
	width: 237px;
	height: 275px;
	background: url(images/mirror_closedtext.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 99;
}

#footnote {
	position: relative;
	margin: 0 auto;
	top: 100px;
	width: 345px;
	height: 45px;
	background: url(images/footnote.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 99;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: #666;
	font-style: normal;
	font-weight: normal;
}

#footer p {
	padding: 10px 0px 0px 0px;

}

