body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #44290f;
	background-color: #D8E2D0;
	background-image: url(images/swatch_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-top: 0px;
	width: 100%;
	padding: 0px;
}

#cart {
	float: left;
	width: 310px;
	height: 118px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}


#sectionLinks {
	padding: 8px;
	text-align:center;
	width: 100%;
	color: #FFFFFF;
	background-color: #617e5a;
	margin: 0px;
	font-size: 1em;
	text-transform: uppercase;
	clear: both;
	float: left;
	font-weight: bold;
}
#sectionLinks ul {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#sectionLinks li {
	display: inline;
}
#sectionLinks a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	color:#FFFFFF;
	display: inline-block;
}
#sectionLinks a:hover {
	color:#F2B600;
}
#pageContent {
	clear: both;
	float: left;
	width: 700px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 50px;
	background-image: url(images/body_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 0px;
}
#pageContent  h3  {
	font-size: 20px;
	font-weight: bold;
}
#pageContent   h4   {
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: -0.75em;
	font-size: 16px;
}
#pageContent  .address  {
	margin-left: 80px;
}

#footer {
	background-color: #617e5a;
	margin: 0px;
	height: 75px;
	width: 100%;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 40px;
	clear: both;
}
