* {margin: 0; padding: 0;}

			html {
				background: #666 url('../img/bg-main.gif') repeat-y top center;
			}

			body {
				position: relative;
				width: 800px;
				margin: -5px auto 0;
				color: #333;
				font-family: Verdana, sans-serif;
				font-size: 80%;
				border-top: 1px solid #FFA360;
			}

			h1, h2 {
				margin: 1em 1em 0.5em 0;
				color: #333;
				font-family: Arial;
			}
			h1 a {
				text-decoration: none;
			}
			h1 a:hover {
				text-decoration: none;
			}

			p {
				margin: 1em 0 0.5em;
			}

			p img {
				float: left;
				margin: 0 1em 0.5em 0;
				border: 1px solid #4A4029;
			}

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

			ul, ol {
				margin: 1.5em;
			}

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

			a:hover {
				text-decoration: underline;
			}

			a:active {
				text-decoration: underline;
			}

			a.center {
				margin: auto;
				text-align: center;
				border: none;
			}

			a.center img, img.center {
				display: block;
				margin: auto;
				border: 1px solid #4A4029;
			}


			#header {
				margin: -20px 20px;
			}

			*+ html #header {
				margin: 0 20px;
			}

			*+ html #header h1 {
				width: 470px;
			}

			* html #header {
				margin: 0 20px;
			}

			* html #header h1 {
				width: 470px;
			}

			#header h1 {
				display: block;
				float: left;
				width: 484px;
				margin: 0;
				padding: 1em;
				background: #fff url('../img/header-bg.gif') no-repeat top left;
				height: 89px;
				border-bottom:1px solid #84d700;
				color: #4a4029;
				text-align: left;
			}



			#header ul.menu {
				float: right;
				width: 170px;
				list-style-type: none;
				margin: 1em 0 0 0;
				padding: 0.25em 0.25em 5em 0.25em;
				background: url('../img/menu-deco.gif') no-repeat bottom center;
			}

			#header ul.menu li {
				padding: 1em 0.5em;
				color: #4a4029;
				text-align: center;
				font-weight: bold;
			}

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

			#header ul.menu li:hover {
			}

			#content {
				margin: 20px 247px 0 30px;
			}

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

			div#main {
				width: 100%;
			}

			div#main dl dt {
				font-weight: bold;
				margin-top: 1em;
			}

			#footer {
				clear: both;
			}

			#footer p {
				width: 535px;
				padding: 1.5em 1.5em 0 1.5em;
				text-align: center;
				font-size: 0.8em;
			}