html, body  {
	color: #000000;
	font: 12px Lucida Grande, Verdana, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
}


#container-page {
	width:975px;
	background: #FFFFFF;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0 auto;
}


#container-header {
  width: 975px;
  left:5px; 
  /*top:0px;*/
  height:181px;
 position: absolute;
}


#container-content {
  width: 975px;  
  top:191px;
  left:5px;
  /*height:175px;*/
  position: absolute;

}

#mainNav {
  width: 693px;
  height:40px;
  background-image:url(../images/navSpaceLeft.jpg);
  background-repeat:repeat-x;
}

#mainPics {
  width: 693px;
  height:141px;
  background-image:url(../images/BellamerePicsTop.jpg);
  background-repeat:no-repeat;
}

#mainContent {
  width: 526px;
  /*height:600px;*/
  background-image:url(../images/mainBacker.jpg);
  background-repeat:no-repeat;
}

#leftNav {
  width: 281px;
  height:910px;
  background-image:url(../images/largeBwatermark.jpg);
  background-repeat:no-repeat;
}

#rightContentSpecial {
  width: 164px;
  height:600px;
  background-image:url(../images/specialOffers.jpg);
  background-repeat:no-repeat;
}
#rightContent {
  width: 164px;
  height:600px;
  background-image:url(../images/specialOffers_noOffers.jpg);
  background-repeat:no-repeat;
}

#container-leftFoot {
/*  width: 281px;
  height:400px;*/
}

#container-foot {
	position:absolute;
  	background-image:url(../images/bar2.gif);
  	background-repeat:repeat-x;	
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 80px;
	left: 0px;