body {
	font-family:Arial, Helvetica, sans-serif;	
	color:#8C8673;
	font-size: 12px;
	background-color:#ddd5bd;
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }

A:link {text-decoration: underline; color:#000000;}
A:visited {text-decoration: underline; color:#000000;}
A:active {text-decoration: none; color:#000000;}
A:hover {text-decoration: none; color: #8C8673;}





div#container{
    position:relative;
	width:850px;
	background-color: #EEE8DC;
	background-image:url(images/fill-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

	
div#header{ }


div#main{  
	position:absolute;
    background-color:#EEE8DC;
 	top:191px;
 	right:0;
 	width:690px;
	height:auto;
}
	
	
div#copy { }

div#left {
	position:absolute;
	width: 160px;
	top:0;
	left:0;
	background-color: #F6F4ED;
	height:100%;
}


div#footer{
display:none;
	position:fixed;
	background-image:url(images/footer.png);
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;

	
	 }

div#footerindex{display:none;
	position:fixed;
	background-image:url(images/footer.png);
	bottom: 0px;
	margin-left:auto;
	margin-right:auto}
	
	
	
 
p, h3, h2, h1 {margin:10px;}

.splash
{font-size: 130%}


#cart {
	position:absolute;right:5px;top:85px;
}
