body {
font-family: "Lucida Grande", Verdana, sans-serif;
padding: 10px;
background-color: #D5CFC4;
line-height: 110%;
background-image: url(../assets/images/page-background.jpg);
background-position: top left;
background-repeat: no-repeat;
}

/* container to fix width & center content */

#container {
width: 700px;
margin: 0 auto;
color: #3D3D3D;
background-color: #F7F7F7;
background-image: url(../assets/images/container-background.gif);
background-position: center;
background-repeat: repeat-y;
}

#container-intro {
width: 700px;
margin: 0 auto;
color: #213C5A;
background-color: #8B9EAF;
background-image: url(../assets/images/gallery-background.gif);
background-position: top;
background-repeat: repeat-x;
}

.blurb {
float: right;
font-size: 11px;
width: 160px;
padding: 20px;
line-height: 140%;
border-top: 1px solid;
}

.clear {
clear: both;
border-top: 1px solid;
}

/* header */

#header {
width: 700px;
margin: 0 auto;
height: 50px;
background-image: url(../assets/images/tagline.png);
background-position: center;
background-repeat: no-repeat;
}

#header span {
display: none;
}

/* main menu */

#menu {
width: 700px;
margin: 0 auto;
text-align: center;
padding: 10px;
background-image: url(../assets/images/menu-background.gif);
background-position: top;
background-repeat: no-repeat;
}

#menu ul {
color: #FFFFFF;
font-size: 11px;
list-style: none;
margin: 0;
padding: 0;
}

#menu li {
display: inline;
padding: 7px;
font-weight: bold;
}

#menu a, #menu a:visited {
color: #B8D5F2;
text-decoration: none;
font-weight: normal;
}

#menu a:hover {
text-decoration: underline;
}

/* submenu (per-section contextual) */

#submenu {
width: 160px;
float: right;
padding: 20px;
margin-top: 10px;
}

#title-aboutus {
background-image: url(../assets/images/title-aboutus.gif);
background-repeat: no-repeat;
width: 160px;
height: 20px;
}

#title-gallery {
background-image: url(../assets/images/title-gallery.gif);
background-repeat: no-repeat;
width: 160px;
height: 30px;
}

#title-giftshop {
background-image: url(../assets/images/title-giftshop.gif);
background-repeat: no-repeat;
width: 160px;
height: 30px;
}

#title-information {
background-image: url(../assets/images/title-information.gif);
background-repeat: no-repeat;
width: 150px;
height: 30px;
}

#title-preparing{
background-image: url(../assets/images/title-preparing.gif);
background-repeat: no-repeat;
width: 160px;
height: 30px;
}

#title-previews {
background-image: url(../assets/images/title-previews.gif);
background-repeat: no-repeat;
width: 160px;
height: 30px;
}

#title-news {
background-image: url(../assets/images/title-news.gif);
background-repeat: no-repeat;
width: 160px;
height: 30px;
}

#title-contact {
background-image: url(../assets/images/title-contact.gif);
background-repeat: no-repeat;
width: 160px;
height: 30px;
}

#submenu ul {
list-style: none;
text-align: right;
border-top: 1px solid #D1D1D1;
font-size: 11px;
padding: 0;
margin: 0;
}

#submenu li {
border-bottom: 1px solid #D1D1D1;
padding: 6px;
}

#submenu a, #submenu a:visited {
color: #3D3D3D;
text-decoration: none;
font-weight: normal;
}

#submenu a:hover {
text-decoration: underline;
}

/* content */

#content {
width: 450px;
padding: 20px;
font-size: 11px;
background-image: url(../assets/images/content-background.gif);
background-position: top fe;
background-repeat: no-repeat;
background-color: #F7F7F7;
}

H2 {
padding: 0;
margin: 0;
}

P {
padding: 0 0 10px 0;
margin: 0;
}

.gallery {
padding: 0;
}

.picture-display {
font-size: 9px;
float: right;
text-align: center;
color: #999999;
}

.picture-display img {
border: 1px solid;
padding: 5px;
background-color: #FFFFFF;
}

.fr {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

.fl {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.right {
float: right;
}



/* headings */

h1, h2, h3, h4, h5 {
font-family: Georgia;
}

h1 span, h2 span, h3 span h4 span, h5 span {
display: none;
}

#content h1 {
font-size: 20px;
color: #1F3C59;
}

#content h2, #submenu h2 {
font-size: 14px;
margin: 5px 0;
}

.decorated {
margin-top: 40px;
padding-bottom: 15px;
border-bottom: 1px solid #D1D1D1;
}

/* footer */

#footer {
text-align: center;
clear: both;
color: #FFFFFF;
font-size: 10px;
height: 25px;
padding: 10px;
background-image: url(../assets/images/footer-background.gif);
background-position: bottom;
background-repeat: no-repeat;
width: 700px;
margin: 0 auto;
}

/* Misc */

img {
border: 0;
}

.testimonial {
margin: 0 10px 20px 10px;
padding: 0 25px;
background-image: url(../assets/images/doublequote.gif);
background-position: top left;
background-repeat: no-repeat;
}

.testimonial em {
       display: block;
       position: relative;
       text-align: left;
       margin: 10px 10px 10px 150px;

}

.cards td {
text-align: center;
padding: 5px;
}

.pdflist {
list-style: none;
margin: 0;
padding: 0;
}