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/prettyface.jpg) center top no-repeat;
	width: 100%;
	height: 340px;
	margin: 0 0 5em 0;
	text-align: center;
}

h1 {
	background: yellow url(freshimages/background-tile.png) top center;
	border: 1px solid #111111;
	font-family: helvetica, arial, sans-serif;
	font-size: x-large;
	line-height: 1;
	margin: 0;
	padding: 1em;
	text-transform: uppercase;
}

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;
	clear: both;
 	height: 0.4em;
}

img {
	border: 1px solid #111111;
}

.floatleft {
		float: left;
		margin: 0 1em 1em 0;
}

.smaller {
	font-size: x-small;
}
