body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #655c53;
	text-align: center;
}

#site_container {
	position: relative;
	top: 0px;
	background-color: #fff;
	margin: 0px auto;
	text-align: left;
	width: 860px;
}

a {
	color: #655c53;
	text-decoration: none;
}

a:hover {
	color: #4d7b3b;
	text-decoration: underline;
}

h1 {
	font-family: Georgia;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
}

h2 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#logo {
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 1;
}

#logo_text {
	position: absolute;
	top: 45px;
	left: 140px;
}

#bi-line {
	position: absolute;
	top: 7px;
	left: 560px;
}

#view_basket {
	position: absolute;
	top: 74px;
	left: 719px;
	z-index: 1;
}

#nav_top_container {
	position: absolute;
	top: 92px;
	left: 129px;
	width: 706px;
	height: 30px;
	background-image: url(../img/nav_top_bgnd.png);
}

img.nav_top {
	margin-top: 5px;
	margin-left: 24px;
	margin-right: 24px;
}

#nav_left_container {
	position: absolute;
	top: 184px;
	left: 15px;
	width: 115px;
	background-image: url(../img/nav_left_bgnd.gif);
}

#nav_left_heading {
	margin-top: 10px;
	margin-bottom: 10px;
}

img#nav_left_links {
	margin-left: 8px;
	margin-bottom: 5px;
}

#welcome_outside_border {
	position: absolute;
	top: 140px;
	left: 149px;
	width: 680px;
	height: 254px;	
	border: #c2bfb4 double 1px;
}

#welcome_content {
	width: 674px;
	height: 248px;
	margin-left: 2px;
	margin-top: 2px;
	border: #c2bfb4 solid 1px;
	background-image: url(../img/home_welcome_bgnd.png);
	background-repeat: no-repeat;
	background-position: 99% 49%;
}

#welcome_img {
	float: left;
	width: 357px;
	height: 243px;
	margin-top: 4px;
	margin-left: 4px;
}

div.welcome_txt {
	float: left;
	width: 280px;
	height: 200px;
	margin-top: 15px;
	margin-left: 14px;
}

p.welcome_txt {
	margin-left: 8px; 
	margin-top: 2px;
	margin-bottom: 5px; 
}

#featured_outside_border {
	position: absolute;
	top: 406px;
	left: 149px;
	width: 680px;
	height: 254px;
	border: #c2bfb4 double 1px;	
}

#featured_content_container {
	width: 674px;
	height: 248px;
	margin-left: 2px;
	margin-top: 2px;
	border: #c2bfb4 double 1px;
}

#featured_recipe {
	float: left;
	width: 258px;
	height: 235px;
	background-image: url(../img/home_ftrd_rec_bgnd.png);
	margin-left: 5px;
	margin-top: 6px;
}

#featured_recipe_img {
	float: right;
	margin-top: 6px;
	margin-left: 2px;
	margin-bottom: 2px;
}

#featured_product {
	float: left;
	width: 198px;
	height: 235px;
	background-color: #dae1d7;
	margin-left: 5px;
	margin-top: 6px;
}

#featured_product_desc {
	position: relative; 
	left: 0px; 
	bottom: 25px; 
	background-color: #b9c8b4; 
	text-align: center;
	font-weight: bold;
}

#featured_article {
	float: left;
	width: 198px;
	height: 235px;
	background-image: url(../img/home_ftrd_artcl_bgnd.png);
	margin-left: 5px;
	margin-top: 6px;
}

p.featured_txt {
	margin-left: 10px; 
	margin-top: 5px;
	margin-bottom: 5px; 
}

#featured_linens_outside_border {
	position: absolute;
	top: 675px;
	left: 149px;
	width: 680px;
	height: 254px;	
	border: #c2bfb4 double 1px;
}

#featured_linens_inside_border {
	width: 674px;
	height: 248px;
	margin-left: 2px;
	margin-top: 2px;
	border: #c2bfb4 solid 1px;
}

#featured_linens_content {
	float: left;
	width: 666px;
	height: 240px;
	margin-left: 4px;
	margin-top: 4px;
	background-color: #edf1f7;
}

#featured_linens_img {
	float: right;
	margin: 4px 4px 4px 4px;
}

#home_footer {
	position: absolute;
	top: 934px;
	left: 165px;
	width: 650px;
}

#footer {
	
}

#footer_txt {
	text-align: center;
}

.content_divider_line {
	width: 100%;
	height: 1px;
	background-color: #c2bfb4;
	overflow: hidden;
}


