* {margin: 0; padding: 0;}

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

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

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

			h1, h2 {
				display: block;
				margin: 0 0 0.5em 0;
				color: #0e9dd9;
			}

			p {
				padding: 1em 0;
			}

			#content img {
				float: right;
				margin: 0 0 1em 1em;
			}

			#content img.center {
				display: block;
				margin: 1em auto;
				float: none ;
			}

			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: 196px;
				margin: 31px 0 0 0;
				padding: 0.25em 1em;
				color: #fff;
				text-align: right;
				font-size: 2.8em;
				border-left: 1px solid #000;
				border-right: 1px solid #000;
			}
			#header h1 a {color: #fff;}
			#header h1 a:hover {text-decoration: none;}
			#header h1 a 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 {
				padding: 0 1em 2em 2em;
				background-color: #fff;
				border-left: 1px solid #000;
				border-right: 1px solid #000;
				border-bottom: 1px solid #000;
			}

			*+ 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;
			}