div#header {
	background-color: black;
	background-image: url("/images/header.gif");
	background-repeat: repeat-y;
	padding: 17px 16px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 3px;
	text-transform: none;
}

p {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin: 5px 0px;
}

div#content {
	min-height: 325px;
	width: 703px;
}