/* Body
----------------------------------------------- */
body { 
  background-image: url('images/wp.gif');
  background-repeat: repeat;
  font-family:Verdana, Arial, Helvetica, Sans-Serif;
  font-size:12px;
  color: #053853;
  width:100%;
  line-height: 150%;
  scrollbar-face-color: #fcefef;
  scrollbar-shadow-color: #bfbdbd;
  scrollbar-highlight-color: #fefefe;
  scrollbar-3dlight-color: #fefefe;
  scrollbar-track-color: #ede7e7;
  scrollbar-arrow-color: #989696; 
  scrollbar-darkshadow-color: #bfbdbd;
}



h1 {
  font: bold 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}
h2 {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.cream {color: #f8e8c8}
.yellow {color: #f6cb74}
.footer {color: #f6cb74}


/* Container
----------------------------------------------- */
#container {
  margin: 0 auto;
  width: 796px;
  height: 497px;
  background: url(images/wrapperbg.jpg) no-repeat;
}


/* Header
----------------------------------------------- */


#header {
  margin: 0 auto;
  width: 796px;
  height: 26px;
  background: url(images/header.gif)
}


/* Content
----------------------------------------------- */

#contentbg {
  width: 502px;
  height: 384px;
  float: left;
  background: url(images/contentbg.gif) no-repeat;
  margin: 0px;
}
#content {
  margin: 0 auto;
  padding: 30px 20px 30px 21px;
}

#contentright {
  width: 294px;
  height: 384px;
  float: right;
  background: url(images/rightside.jpg) no-repeat;
  margin: 0;
}

/* Navigation
----------------------------------------------- */

#nav {
  height: 15px;
  width: 740px;
  padding: 7px 20px 5px 20px;
}

.nav a, #nav a, #nav a:visited, #nav a:active {
  font-size:14px;
  font-weight:bold;
  color:#fee5c4;
  text-decoration: none; 
}
.nav a, #nav a:hover {
  color: #fcf2e5;
  text-decoration: underline; 
}


/* Photo Gallery
----------------------------------------------- */

.photo {
  margin: 0 auto;
}

.photo img {
  width: 100px;
  height: 100px;
  border: solid 1px #000;
  margin: 7px;

}

/* Footer
----------------------------------------------- */

#footer {
  width: 796px;
  height: 87px;
  background-image:url(images/footer.gif) no-repeat;
  margin: 0;
}