body {
	background-color: #888888;
	background-image: url(/background.jpg);
	padding: 0px;
	margin: 0px auto;
}

#wrapper {
	width: 700px;
	margin: 0px auto;
	color: #888888;
	background-color: #ffffcb;
	padding: 10px 40px 10px 40px;
	border-left: solid 3px #888888;
	border-right: solid 3px #888888;
}

#header,
#footer {
	text-align: center;
}

#page_content {
/*	width: 630px;
	margin-left: auto;
	margin-right: auto;*/
}

img.logo {
	height: 90px;
	width: 360px;
	padding-left: 15px;
	padding-right: 15px;
}

p.nav {
	text-align: center;
}
p.nav img {
	vertical-align: middle;
}


a.cart_button,
a.little_button {
	text-align: center;
	color: #ffffcb;
	background-color: #888888;
	text-decoration: none;
/*	font-size: 0.8em;
	font-weight: bold;*/
	border: 1px solid #888888;
	margin: 1px 1em 1px 0;
	padding: 3px 8px;
}
a.cart_button:hover,
a.little_button:hover {
	color: #ffffff;
	background-color: #000000;
}



/*****
	The Mini Cart
******/
#minicart {
	border-top: 1px solid #9c7339;
	border-bottom: 1px solid #9c7339;
	border-left: 1px solid #9c7339;
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 10px;
	font-family: Verdana;
	background: White;
}


/* The Special / Alert Message */
div.special_message {
	text-align: center;
	color: #ff0000;
	border: 1px solid #ff0000;
}


div.group_default {
	width: 100%;
}


table.product_table {
/*	border: 1px solid #000000;
	border-collapse: collapse; */
}
table.product_table td, th {
/*	border: 1px solid #000000;
	border-collapse: collapse; */
	padding: 3px;
}
table.product_table p {
	margin-top: 0.2em;
}


img.fancyline {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 23px;
}



ul {
	list-style-image: url(/ammonite-bullet.gif);
}

h1 {
	text-align: center;
}

a img {
	border: none;
}


