		body {
			text-align: center;
            background-color: #ebbc53;
		}
		h1 {font-family: tahoma, helvetica; font-size: 2.2em; font-weight: 500;}
		h2 {font-family: helvetica, arial; font-size: 1.6em; font-weight: normal;font-variant: small-caps;}
		
		#container {
			margin-left: auto;
			margin-right: auto;
			text-align: left;
		}
		#header {
			width: 960px;
			height: 180px;
			background-repeat: no-repeat;
		}
		#content {

		}
		#footer {
			clear: both;
			width: 960px;
			text-align: center;
			color: #eee;
			font-weight: 400;
		}
		#title {
			font-size: 1.4em;
			color: #996600;
		}
		a:link {
			text-decoration: underline;
			color: #778877;
		}
		a:hover {
			text-decoration: underline;
			color: #336666;
		}
		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;
		}
        
