* {margin: 0; padding: 0;}

			html {
				background-color: #d1be9c;
			}

			body {
				background-color: #103875;
				width: 800px;
				min-width: 550px;
				margin: 0 auto;
				font-family: sans-serif;
				font-size: 80%;
				border-top: 1px solid #d1be9c;
				color: #fff;
			}

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

			p {
				line-height: 1.5em;
				margin: 0.5em 0;
				}

			img {
				display: block;
				margin: 1em auto;
				border: 1px solid #d1be9c;
			}
			p img {
				float: left;
				margin: 0 1em 1em 0;
				border: none;
			}
			ul {
				margin: 1em 1em 1em 3em;
			}

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

			a {
				color: #fff;
				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: #103875;
				text-align: left;
				border-bottom: 5px solid #d1be9c;
			}

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

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

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

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

			#header ul#menu li a {
				color: #fff;
			}

			#header ul#menu li:hover {
			}

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

			#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 {
				padding-right: 1em;
				font-weight: bold;
				float: left;
				clear: left;
			}

			dl dd {
				margin-bottom: 1em;
				float: left;
				clear: right;
			}

			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 #d1be9c;
				padding: 1em 1em 0.5em 1em;
				text-align: center;
				font-size: 0.8em;
			}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*+ html .clearfix {min-height: 1px;}
* html .clearfix {position: relative; height: 1%; clear: both;}