


body {margin:0 auto;

background-image: 
url('../pix/wheat[1].jpg');
background-repeat:no-repeat;


background-color:  #e8db99 ;
}


#wrapper
{ background-color: #ffffff;
width: 800px;
margin:0 auto;
/* border: solid thin #c9a946;*/
}


 
/* #header image{
width: 50;
} */



/* Applies to id="header" */

#header
{margin-top: 0;
  /* padding-left:30%; */  
background-color:  #fff; 
display:block;
 overflow: hidden;
/*lightest yellow */
border-bottom: solid thin #c9a946;
}

/* Applies to id="header img" 
#header img{margin-top: 0.5em;

display:block;
 overflow: hidden;
  
}*/


/* Applies to id="righty" */
#righty{
border-left: solid thin #e8db99; 

width:65%;
font-family:Trebuchet, Verdana, Helvetica, Sans-Serif, Arial;
color:#000;
font-size: 1em;
float:right;
background-color: #fff;/*light brown*/
/* padding-left: 1em;
padding-right: 1em; */
padding: 1em;
}
/* applies to "righty " headers */
#righty h1
{
  font-family: Georgia, New York,Times,'Times New Roman';
  font-size: 2em;
  text-align:center;
  color: #947e51;

}
#righty h3{color: #947e51;}
.center{ text-align:center;}

/* Applies to id="lefty" */
#lefty{
  width:28%;  
float:left;
background-color: #fff;

}

#navcontainer
{   

background: #fff;
width: 75%;
margin: 0 auto;
padding: 5em 0;
font-family:Trebuchet, Verdana, Helvetica, Sans-Serif, Arial;
font-size: 1em;
text-align: center;
text-transform: uppercase;
}

ul#navlist
{/* border-top: 1px dotted #947e51; */
text-align: left;
list-style: none;
padding:1px;
 margin: 0 auto;

}

ul#navlist li

{
border-top: 1px dotted #947e51;
border-bottom: 1px dotted #947e51;
display: block;
margin: 0 auto;
padding:0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 1em; /*  1em  1.5em; */   
border-width: 0 5px;
 /*  border-color: #000 #f7f2ea #947e51 #947e51;  */
border-style: solid;
color: #947e51;
text-decoration: none;
background: #fff;
}

#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active a
{
background: #fff;
color: #FD5D00;
}

ul#navlist li a:hover, ul#navlist li#active 

a:hover
{
color: #000000;
background: #e8db99; /*#947e51; */
border-color: #FD5D00;


}
/* list styles */
/* Custom bullet for bulleted lists */
.linklist{
	color: #947e51;
   list-style-type: circle;
   list-style-position: inside;

}

/*------------------------- all basic links ------------------------ */
a:link {text-decoration: underline; color:#947e51; }
a:visited {text-decoration: underline; color: #947e51; } 
 a:focus {text-decoration: underline; color:#FD5D00;} 
a:hover {text-decoration: underline; color:#FD5D00;}
a:active {text-decoration: underline; color:#f7f2ea;}





/* Applies to id="footer" */
#footer{
clear: both;
padding-left: 1em;
background-color: #fff; 
height: 3em;
border-top:solid thin #947e51;
color: #f7f2ea;
}

  .credits
{   text-align:center; 
color: #947e51;
}

.credits a{color: #947e51; 
text-decoration: none;
}
 
 
a#rbbnav  
{
font-family: Papyrus, Arial,Sans-Serif;
padding: 0 1em 0 1em;
text-indent: 0;
margin-right: 1em;
margin-left: 1.5em;
float:right;
letter-spacing: -1px;
text-decoration: none;
color: #898;
font-size:0.75em;
border-top: 1px solid #ddd;
}

a:hover#rbbnav 
{
color: #555;
border-top: none;
font-size: 1em;
margin-left: 0;
}


