* {margin: 0; padding: 0;}

			html {
				background: #fff url('../img/bg-main.png') repeat-x top left;
			}

			body {
				position: relative;
				width: 800px;
				margin: 0 auto;
				background: url('../img/header-bg.gif') no-repeat left 31px;
				font-family: Verdana, sans-serif;
				font-size: 80%;
				border-top: 1px solid #e7e7eb;
			}

			h1, h2 {
				margin: 0 0 0.5em 0;
				color: #004da5;
				font-family: Arial;
			}

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

			p {
				padding: 1em 0;
				clear: both;
			}

			p img {
				float: left;
				margin: 0 1em 1em 0;
			}

			img {
				display: block;
				margin: 1em auto;
				padding: 0.5em;
				border: 2px dashed #fff;
			}

			ul {
				margin: 1em;
			}

			ol {
				margin: 1.5em;
			}

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

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

			a:hover {
				color: #0e9dd9;
				text-decoration: underline;
			}

			a:active {
				text-decoration: underline;
			}

			#header {
				margin: 0;
			}

			#header h1 {
				display: block;
				height: 180px;
				margin: 31px 0 0 0;
				padding: 0.25em 1em;
				color: #a4c9f3;
				text-align: left;
				font-size: 2.8em;
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
			}

			#header h1 em {color: #0e9dd9;}

			#header ul#menu {
				position: absolute;
				top: 3px;
				left:	0;
				right: 0;
				list-style-type: none;
				margin: 0;
				padding: 0.25em;
				text-align: center;
			}

			* html #header ul#menu {
				width: 100%;
			}

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

			#header ul#menu li.active {}

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

			#header ul#menu li a:hover {color: #e8eb02;}

			#header ul#menu li:hover {
			}

			#content {
				display: table;
				padding: 0 0 2em 1em;
				background-color: #a4c9f3;
				border-left: 1px solid #fff;
				border-right: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}

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

			#content.full {
				padding-right: 1em;
			}


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

			div#secondary-column {
				float: right;
				width: 17em;
				margin-right: -20em;
				margin-top: 1em;
				padding: 1em 0.5em 1em 1.5em;
				line-height: 2em;
				border: 1px dotted #989898;
			}

			div#main {
				width: 100%;
				padding-right: 1em;
			}

			* html div#main {
				padding-right: 0;
			}

			dl dt {
				font-weight: bold;
			}

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

			div.tut-screenies {
				text-align: center;
			}

			div.tut-screenies img {
				display: inline;
				margin: 0 1em;
				border: 1px solid #0e9dd9;
			}

			#footer {
				clear: both;
			}

			#footer p {
				padding: 2em 2em 0.5em 2em;
				font-size: 0.8em;
				color: #ccc;
				text-align: center;
			}