﻿body 
{
    background-color: #aec281;
    font-size: 85%;
    font-family: Verdana, Arial, Myriad Pro, Helvetica Neue, sans-serif;
    font-weight: 600;
    color: #422310;
}

a {
	display: block;
	font-weight: bold;
	color: #422310;	
}

a:hover 
{
	color:#684c3b;
}

h2
{
    font-size: 1.5em;
    font-family: Verdana, Arial, Myriad Pro, Helvetica Neue, sans-serif;
    color: #422310;
}

h3
{
    font-size: 1.25em;
    font-family: Verdana, Arial, Myriad Pro, Helvetica Neue, sans-serif;
    color: #422310;
}

h4
{
    font-size: 1.1em;
    font-family: Verdana, Arial, Myriad Pro, Helvetica Neue, sans-serif;
    color: #422310;
}

#container
{
    background-color: #FFFFFF;
    position: absolute;	
	left: 92px;
	top: 208px;
	right: 92px;
	z-index: 1;
}

#right
{
    position: absolute;
    background-image: url("images/bg1.jpg");
    background-position: center;
    right: 0px;
	top: 0px;
	height: 800px;
	width: 92px;
	z-index: 2;
}

#left
{
    position: absolute;
    background-image: url("images/bg1.jpg");
    background-position: center;
    left: 0px;
	top: 0px;
	height: 800px;
	width: 92px;
	z-index: 3;
}

#menu
{
    position: absolute;	
	left: 92px;
	top: 167px;
	height: 20px;
	right: 92px;
	background-color: #677941;
	font: bold .68em Verdana, Arial, sans-serif;
	padding-top: 5px;
	z-index: 9999;
}

#spacer
{
    position: absolute;	
	left: 92px;
	top: 190px;
	height: 14px;
	right: 92px;
	background-image: url("images/border.jpg");
	z-index: 4;
}

#top 
{
    position: absolute;	
	left: 92px;
	top: 15px;
	height: 150px;
	right: 92px;
	background-color: #FFFFFF;
	background-image: url("images/banner.jpg");
	background-position:left center;
	background-repeat: no-repeat;
	border-top: solid 5px #677941;
	z-index: 5;
}
