		body {
			text-align: center;
			background-repeat: repeat-x;
		}
		#container {
			background-color: #fff;
			margin-top: 6px;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
		#header {
			width: 850px;
			height: 225px;
			background-repeat: no-repeat;
			background-color: #000;
		}
		#content {

		}
		#footer {
			clear: both;
			width: 850px;
			background-image: url(images/foot_bkg.jpg);
			background-repeat: no-repeat;
			background-color: #333;
			text-align: center;
			color: #eee;
			font-weight: 400;
		}
		#title {
			font-size: 1.4em;
			color: #996600;
		}
		a:link {
			text-decoration: underline;
			color: #4d5b27;
		}
		a:hover {
			text-decoration: underline;
			color: #4d5b27;
		}
		a:visited {
			text-decoration: underline;
			color: #333366;
		}
		a:active {
			text-decoration: underline;
			color: #000099;
		}
		
		#sale a:link {
			text-decoration: none;
			color: orange;
		}
		#sale a:visited {
			text-decoration: none;
			color: orange;
		}