@import "menu.css";
body {
	margin: 0px;
	padding: 0px;
	background: #788c95;
	text-align: center;
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
img {
	border: 0px;
}
h1,h2 {
	margin: 0em 0em 1.2em 0em;
	line-height: 1em;
}
p {
	margin: 0em 0em 1.6em 0em;
	line-height: 1.3em;
}
a {
	color: #8e1c2d;
}
a:hover {
	text-decoration: none;
}
div#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}
div#logo {
	background: url('images/logo.jpg') no-repeat;
	height: 143px;
}
img#printlogo {
	display: none;
}
div#content {
	margin: 0px 20px 0px 20px;
	padding: 15px 0px 20px 0px;
	height: 30px;
	min-height: 30px;
	height: auto;
}