		body {
			
		}
		#container {
			background-color: #fff;
			margin-left: auto;
			margin-right: auto;
            text-align: left;
		}
		#header {
			width: 850px;
			background-repeat: no-repeat;
		}
		#content {
			background-color: #ffffff;
		}
		#footer {
			clear: both;
			width: 850px;
			height: 32px;
			background-repeat: no-repeat;
			text-align: center;
		}
		#title {
			font-size: 1.4em;
			color: #996600;
		}
		a:link {
			text-decoration: none;
			color: #4d5b27;
		}
		a:hover {
			text-decoration: underline;
			color: #4d5b27;
		}
		a:visited {
			text-decoration: none;
			color: #333366;
		}
		a:active {
			text-decoration: underline;
			color: #000099;
		}
