* {margin: 0; padding: 0;}

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

			body {
				position: relative;
				width: 800px;
				margin: 0 auto;
				color: #375900;
				font-family: Verdana, sans-serif;
				font-size: 80%;
				line-height: 1.5em;
			}

			h1, h2 {
				margin: 1em 1em 0.5em 0;
				color: #4a4029;
				font-family: Arial;
			}

			p {
				margin: 1em 0 0.5em;
			}

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

			h1 img {
				float:left;
			}

			ul li img {
				display: block;
				margin: 0.5em auto;
				border: 1px solid #4A4029;
			}

			ul, ol {
				margin: 1.5em;
			}

			a {
				color: #375900;
				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.png') no-repeat top left;
				height: 89px;
				border-bottom:1px solid #84d700;
				color: #4a4029;
				text-align: left;
			}

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


			#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;
			}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*+ html .clearfix {min-height: 1px;}
* html .clearfix {position: relative; height: 1%; clear: both;}