body {
	margin:0 0 10px 0;
	font-family:verdana;
	background:url(images/body-bg.gif) #fff;
}
h1 {
	margin-top:12px 0 5px 0;
	font-size:18px;
	font-style:italic;
	color:#924600;
}
h2 {
	margin-top:12px 0 5px 0;
	font-size:15px;
	color:#924600;
	text-align:center;
}
ul {
	margin:5px 0;
	padding:0 0 0 30px;
}
li {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
.block {
	display:block;
}
div#container {
	width:850px;
	margin:0 auto;
	background-image:url(images/container-bg.gif);
	border-bottom:1px solid #A9A9A9;
}
div#menu {
	float:left;
	width:190px;
	background-image:url(images/left-bar-bg.jpg);
	background-repeat:no-repeat;
	margin:0 0 10px 4px;
}
div#menu a {
	display:block;
	color:#000;
	font-size:12px;
	padding:2px;
	text-decoration:none;
}
div#menu a.section {
	background:url(images/m-item-bg.gif) no-repeat right;
	font-weight:bold;
	border-bottom:1px solid #A0C977;
}
div#menu a.section:hover {
	color:#FFFE94;
}
div#menu a.page {
	margin-left:10px;
	border-left:1px solid #CFF2AB;
	border-bottom:1px solid #CFF2AB;
}
div#menu a.secondary {
	font-size:11px;
	margin-left:15px !important;
}
div#menu a.page:hover {
	color:#FFF;
}
/*
div#content {
	width:630px;
	margin:0 4px 0 194px;
	background:url(images/subheader.jpg) 0px 0px no-repeat;
	font-size:12px;
	padding:9px;
	padding-top:18px;
}
*/
div#content {
	float:left;
	width:630px;
	margin:0 4px 0 0;
	background:url(images/subheader.jpg) 0px 0px no-repeat;
	font-size:12px;
	padding:9px;
	padding-top:18px;
}
div#content a {
	color:#924600;
	font-weight:bold;
	text-decoration:none;
}
div#content a:hover {
	text-decoration:underline;
}
div#footer {
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	font-size:10px;
}
div#footer a {
	color:#000;
}
div.rhsimage {
	float:right;
	width:136px;
	background:#C1E2A0;
	padding:3px;
	font-size:11px;
	font-style:italic;
	text-align:center;
}
div.rhsimage img {
	display:block;
	margin-bottom:4px;
}
.f {
	border:1px solid #C1E2A0;
	background:#fdfdfd;
	width:99%;
}
table.cart {
	font-size:10px;
}
table.cart .q {
	width:35px;
	text-align:center;
}
table.cart .col {
	background:#eee;
}
table.cart tr.head {
	color:#fff;
	background:#000;
}
table.cart tr.head td {
	padding:2px;
}
div.message {
	color:red;
	margin:6px 0;
	font-weight:bold;
}