body {
margin: 0;
background-color: #ffffff;
color: #55441c;
font-family: Verdana, Helvetica, Arial, sans-sarif;
font-size: 1em;
}
p {
font-size: .8em;
text-align: justify;
}
h1 {
font-size: 1.2em;
font-style: italic;
text-align: center;
letter-spacing: 4px;

}
h2 {
font-size: 1.1em;
text-decoration: underline;
}

p.footer {
font-size: .6em;
text-align: center;
}

p.emph {
font-size: .9em;
text-decoration: underline;
font-weight: bold;
}
a:link {
text-decoration: none;
background-color: #ffffff;
color: #4e7893;
}

a:visited {
text-decoration: none;
background-color: #ffffff;
color: #bcced7;

}

a:hover {
color: #ffffff;
background-color: #d3c6b7;
}

a:active {
color: #ffffff;
background-color: #d3c6b7;
}

#header {
background-image: url(../images/trees1s-2.png);
background-repeat: repeat-x;
position: absolute;
top: 0px;
left: 0px;
height: 100px;
width: 780px;
}
#titlebar {
border-bottom: 3px #ff0000 solid;
background-color: white;
background-repeat: repeat-x;
position: absolute;
top: 100px;
left: 0px;
height: 35px;
width: 780px;
}

#main-content{
background-color: #ffffff;
border: 2px #79c979 solid;
position: absolute;
top: 140px;
margin-left:110px;
width: 655px;
padding-left: 5px;
padding-right: 5px;
}

#navbar{
background-color: #ffffff;
margin-left: 5px;
position: absolute;
left: 0px;
top: 140px;
width: 100px;
}

#navbar a:link , #navbar a:visited {
display: block;
color: #000000;
background-color: #79c979;
border-bottom: solid 2px #55441c;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 2px;
padding-right: 2px;
text-decoration: none;
}
#navbar a:hover {
background-color: #ffffff;
color: #ff0000;
}

#titlebar h2 {
font-size: 1.15em;
letter-spacing: 2px;
text-decoration: none;
text-align: right;
color: #ff0000;
}

table.prices
{
font-family: Verdana, Helvetica, Arial, sans-sarif;
font-weight: normal;
font-size: .9em;
color: #55441c;
background-color: #ffffff;
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid #55441c;
}

td.category
{
font-family: Verdana, Helvetica, Arial, sans-sarif;
font-weight: normal;
font-size: 1em;
color: #ff0000;
background-color: #ffffff;
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid #55441c;
}

td.item
{
font-family: Verdana, Helvetica, Arial, sans-sarif;
font-weight: normal;
font-size: .9em;
color: #55441c;
background-color: #ffffff;
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid #55441c;
}

ul
{
font-family: Verdana, Helvetica, Arial, sans-sarif;
font-weight: normal;
font-size: .9em;
color: #55441c;
background-color: #ffffff;
list-style-type: square;
}


