* {
	margin: 0; 
	}
html, body {
	height: 100%;
	}
body	{
	background-color: #f9ddaf;
	}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -148px; /* the bottom margin is the negative value of the footer's height */
	width: 750px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	}
#footerwrap, .push {
	height: 148px; /* .push must be the same height as .footer */
	}
#footerwrapright, #footerwrapleft, #footerwrapleft2	{
	width: 750px;
	margin: 0 auto;
	background-image: url(images/footerbgright.gif);
	background-repeat: no-repeat;
	background-color: #f9ddaf;
	}
#footerwrapleft {
	background-image: url(images/footerbgleft.gif);
	}
#footerwrapleft2 {
	background-image: url(images/footerbgleftnarrow.gif);
	}	
.clear, .push	{
	clear: both;
	}
#header	{
	width: 750px;
	height: 108px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	}
#pagewrap {
	position: relative;
	width: 714px;
	left: 18px;
	background-image: url(images/fade.gif);
	background-repeat:repeat-x;
	}
#pagewrap .floatleft { float:left;}
#pagewrap .floatright { float:right;}
#maincol {
	position: relative;
	float: left;
	width: 395px;
	margin: 0px;
	padding:0px;
	}
#maincolwide {
	position: relative;
	float: left;
	width: 496px;
	margin: 0px;
	padding:0px;
	}	
#content	{
	padding: 8px 10px 8px 15px;
	}
#specials	{
	float: right;
	position: relative;
	right: -15px;
	height: 370px;
	width: 204px;
	background-image:url(images/specialsbg.gif);
	background-repeat: no-repeat;
	}
#sidecolleftwide, #sidecolright {
	position: relative;
	float: right;
	width: 301px;
	top: -25px;
	background-image:url(images/sidebgright.gif);
	background-repeat: no-repeat;
	}
#sidecolleftwide {
	float:left;
	background-image:url(images/sidebgleft.gif);
	width: 250px;
	}
#sidecolleft	{
	position: relative;
	float:left;
	width: 200px;
	top: -25px;
	background-image:url(images/sidebgnarrow.gif);
	background-repeat: no-repeat;
	}
#sidecontent	{
	padding: 16px 16px 22px 16px;
	}
#footer	{
	padding: 50px 36px 18px 40px;
	}
.imgfloatright {
	float: right;
	margin: 10px 8px 2px 12px;
	position: relative;
}