body {

text-align: center;
background-color: #8B4513;
min-width: 890px;
margin-top: 0px;
}

#wrapper {

      width: 800px;
      padding-left: 3px;
      padding-right: 3px;
      margin: 0 auto;
      text-align: center;
      background-color: #f5f5f5;
      background-image: url("pix/wheatbkg.jpg");              background-repeat: repeat;
}

/* Level-1 Headings */
h1{
    font-family: Arial, Helvetica;
    font-size: x-large;
    color: #8b0000;
    text-align: center;
}

/* Level-2 Headings */
h2{
    font-family: Algerian, Playbill, Fantasy;
    font-size: large;
    color: #8b0000;
    font-style: italic;
}

/*Navigation Bar */
a.navbar
{
width: 180px;
padding: 6px;
border-right: 1px solid white;
font-family: arial,helvetica;
font-size: 14pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar:link
{
color: black;
background-color: #D2691E;
}

a.navbar:visited
{
color: black;
background-color: #D2691E;
}

a.navbar:hover 
{
color: white;
background-color: #FF0000;
}

a.navbar:active 
{
color: black;
background-color: #B22222;
}

/*Photo Gallery*/

.gallerycontainer{
float: left;
height: 650px;
background-image: url("pix/wheatbkg.jpg"); 
background-repeat: repeat;
}

.thumbnail img{
position: relative;
border: 1px solid #8B4513;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #A52A2A;
}

/* Style for large image */
.thumbnail span{
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: 230px;
left: 465px; /*Left edge of enlarged picture */
z-index: 50;
}

/* Size of thumbnail image */
.thumbwidth{
width:100px;
height:80px;
}

#wrapper2 {

      width: 800px;
      padding-left: 3px;
      padding-right: 3px;
      margin: 0 auto;
      text-align: justify;
      font-size: 16pt;
      font-color: #8B0000;
      background-color: #f5f5f5;
      background-image: url("pix/wheatbkg.jpg");              background-repeat: repeat;
}

/* Headings for events calender*/
font.head10{
	font-family: Arial, Helvetica;
	color: #800000;
}

/*Text on business page*/
font.text1{
       font-family: Arial, Helvetica;
       color: #80000;
       font-size: 1.2em;
}

font.text2{
      font-family: Arial, Helvetica;
      color: #000;
      font-size: 1 em;
}

/*Test div justify*/
#main1{
width: 790px;
padding-left: 3px;
padding-right: 3px;
text-align: justify;
}

#wrapper3 {

      width: 790px;
      padding-left: 3px;
      padding-right: 3px;
      margin: 0 auto;
      text-align: justify;
      font-size: 14pt;
      font-color: #8B0000;
      background-color: #f5f5f5;
      background-image: url("pix/wheatbkg.jpg");              background-repeat: repeat;
}

#wrapper4 {

      width: 310px;
      padding-left: 3px;
      padding-right: 3px;
      margin: 0 auto;
      text-align: justify;
      vertical-align: center;
      font-size: 14pt;
      font-color: #8B0000;
      background-color: #f5f5f5;
      background-image: url("pix/wheatbkg.jpg");              background-repeat: repeat;
}

#wrapper5 {

      width: 800px;
      padding-left: 3px;
      padding-right: 3px;
      margin: 0 auto;
      text-align: center;
      font-size: 14pt;
      font-color: #8B0000;
      background-color: #f5f5f5;
      background-image: url("pix/wheatbkg.jpg");              background-repeat: repeat;
}

#wrapper6 {
     width: 333px;
     height: 250px;
     padding-left: 30px;
   /*  border-style: ridge;*/
     border-width: 10px;
     border-color: #556b2f;
}

#pjust
   {
   text-align:justify;
   }

#pcenter{
  text-align: center;
}