/* THE BASIC STUFF *//* STANDARD FONT FAMILIES *//* verdana, geneva, helvetica, arial, sans-serif */
/* georgia, times, new century schoolbook, times new roman, serif */


body {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #769779;
    font-size: 11px;
    color: #425245;
    }
  
h1 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 150%;
    color: #800000;
    text-align: left;
    }
    
h2 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-style: italic;
    font-size: 18px;
    color: #546958;
    text-align: left;
    }

h3 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 110%;
    color: #000000;
    text-align: left;
    }
    
h4 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 90%;
    color: #000000;
    text-align: left;
    }
    
h5 {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-size: 70%;
    color: #000000;
    text-align: left;
    }
    
p  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }

p.quote {
    font-family: georgia, times, new century schoolbook, times new roman, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    }
    
ul, ol, li {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }
    
table, td, tr  {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    font-size: 11px;
    }
    
a {
    font-family: verdana, geneva, helvetica, arial, sans-serif;
    text-decoration: underline;
    font-size: 11px;
    }
    
a:link {
    color:#546958;
    }
    
a:visited { 
    color:#546958;
    }
    
a:active { 
    color:#000000;
    }
    
a:hover {
    text-decoration: none;
    color:#000000;
    }
    
#bodyContainer {
    background-image: url(http://www.gracecorner.com/images/body_back.gif);
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    }
    
#menu {
    text-align: right;
    background-image: url(http://www.gracecorner.com/images/menu_back.gif);
    padding-right: 9px;
    }
    
#content {
    padding: 5px 50px 0 40px;
    }
    
#address {
    padding-left: 95px;
    }

#giftcard {
    padding: 15px 15px 0 60px;
    text-align: center;
    }
    
td.bodySwirl {
    background-image: url(http://www.gracecorner.com/images/swirl.gif);
    background-repeat:no-repeat;
    background-position:bottom right; 
    }
    
div.divider {
    border-bottom: 1px solid #769779;
    margin: 15px 0 35px 0
    }

div.roomPhoto {
    float: right;
    width: 225px;
    padding: 0 0 25px 25px;
    text-align: center;
    }

img.photoWeblog {
    padding: 2px;
    border: 2px solid #769779;
    margin: 0 0 0 0;
    }

img.gift {
    margin: 0 0 25px 25px;
    }