		body { 
			background-color: #0000AA;
		}
		
		#content_container {
			position: absolute;
			top: 0px;
		/*	padding: 10px;  */
			margin-left: 2%;
			margin-right: 2%;
			width: 750px;
			background-color: #FFFFFF;
		}

		#logo {
			padding: 10px;
		}

		#header ul {
			width: 750px;
			list-style: none;
			margin-top: 10px;
			margin-bottom: 0px;
			margin-left: 0px;
			padding: 0;
			background: #0000FF;
		}

		#header ul li {
			display: inline;
			list-style: none;
			margin: 0px 0px 0px 0px;
			padding: 0;
		}

		#header ul li a {
			padding: 6px 20px;
			text-align: center;
			margin: 0px 0px 0px 0px;
			background: #0000FF;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			line-height: 31px;  
			font-family: Arial;
		}

		#header ul li a:hover {
			background: #FF7F00;
			color: #FFFFFF;
		}

		#header ul li a.active,
		#header ul li a.active:hover {
			color: #FFFFFF;
			background: #FF7F00;
			font-weight:bold;
			font-family: Arial;
		}

		#header_browse_button{
			position: absolute;
			left: 380px;
			top: 30px;
			background: #FF7F00;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			padding: 10px;
			font-family: Arial;
			border-style: outset;
			border-width: 5px;
			border-color: #FF5F00;
		}

		#header_browse_button a {
			color: #EEEEEE;
			text-decoration: none;
		}
		
		#header_browse_button a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
			

		#header_shop_button {
			position: absolute;
			left: 580px;
			top: 30px;
			background: #FF7F00;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none;
			padding: 10px;
			font-family: Arial;
			border-style: outset;
			border-width: 5px;
			border-color: #FF5F00;
		}

		#header_shop_button a {
			color: #EEEEEE;
			text-decoration: none;
		}
		
		#header_shop_button a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
			
		h1 {
			background: #AAAAFF;
			color: #000000;
			font-size: 1em;
			font-weight: normal;
			text-decoration: none;
			padding-left: 10px;
			margin-bottom: 20px;	
			margin-top: 0px;
			font-family: Arial;
			font-size: 12;
			line-height: 2em;
		}

		h1 a {
			text-decoration: none;
		}

		h1 a:hover {
			text-decoration: underline;
		}

		#layout_index {
			height: 330px;
			width: 750px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
			font-family: Arial;
		}

		#banner {
			margin-left: 10px;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			height: 300px;
			width: 500px;
			border-style: solid;
			border-color: #FF7F00;
			border-width: 0px;
			float: left;
		}

		#weekly_special {
			margin-left: 0px;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			height: 280px;
			width: 180px;
			padding: 10px;
			border-style: solid;
			border-color: #FF7F00;
			border-width: 5px;
			border-style: double;
			float: right;
			font-size: 1em;
		}

		#layout_perks {
			height: 240px;
			width: 750px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
			font-family: Arial;
		}

		#freeshipping {
			float: left;
			margin-left: 10px;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			height: 200px;
			width: 210px;
			background: #DDDDFF;
			padding: 10px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
			color: #000000;
		/*	font-family: Impact;  */
			font-family: Arial;
			text-align: center;
		}

		#customers {
			float: left;
			margin-left: 0px;
			margin-top: 10px;
			margin-right: 0px;
			margin-bottom: 10px;
			height: 200px;
			width: 230px;
			background: #DDDDFF;
			padding: 10px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
		}

		#ADRpromise {
			float: right;
			margin-left: 10px;
			margin-top: 10px;
			margin-right: 10px;
			margin-bottom: 10px;
			height: 200px;
			width: 210px;
			background: #DDDDFF;
			padding: 10px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
		}


		#brands {
			width: 750px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
			padding-bottom: 10px;
			font-family: Arial;
			clear: both;
		}

		#layout_content {
			height: 330px;
			width: 750px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
			padding-bottom: 20px;
			font-family: Arial;
		}

		#content {
			margin: 10px;
			width: 650px;
			border-style: solid;
			border-color: #0000FF;
			border-width: 0px;
			float: left;
		}

		#footer {
			width:750px;
			background: #FFFFFF;
			border-style: solid;
			border-color: #0000FF;
			border-width: 20px 0px 0px 0px;
			font-family: Arial;
			clear: both;
		}
		
		#footer a {
			color: #000000;
			text-decoration: none;
			font-size: 11px;
		}
		
		#footer a:hover {
			color: #0000FF;
			text-decoration: underline;
		}