body {
	color: #111111;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}

a	{
	color: navy;
}

#page {
	margin: 10em auto;
	width: 42em;
}

#header	{
	background: url(freshimages/lovelypicture.jpg) center top no-repeat;
	width: 100%;
	height: 572px;
	margin: 0 0 3em 0;
	text-align: center;
}

h1 {
	background: yellow url(freshimages/background-tile.png) top center;
	border: 1px solid #111111;
	font-size: x-large;
	line-height: 0.9;
	padding: 1em;
}

h2	{
	font-size: medium;
}

h3	{
	font-size: small;
}

p, li	{
	font-size: small;
	line-height: 1.4;
}

hr	{
	background: yellow url(freshimages/background-tile.png) top center;
	border: 0;
 	height: 0.4em;
}
