@charset "utf-8";
/* CSS Document */

body {background: url(images/wood.jpg);}
img {border: none;}

.menu {padding: 0;}
.main-body {text-align: center; background:url(images/body_bg.jpg); min-height: 420px; font-size:24px;}
.main-text {text-align: left; padding-top: 10px; padding-bottom: 10px; padding-left: 45px; padding-right: 45px; font-size: 22px}
.text-bg { background:url(images/main-text.gif); background-repeat:no-repeat; min-height: 420px;}
.heading {font-size: 26px; font-weight: bold; text-align: center; color: #335833;}
.heading2 {font-size:24px; font-weight:bold; color: #335833;}
.center {text-align:center;}

#content {width: 1000px; display: block; margin-left:auto; margin-right:auto; background-color: #f3e2b7;}

div.img
  {
  margin:5px;
  padding: 5px;
  border:1px solid #0000ff;
  height:225px;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:5px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:5px;
  }