* {margin: 0; padding: 0;}

			html {
				background-color: #595959;
				background: url('../img/bg-main.gif') repeat;
			}

			body {
				width: 800px;
				margin: 3em auto;
				color: #848484;
				font-family: sans-serif;
				font-size: 100%;
			}

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

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

			#header h1 a {
				color: #fff;
			}

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

			p {
				margin: 1em 0;
			}
			p img {
				float: left;
				margin: 0 0.5em 0.5em 0;
			}
			img.center {
				display: block;
				margin: auto;
			}

			img.par-img {
				float: right;
				margin: 1em;
			}
			ul, ol {
				margin: 1em;
			}

			*+ html ol {
				margin-left: 2em;
			}
			* html ol {
				margin-left: 2em;
			}


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

			a:hover {
				text-decoration: underline;
			}

			a:active {
				text-decoration: underline;
			}

			#header {
				height: 182px;
				position: relative;
				margin: 0;
				background-color: #3399cc;
				background: url('../img/header.gif') no-repeat top right;
			}

			#header h1 {
				display: block;
				margin: 0;
				padding: 0.25em 1em 0.25em;
				color: #fff;
				text-align: left;
			}

			#header ul.menu {
				list-style-type: none;
				margin: 0;
				text-align: right;
			}

			#header ul.menu li {
				display: inline;
				padding: 0.25em 0.5em;
				color: #fff;
			}

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

			#header ul.menu li.active {
				font-weight: bold;
			}

			#content {
			display: table;
			background-color: #fff;
			margin: 0;
			padding: 0 2em 2em 2em;  /* RC width */
			}

			#content.full {padding: 0 2em;}

			*+ html #content {height: 1%;}
			* html #content {height: 1%;}

			#content .column {
				float: left;
				position: relative;
			}

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

			div#main {
				width: 100%;
			}

			dl dt {
				font-weight: bold;
			}

			#footer {
				clear: both;
			}

			#footer p {
				padding: 1em 0 0.25em 0;
				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;}