body 
	{
	font-family: sans-serif;
	margin-left: 3em; 
	margin-right: 3em; 
	color: #000000;
	}

h1
	{color: #000000;}

h2, h3, h4
	{color: #334304; margin-top: .5em;}

p {line-height: 130%}

a:hover {color: #334304; text-decoration: underline;}
a:link {color: #0000ff; text-decoration: none}
a:active {color: #00AA00}



li.last {
	border-right: none;
	border-style: solid;
	}


#menu {
	border-width: thin; 
	border-color:#ffffff; 
	border-style:dashed; 
	list-style: none; 	
	display: inline; 
	background-color: #bb9c68;
	}

#menu ul {
	margin-left: 0;
	padding-left: .5em;
	padding-bottom: .05em;
	padding-top: .05em;
	list-style: none;
	display: inline;
	}
		

#menu li {
	border-right: thin dashed #ffffff;
	margin-left: 0;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .05em;
	padding-top: .05em;
	list-style: none;
	display: inline;
	}
		

table	{border-width: 0em; padding: 2em; background-color: #f1ffef; margin-left: 1em}
.price {text-align: right; font-weight: bold}

.header {background-color: a18147; height: 100px}
.footer {text-align:right; font-size: 80%; padding-bottom: .2em; }
.main {border-style: dashed; border-color: a18147; border-width: thin; padding-left: .5em; padding-right: .5em; padding-top: .5em}


.centered {text-align: center}
.right {text-align:right;  float: right}
.left {text-align:left;  float: left}
.caps { font-variant: small-caps; font-weight: normal; }
	

