* {
	margin: 0;
	padding: 0;
}

body
{
	background-color: #f3f0e6;
	font-family: Palatino, Georgia, serif;
	font-weight: normal;
	font-size: medium;
	line-height: 1.6em;
	color: #000;
}

* html body {
	/* Tan Hack to fix font sizing in IE 5 and 5.5 */
	font-size: 14px;	/* IE 5 */
	f\ont-size: 14px;	/* All other IE versions */
}

#container {
	clear: left;
}

#header {
	float: left;
	clear: left;
	padding-top: 26px;
	padding-left: 50px;
	padding-bottom: 10px;
	height: 36px;
}

#header a:link
{
	color: #f3f0e6;
	text-decoration: none;
}

#header a:visited
{
	color: #f3f0e6;
	text-decoration: none;
}

#header a:hover
{
	color: #f3f0e6;
	text-decoration: none;
}

#header a:active
{
	color: #f3f0e6;
	text-decoration: none;
}

#navtop {
	background-color: #7b2e00;
	clear: left;
	height: 24px;
	width: 100%;
}

#menutop {
	float: left;
	clear: left;
	width: 488px;
	height: 24px;
	list-style-type: none;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 50px;
}

#navtop2 {
	background-color: #837a6b;
	clear: left;
	height: 24px;
	width: 100%;
}

#menutop2 {
	float: left;
	clear: left;
	width: 450px;
	height: 24px;
	list-style-type: none;
	text-decoration: none;
	white-space: nowrap;
	font-size: 85%;
	padding-left: 50px;
}

#mainpix {
	clear: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #837a6b;
	height: 380px;
}

#mainpix .slide
{
	position: absolute;
	height: 368px;
	width: 488px;
}

#mainpix img {
}

#main {
	clear: left;
	width: 488px;
	margin-left: 50px;
	font-size: 90%;
	line-height: 1.3em;
}

.maintext {
	text-align: justify;
}

.mission {
	font-style: italic;
}

#navbot {
	background-color: #7b2e00;
	clear: left;
	height: 24px;
	width: 100%;
}

#menubot {
	float: left;
	clear: left;
	width: 488px;
	height: 24px;
	list-style-type: none;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 50px;
}

#rightcontainer {
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 588px;
	width: 265px;
	background-color: #d9d5c1;
}

#address {
	clear: left;
	margin-top: 72px;
	padding: 0px 10px;
	height: 24px;
	background-color: #837a6b;
}

#address .nav {
	color: #f3f0e6;
}

#rightcol {
	clear: left;
	margin: 24px 10px 0px 10px;
}

#rightcol p
{
	font-size: 80%;
	line-height: 1.2em;
}

.nav
{
	color: #ecc4ac;
	font-weight: bold;
	font-size: 85%;
	line-height: 24px;
	width: auto;
	display: block;
	white-space: nowrap;
	float: left;
}

.nav a:link
{
	color: #f3f0e6;
	text-decoration: none;
}

.nav a:visited
{
	color: #f3f0e6;
	text-decoration: none;

}

.nav a:hover
{
	color: #ecc4ac;
	text-decoration: underline;
}

.nav a:active
{
	color: #ecc4ac;
	text-decoration: underline;
}

	
a:link
{
	color: #000;
	text-decoration: underline;
}

a:visited
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #7b2e00;
	text-decoration: underline;
}

a:active
{
	color: #7b2e00;
	text-decoration: underline;
}

.emph
{
	font-weight: bold;
}

p
{
	margin-top: 14px;
	margin-bottom: 14px;
}

h1
{
	color: #000;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6em;
}

h2
{
	color: #7b2e00;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6em;
	margin-top: 13px;
	margin-bottom: -17px;
}

h3
{
	font-size: 105%;
	margin-top: 16px;
	margin-bottom: -17px;
}

.small
{
	font-size: 85%
}

.caption
{
	font-size: 80%;
	font-style: italic;
	text-align: center;
	margin: 1px;
}

table.shop
{
	clear: right;
	width: 95%;
	line-height: 1em;
	border-collapse: collapse;
	border: 1px solid #7B2E00;
	color: #000;
	background: #F3F0E6;
}

table.shop caption
{
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
}

table.shop thead tr
{
	color: #F3F0E6;
	background: #837A6B;
	font-size: 90%;
}

table.shop thead tr th
{
	padding-left: 0.6em;

}

table.shop tbody tr 
{
	border: 1px solid #7B2E00;
}

table.shop tbody th
{
	padding: 0.4em;
}

table.shop tbody td
{
	padding: 0.6em 0.6em 0.4em 0.6em;
}

