
body
{
    background-image: url(/images/bg_valley.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #474D5B;

    font-family: verdana;
}


#container
{
    width: 800px;
    margin: 30px auto 20px auto;
    position: relative;
}

#header
{
    height: 240px;
    background-image: url(/images/header.jpg);
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;

}

#content
{
    padding: 10px 10px 10px 10px;
    background-image: url(/images/bg_white.png);
    background-repeat: repeat;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    overflow: hidden;
    font-size: 100%;
}

h1, h2, h3
{
    font-family: Garamond,Arial;
    font-style: italic;
    font-weight: normal;
    color: #726F86;
}

h2
{
    font-size: 182%;
    margin: 0 5px 1em 0;
}

h3
{
    margin: 1.25em 0 0 0;
    font-size: 146.5%;
}

h4
{
    margin: 0 0 0.25em 0;
    font-size: 100%;
}

a
{
    color: black;
}

a.hidden { text-decoration: none; }
a.hidden:hover { text-decoration: underline; }

#header h1
{
    font-size: 280%;
    letter-spacing: 0.08em;
    position: absolute;
    top: 58px;
    left: 54px;
    margin: 0;
}


#right_col
{
    float: right;
    width: 125px;
    left-padding: 5px;
}

#left_col
{
    margin-right: 125px;
    right-padding: 5px;
}


.nav ul
{
    list-style: none;
    margin: 0 0 0 5px;
    padding-left: 0;
    text-align: right;
    line-height: 1.8;
}

.nav a
{
    text-decoration: none;
    color: black;
}

.nav a:hover
{
    text-decoration: underline;
}


img.frame
{
    border: 6px solid #726F86;
    margin: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#left_col p
{
   text-align: justify;
}

.wedding_party p
{
    margin: 0;
}


.error_list
{
    color: red;
}

ul.error_list
{
    margin: 0;
    padding-left: 20px;
    
}

table.std_form
{
    border-collapse: collapse;
}

table.std_form th, table.std_form td
{
    border: 1px solid #726F86;
    padding: 4px;
}

table.std_form th
{
    text-align: left;
    background-color: #9997A4;
    padding-right: 10px;
}


.guestbook_entry
{
   margin-bottom: 2.5em;
}

.guestbook_entry h4
{
   font-size: 120%;
   margin-bottom: .3em;
}

.guestbook_entry h5
{
   font-size: 100%;
   margin-top: .3em;
   margin-bottom: .3em;
}

.guestbook_entry p
{
   margin-top: .75em;
   margin-bottom: .75em;
}

