﻿html
{
	background: /* #ad5e2e */ /* #62331e */ /* #4a5d40 */ /* #cb6d39 */ /* #ffbc50 */ /* #df7825 */ /* #bf621d url("images/bg8.png") */ /* #7b532b */ /* #9d7744 */ /* #62331e */ /* #623420 */ /* #7c9b69 */ #4a5d40 repeat-x;
	color: #900;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px 0;
	padding: 0;
}

a, a:visited { color: #4a5d40; }

a:active, a:hover
{
	color: #550;
	color: #ad5e2e;
	color: #cd7241;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

#container
{
	background: transparent url("images/container1.png") repeat-y;
	/* border: 7px ridge #500 #ffcd5c; */
	/* border: 2px solid #212e1e; */
	border: 2px solid #000;
	margin: 0 auto;
	position: relative;
	width: 750px;
}

#header h1
{
	background: transparent url("images/header4.jpg") no-repeat;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 256px;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#content
{
	margin: -60px 20px 0 168px;
	min-height: 450px;
}

* html #content { height: 450px; }

#content h2
{
	text-align: center;
	text-decoration: underline;
}

#content img { border: 3px double #4a5d40; }

#content img.banner
{
	display: block;
	margin: 0 auto 1em auto;
}

#content img.odd
{
	clear: right;
	float: right;
	margin: 0 0 0.25em 1em;
}

#content img.even
{
	float: left;
	margin: 0 1em 0.25em 0;
}

#content p { text-align: justify; }
#content ul { list-style-type: square; }

#content .special-sale
{
	background: #fff1e1;
	border: 3px double #4a5d40;
	float: right;
	margin: 0 0 0.25em 1em;
	padding: 0.5em;
	width: 240px;
}

#navigation
{
	left: 0px;
	top: 250px;
	position: absolute;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	background: transparent url("images/buttons3.png") no-repeat;
	/* color: #500; */
	color: #007fa6;
	display: block;
	font-size: 18px;
	padding: 6px 0 0 5px;
	text-decoration: none;
	/* width: 152px;
	height: 26px; */
	/* width: 161px;
	height: 39px; */
	width: 156px;
	height: 33px;
}

#navigation ul li a:active, #navigation ul li a:hover
{
	background-position: 0 100%;
	/* color: #ee0;
	color: #f9a22e;
	color: #ffcd5c; */
	padding-top: 8px;
	height: 31px;
}

#footer
{
	clear: both;
	font-size: 70%;
	margin: 0 0 5px 138px;
	padding: 2em 0 0 0;
	text-align: center;
}