#wrapper {background-color: #ffffff; width: 55em; margin-left: auto; margin-right: auto;}

body { 
  background-color: #b5a789;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           10px;
}

#header {
  background-color: #675c47;
  margin:           10px;
  height:           108px;
}
#navbar {
/*background-color:#faf0e6;*/
  width: 90%;  height: 3em; url(navbak.jpg) /*new*/}
 

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
font-weight: bold;
  font-size:80%;
  color:#000;
  background: #aaa url(navbak.jpg) repeat-x center /*new*/;
/*display:block;*/
  height:2em;
  width:6em;
  border-right:solid 1px #ddd;
text-align:center;
line-height:4em;
padding: 1.5px;
 }

/* Navbar hover and active links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
 background: #ddd url(navhover.jpg) repeat-x center;
color:#000; /*new*/
}


/* To align List items in the navbar horizontally*/
#navbar li{
  float:left;}
  

#menu {
  background:       #efe5d0 url(images/background.gif) bottom right;
  font-size:        125%;
  padding:          15px;
  margin:           10px 0px 10px 10px;
			width: 180px;
			float: right;
}

#ent {
  background:       #efe5d0 url(images/background.gif) top left;
  font-size:        125%;
  padding:          15px;
  margin:           10px 220px 10px 0px;
}



#footer {
  background-color: #3366ff;
  color:            white;
  text-align:       center;
  padding:          15px;
  margin:           0px;
  font-size:        90%;
  clear:			right
}

h1 {
  font-size:        120%;
  color:            #954b4b;
}

h2 { font-size: 110%; }

.slogan { color: #954b4b; }

.beanheading {
  text-align:       center;
  line-height:      1.8em;
}

a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}
