@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
}
#menu {
	display: none;
}
#header {
	display: none;
}
#printheader {
	height: 30px;
	position: absolute;
	display: block;
	width: 680px;
	left: 50%;
	top: 0;
	margin-left: -340px;
	
}

#printheader p {
	color: #000;
	font-size: 20px;
	letter-spacing: .1em;
	line-height: normal;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
}
#mailprint {
	display: block;
}
#mailsent {
	display:none;
}
#wrap {
position: relative;
	width: 680px;
	top: 30px;
	margin-left: -340px;
	height: auto;
}
#content {
	margin-top: 30px;
	padding-bottom: 20px;
}
#footer {
	display: none;
}
#totop {
	display:none;
}