body{
	background-color:#6B4F4B;
	margin:0;
	padding:0;
	text-align:center;
	font-size: 0.9em;
}

div#all{
	position:relative;
	background-color:#E2E2E2;
	margin:0px auto 0px auto;
	width:946px;
	text-align:left;
}

div#footer{
	background-image:url(images/footer_background.png);
	background-position:repeat-x;
	text-align:center;
	font-family:arial;
	font-size:0.85em;
	color:#6B4F4B;
	margin:0 auto 0 auto;
	width:946px;
}

div#footer a{
	font-family:arial;
	/*font-size:1em;*/
}

div#links{
	background-image:url(images/logo.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	width:206px;
	margin:0px 0 0 0;
	padding:70px 0 0 0;
	position:absolute;
	right:0px;
}

div#links2{
	background-color:#E2E2E2;
	width:206px;
	top:440px;
	padding:0px 0 0 0;
	position:absolute;
	right:0px;
}

div#content {
	width:480px;
	/*text-align:center;*/
	margin:0 10px 0 200px;
	padding: 0 0 0 0;
}

div#links li {
	list-style:none;
	background-image:url(images/bullet_white.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0px 0 15px;
	margin:0 0 0 -20px;
	line-height:2em;
}

div#links2 li {
	list-style:none;
	background-image:url(images/bullet.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0px 0 15px;
	margin:0 0 0 -20px;
	line-height:2em;	
}

p {
 	font-family:arial;
	line-height:1.6em;
}

a {
	color:#5B2716;
	font-family:georgia, times new roman;
	text-decoration:none;
	line-height:1.6em;
	/*font-size:0.7em;*/
}

a:hover{
	text-decoration:underline;
}

td {
	/*width:240px;
	height:140px;
	border:1px solid black;*/
}

div#cart {
	position:absolute;
	left:0;
}

div#cart li{
	list-style:none;
	background-image:url(images/bullet.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	line-height:2em;
	
}