body {
  background: #c09590 url(images/roseBGbody.jpg) no-repeat 0 0;
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
}
  
div.main {
  background: #e3d3c6 url(images/roseBGmain.jpg) no-repeat 0 0;
  border: solid #FFFFFF 1px;
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  width: 930px;
  min-height: 750px;
  margin: 0;
  padding: 5px 5px 48px 5px;
}

div.left {
  background: transparent;
  border: none;
  position: static;
  float: left;
  width: 930px;
  margin: 0;
  padding: 0;
  }
  
div.right {
  background: none;
  border: none;
  position: static;
  float: right;
  height: 100%;
  width: 255px;
  margin: 15px 15px 15px 30px;
  padding: 0;
  }

div.nav {
  background: url(images/bg_color.png) repeat;
  border: none;
  padding: 10px 15px;
  margin: 0;
  position: static;
  width: 225px;
  vertical-align: middle;
  text-align: center;
}

div.framed, div.gutterTitle {
  background: url(images/bg_color.png) repeat;
  margin: 20px 0;
  }
  
div.gutterTitle {
  font-family: 'Baskerville Old Face', Baskerville, serif;
  font-size: 1.4em;
  letter-spacing: .2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

div.outText {
  width: 550px;
  border: solid #000000 2px;
  margin: 40px 50px;
  text-align: center;
  background: url(images/bg_color.png) repeat;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}
  
img.framed {
  padding: 0;
  margin: 10px 15px;
}
    
img.nav {
  margin: 0;
  padding: 0;
}
  
img.logo {
  position: relative;
  top: -30px;
  margin-bottom: -20px;
}
  
img.title {
  position: relative;
  top: -40;
  margin-bottom: -10px;
}

h1 {
  font-family: vivaldi, 'Edwardian Script ITC', cursive;
  font-size: 2.4em;
  margin: 25px auto 10px 10px;
}

h2 {
  font-family: vivaldi, 'Edwardian Script ITC', cursive;
  font-size: 2em;
  margin: 20px;
  text-indent: -.5em;
  line-height: .8em;
}

a, a:link:hover:visited {
  border: 0;
  font-family: 'Baserville Old Face', Baskerville, serif;
}

a.nav, a.nav:link:hover:visited {
  background: url(images/link_bg.jpg) repeat center ;
  border: solid #FFFFFF 1px;
  display: block;
  height: 50px;
  width: 225px;
  padding: 0;
  margin: 5px 0;
}

a.nav:hover {
  background: url(images/link_bg_hover.jpg) no-repeat center ;
}
  
a, a:link:visited {
  color: #4d4248;
  text-decoration: none;
}
  
a:hover {
  color: #6d5b65;
  text-decoration: none;
}
  
  
  
p, li, td {
  font-family: 'Baskerville Old Face', Baskerville, serif;
  font-size: 1.2em;
  margin: 15px 30px;
  letter-spacing: .015em;
}

td.header {
  font-weight: bold;
  text-align: center;
}
  
p {
  text-indent: -.4em;
  padding-left: .4em;
  line-height: 1.4em;
}
  
p.first {
  clear: left;
}
  
p.first:first-letter {
  font-family: vivaldi;
  font-size: 1.8em;
}
  
p.quote {
  margin: 40px 30% 40px 8%;
  font-style: italic;
}
  
p.testimonial {
  font-size: 1em;
  padding: 20px 0;
  margin: 0 12px;
  text-align: left;
  text-indent: 0;
}

p.caption {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  font-size: 1.4em;
}

p.copyright {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
}

p.gallery_copyright {
	margin: 0;
	text-align: left;
	text-indent: 0;
	font-size: 0.8em;
	color: #FFF;
}

span.quote {
  font-style: italic;
}

li {
  margin: 15px 55px 0 35px;
  padding-left: 15px;
  text-indent: -.4em;
}
  
ul {
  margin: 1em auto 1em 1em;
  padding: 0;
  list-style-type: disc;
}

em {
  font-family: 'Baskerville Old Face', Baskerville, serif;
  font-weight: bold;
  font-style: italic;
}
