@charset "UTF-8";

body,td,th {
	color: #000;
	font-family: WarnockPro, "Century Schoolbook", Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin-top: 6em;
	margin-bottom: 3em;
}

#main {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header #title {
	position: fixed;
	border-bottom: thin solid #000000;
	top: 0px;
	background: #FFFFFF;
	width: 800px;
}

#footer {
	position: fixed;
	border-top: thin solid #000000;
	bottom: 0em;
	background: #FFFFFF;
	width: 800px;
	text-align: center;
}

.print {
	display: inline;
}

#contact, #collage, #copy, #logo, #menu img {
	display: none;
}

