#page {
  width: 800px;
  padding: 30px 0px 30px 0px;
  height: 100%;
}

body {
  font-family: Georgia, Verdana, sans-serif;
  font-size: .95em;
  background-image:url("/images/background_stripe_6.png");
  background-repeat: repeat;
}

#header {
  height: 160px;
  padding: 15px 5px 5px 5px;
  text-align: center;
  background-color: #BDB76B;
  border-top: 2px solid #556B2F;
  border-left: 2px solid #556B2F;
  border-right: 2px solid #556B2F;
  border-bottom: 1px solid #556B2F;
  margin: 0;
}

#header .logo {
  height: 150px;
  width: 101px;
}

#header .logoSpace {
  float: left;
  padding-left: 15px;
}

#header .titleSpace {
  padding-top: 10px;
}

#header .title {
  height: 86px;
  width: 450px;
  }

#header .topheader {
  float: none;
  font-size: .9em;
  color: #000;
}

#header .topheader a {
  color: #556B2F;
}

#header .topheader a:hover {
  color: #FBFBD8;
}

#content {
  float: left;
  width: 766px;
  text-align: left;
  line-height: 140%;
  padding: 15px;
  min-height: 420px;
  height: auto;
  background-color: #BDB76B;
  border-right: 2px solid #556B2F;
  border-left: 2px solid #556B2F;
}

#content .testimonial {
  background: #556B2F;
  margin: 15px 5px 15px 20px;
  height: 90%; /* not working */
  float: right;
  border: 1px solid #eee;
  width: 190px;
  padding: 8px;
  color: #eee;
}

#content .testimonial h2 {
  text-align: center;
  font-size: 1.3em;
}

#homepic {
  margin: 20px 5px 5px 15px;
  float: right;
  width: 256px;
  height: 386px;
  background-image: url(/images/homepage/pic1.jpg);
}

#knot {
  clear: both;
  margin: 20px 95px 5px 15px;
  float: right;
  width: 70px;
  height: 70px;
  background-image: url(<a href="http://www.theknot.com" target="_blank"><img src="http://partnerimages.theknot.com/2010/2010_BOW_Blue_web_70x70.gif" width="40" height="40" border="0" /></a>);
}

#content .flavors1 {
  float: left;
  width: 140px;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 0.8em;
}

#content .flavors2 {
  float: left;
  width: 180px;
  padding: 0 0 0 25px;
  font-weight: bold;
  font-size: 0.8em;
}

#content .galleryNav {
  text-align: center;
  font-size: 0.85em;
}

#footer {
  clear: both;
  text-align: center;
  padding: 5px;
  font-size: 0.7em;
  background-color: #BDB76B;
  color: #000;
  border-top: 1px solid #556B2F;
  border-left: 2px solid #556B2F;
  border-right: 2px solid #556B2F;
  border-bottom: 2px solid #556B2F;
}

#footer .nav  {
  color: #000;
}

#footer a {
  color: #556B2F;
}

#footer .nav a:hover {
  color: #FBFBD8;
}

h2 {
  text-align: center;
  padding: .5em;
  }

ul {
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
}

#content a:link {
  text-decoration: none;
  color: #556B2F;
  font-weight: bold;
}

#content a:visited {
  text-decoration: none;
  color: #556B2F;
  font-weight: bold;
}

#content a:hover {
  color: #FBFBD8;
}

img.jenpic {
  float: left;
  width: 239px;
  height: 300px;
  margin: 5px 10px 5px 0px;
}

a:link {
  text-decoration: none;
  color: #556B2F;
}

a:visited {
  text-decoration: none;
  color: #556B2F;
}

a:hover {
  color: #FBFBD8;
}

a img {
  border: 0;
}

p.BigFirst:first-letter {
  line-height: 1.0em;
  font-size: 2em;
  font-weight: bold;
}

.title {
  font-size: 1.1em;
  font-weight: bold;
}

.currentPage {
  color: #FBFBD8;
}

.arrow {
  font-size: .2 em;
}

.bullet {
  height: 12px;
  width: 12px;
}

/* Form Related Sytles */

label{
float: left;
width: 270px;
}

input, textarea, select{
width: 180px;
margin-bottom: 5px;
}

textarea:focus, input:focus {
	border: 2px solid #556B2F;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 200px;
margin-top: 5px;
width: 120px;
}

br{
clear: left;
}
