/* CSS Document */

body {
	background-color: #FFF;
	background-image:url(images/MainBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
/* * {
	padding: 0;
	margin: 0;
}*/
#wrapper {
	margin: 0 auto;
	width: 979px;
}
#header {
	width: 979px;
	float: left;
	height: 101px;
	background: #9b905a;
	background-image:url(images/HeaderBG.jpg);
}
#footer {
	width: 979px;
	height: 33px;
	clear: both;
	background-image:url(images/FooterBG.jpg);
}
#content {
	float: left;
	background: #FFF;
	width: 979px;
	display: inline;
	
}
#cart {
	width: 314px;
	background: #9b905a;
}


#container3 {
    float:left;
    width:100%;
    background:#FFF;
    overflow:hidden;
    position:relative;
	background-image:url(images/BorderRightBG.jpg);
}
#container2 {
    float:left;
    width:100%;
    background:#FFF;
    position:relative;
    right:11px;
	background-image:url(images/ContentFade.jpg);
}
#container1 {
    float:left;
    width:100%;
    background:#FFF;
    position:relative;
    right:957px;
	background-image:url(images/BorderleftBG.jpg);
}
#col1 {
    float:left;
    width:11px;
    position:relative;
    left:968px;
    overflow:hidden;
	
}
#col2 {
    float:left;
    width:957px;
    position:relative;
    left:968px;
    overflow:hidden;
}
#col3 {
    float:left;
    width:11px;
    position:relative;
    left:968px;
    overflow:hidden;
	
}

