* {margin: 0; padding: 0;}

			html {
				background-color: #393939;
			}

			body {
				background-color: #eee7ca;
				width: 800px;
				min-width: 550px;
				margin: 0 auto;
				font-family: sans-serif;
				font-size: 95%;
				border-top: 1px solid #393939;
			}

			*+ html body {margin: 0 3em;}
			* html body {margin: 0 3em;}

			h1, h2 {
				margin: 1em 0;
				font-family: Arial;
			}

			#header h1 a {

			}
			#header h1 a:hover {
				text-decoration: none;
			}

			p img,
			img.center {
				display: table;
				margin: 1em auto;
				border: 1px solid #393939;
			}
			ul {
				margin: 1em;
			}

			* html ul {
				margin-left: 1.5em;
			}

			a {
				color: #000;
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}

			a:active {
				text-decoration: underline;
			}

			#header {
				position: relative;
				margin: 0;
				height: 25em;
				background: url('../img/header-bg.jpg') no-repeat right 4.5em;
			}

			#header h1 {
				display: block;
				margin: 0;
				padding: 0.5em;
				background-color: #eee7ca;
				text-align: left;
				border-bottom: 5px solid #393939;
			}

			#header ul.menu {
				position: absolute;
				left: 0;
				bottom: 0;
				right: 0;
				list-style-type: none;
				margin: 0;
				padding: 0.25em;
				border-top: 5px solid #393939;
				border-bottom: 1px solid #393939;
				text-align: center;
				background-color: #eee7ca;
			}

			* #header ul.menu {width: 794px;}

			#header ul.menu li {
				display: inline;
				padding: 0.25em 0.5em;
				color: #000;
				font-weight: bold;
			}

			#header ul.menu li a {
				color: #000;
			}

			#header ul.menu li:hover {
			}

			#content {
				margin: 1em;

			}

			#content.full {
				margin: 1em;
				padding-right: 1em;  /* RC width */
			}

			#content .column {
				float: left;
				position: relative;
				padding-bottom: 1em;
			}

			div#secondary-column {
				width: 18em;
				margin-right: -20em;
				padding-left: 1.5em;
			}

			div#main {
				width: 100%;
			}

			dl dt {
				font-weight: bold;
			}

			dl dd p {
				margin-bottom: 1em;
			}

			p.quote {
				display: block;
				padding: 2em;
				background: url('../img/quotes.gif') no-repeat top left;
			}

			span.author {
				display: block;
				margin: 1em 8em 0 0;
				text-align: right;
			}

			#footer {
				clear: both;
			}

			#footer p {
				border-top: 5px solid #393939;
				padding: 1em 1em 0.5em 1em;
				text-align: center;
				font-size: 0.8em;
			}