	body {
		background: #ffe3b7;
		font-size: 80%;
		font-family: verdana, arial, helvetica, sans-serif;
		padding: 0;
		margin: 0;
		}

	#page {
		width: 48em;
		background: #f0b45c;
		border: 1px solid #666;
		margin: 30px auto 30px auto;
		padding: 0;
		}

	#header {
		background: #f1d2ff;
		padding: 1.75em 1.75em 0.5em 1.75em;
		}

/* Two columns, one third and two thirds of page width */

	#content {
		float: right;
		width: 11.5em;
		padding: 2.25em 2.25em 0 2.25em
		}

	#twocol {
		width: 24em;
		background: #fff;
		padding: 1.75em 2.25em 2em 5.75em;
		margin-top: 0.5em;
		}

/* Div to vertically separate floats */
	div.spacer {
		clear: right;
		margin: 0;
		}

	#footer {
		background: #f1d2ff;
		padding: 0.75em 0 0.75em 1.75em;
		clear: right;
		}

	a:link {text-decoration: none; color: #7f5100}
	a:visited {text-decoration: none; color: #7f5100}
	a:hover {text-decoration: underline; color: #7f5100}
	a:active {text-decoration: none; color: #7f5100}

	img {
		float: right;
		margin: 0.3em 0 1.5em 1.75em;
		border: none;
		}

	h1,h2 {
		font-weight: lighter;
		}

	h1 {
		font-size: 2em;
		margin: 0;
		}

	h2 {
		font-size: 1.2em;
		margin-top: 0;
		margin-bottom: 0.5em;
		}

	p {
		font-size: 1em;
		margin-top: 0;
		margin-bottom: 1.5em;
		}

	#header p {
		font-size: 0.75em;
		color: #7a4398;
		float: right;
		margin-bottom: 0;
		padding-top: 1.75em;
		}

	#content p {
		font-size: 0.85em;
		margin-bottom: 0.75em;
		}

	.bold {
		font-weight: bold;
		}

	#footer p {
		font-size: 0.75em;
		margin: 0;
		}
