html, body {
  background: #f9efe1;
  height: 100%;
  margin: 0; padding: 0;
  font-family: helvetica, arial, verdana, sans-serif;
  font-color: #666666;
  font-size: 12px;
}
 
* {
  margin: 0px auto;
  padding: 0;
}
 
div#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -298px;
  float: left;
}
 
div#centered_container {
  width: 740px;
  clear: both;
  background: #fff url('../images/bg_grad.gif') repeat-x;
  position: absolute;
  top: -298px;
  /* IE4ever Hack: Hide from IE4 **/
  position: static;
  /** end hack */
}
 
/* Hide from IE5mac \*//*/
div#shim {
  display: none;
}
 
html, body {
  height: auto;
}
/* end hack */

/* ]]> */

/* General Styles */

#topBox {
  height: 25px;
  background: #ba8d47 url('../images/topBox_bg.gif') repeat-x;
}

#inner {
  position: relative;
  width: 740px;
  margin: 0 0px;
  padding: 0;
}

.clearing {
  clear: both;
}

h1 {
  color: #910d08;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dashed #910d08;
}

h2 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

p {
  margin: 0 0 11px 0;
  padding: 0;
}

li {
  margin: 0 0 0 15px;
}

a {
  color: #910d08;
  text-decoration: none;
}

a:hover {
  color: #b28046;
  text-decoration: underline;
}

a:visited {
  color: #8c6134;
  text-decoration: none;
}

/* Header Styles */

#header {
  background: transparent;
  margin: 25px 0 25px 277px; padding: 0;
  width: 185px;
}

#logo {
  background: #fff url('../images/twoloaves.png');
  width: 185px;
  height: 120px;
}

#logo:hover {
  background: #fff url('../images/twoloaves_filled.png');
}

/* Content Styles */

#content {
  background: #fff;
  width: 740px;
  margin: 0 0 0 0; padding: 0;
  position: relative;
}

.contentLeft {
  margin: 0 7px 0 15px;
  width: 320px;
  float: left;
}

.contentRight {
  margin: 0 15px 0 345px;
  line-height: 18px;
  text-align: justify;
}

table.contact {
  margin: 1px;
  border-collapse: collapse;
}

table.contact td {
  padding: 5px;
  vertical-align: top;
}

.intro { padding-top: 12px; }

#nav {
  background: #8c6134 url('../images/nav_bg.gif') repeat-x;
  width: 740px;
  height: 100px;
  padding: 5px 0 0 0;
  margin: 0 0 15px 0;
}

#menu {
  background: #8c6134 url('../images/nav_menu_bg.jpg');
  height: 80px;
  position: relative;
}

#menu h2 {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  color: #d3b07a;
  margin: 11px 0 0 10px;
  text-align: left;
}

#menu p {
  font-size: 11px;
  margin: 4px 5px 0 10px;
  color: #3d2703;
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5 {
  width: 148px;
  height: 80px;
  position: absolute;
}

#menu1_link,
#menu2_link,
#menu3_link,
#menu4_link,
#menu5_link {
  width: 148px;
  height: 80px;
  position: absolute;
  z-index: 1;
}

#menu2, #menu2_link { left: 148px; }
#menu3, #menu3_link { left: 296px; }
#menu4, #menu4_link { left: 444px; }
#menu5, #menu5_link { left: 592px; }

#menu1.active,
#menu1:hover {
  background: #8c6134 url('../images/menu1_over.gif');
}

#menu2.active,
#menu2:hover {
  background: #8c6134 url('../images/menu2_over.gif');
}

#menu3.active,
#menu3:hover {
  background: #8c6134 url('../images/menu3_over.gif');
}

#menu4.active,
#menu4:hover {
  background: #8c6134 url('../images/menu4_over.gif');
}

#menu5.active,
#menu5:hover {
  background: #8c6134 url('../images/menu5_over.gif');
}

#menu1.active h2,
#menu2.active h2,
#menu3.active h2,
#menu4.active h2,
#menu5.active h2 {
  color: #ffe3af;
}

#menu1.active p,
#menu2.active p,
#menu3.active p,
#menu4.active p,
#menu5.active p {
  color: #ba8d47;
}