body  { 
	color: #4e1c31;
	background-color: #ffffde;
}


#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}


#nav1 {
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #fcd305;
/*	background-color: #ffdd60;*/
}
#nav1 a img {
	background-color: #ffffde;
	border: 2px solid #9c7339;
	margin: 1px;
}
#nav1 a img:hover { background-color: #ffffbd; }


.nav2 {
	float: right;
}

#banner {
	float: right;
	width: 548px;
	height: 173px;
	background-color: #ffffff;
/*	border: 4px solid #9c7339; */
	padding: 0px;
	text-align: center;
}

#main_content {
	float: right;
	margin-top: 10px;
	width: 520px;
	background-color: #ffffff;
	border: 4px solid #9c7339;
	padding: 10px;
}




/* These are for text buttons */
a.cart_button,
a.little_button {
	text-align: center;
	color: #4e1c31;
	background-color: #ffffde;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #9c7339;
	margin: 1px 1em 1px 0;
	padding: 2px 8px;
}
a.little_button:hover {
	background-color: #ffffbd;
}





/*****
	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;
}



table.product_table {
/*	border: 1px solid #000000;
	border-collapse: collapse;
	float: right;
	margin: 2em 0 1em 1em;*/
}
table.product_table td, th {
/*	border: 1px solid #000000;
	border-collapse: collapse;*/
	padding: 3px;
}
table.product_table p {
	margin-top: 0.2em;
}




a img {
	border: none;
}

p.topline {
	font-weight: bold;
}
p.copyright {
	font-weight: bold;
	text-align: center;
}

div.content i {
	font-size: 0.8em;
}
