body
{
    background: url(../images/background1.gif);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    font-family: "Arial";
    
    color: #dddddd;
}

table.pageTable
{
    top: 0;

    background-image: url(../images/background.jpg);
    background-repeat:repeat-y;
    width: 772px;
    height: 100%;
        
    margin-left:auto; 
    margin-right:auto;
}

td.sidebar
{
    vertical-align: top;
    padding-top:0;
    padding-left: 45px;
    width: 172px;
    color: maroon;
}

td.page
{
    vertical-align: top;
 
    top: 0;
    width: 555px;
    
    background-image: url(../images/backgroundSwirl.jpg);
    background-repeat: no-repeat;
    background-position: left top; 
}

a:active, a:visited, a:link
{
    color: maroon;
    font-size: large;
    background-color: white;
}

a:hover
{
    color: white;
    font-size: large;
    background-color: maroon;
}

a:active.pageLink, a:visited.pageLink, a:link.pageLink, a:hover.pageLink
{
    color:white;
    background-color: transparent;
}

a:active.smallMenuLink, a:visited.smallMenuLink, a:link.smallMenuLink, a:hover.smallMenuLink
{
    color: maroon;
    font-size: medium;
    background-color: white;
}

a.smallText
{
    color:white;
    background-color: transparent;
    font-size: 12px;
}

p.title
{
    margin-left: auto;
    margin-right: auto;
    color: lightyellow;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    width: 80%;
}

/*
div.frameSidebar
{
    margin: auto 0 auto 0;
    
    top: 0px;
    left: 45px;
    position: absolute;
    width: 172px;
    
    color: maroon;
}

div.framePage
{
    margin: auto 0 auto 0;
    
    /* top: 80px; *
    left: 225px;
    position: absolute;    
    width: 555px;
    
    background-image: url(../images/backgroundSwirl.jpg);
    background-repeat: no-repeat;
    background-position: left top; 
}
*/


h1
{
    margin-left: auto;
    margin-right: auto;
    color: lightyellow;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    width: 80%;
}

h2
{
    font-size: 150%;
    text-align: center;
    color: white;
}

h3
{
    font-size: 135%;
    color: #dddddd;
}

h4
{
    font-size: 110%;
    color: #dddddd;
}

p.reading
{
    font-size: 107%;
    color: #dddddd;
    white-space:pre;
    width:555px;
}

p.large
{
    font-size: 130%;
    color: #dddddd;
}

p.small
{
    font-size: 90%;
    color: #dddddd;
}

p.normal
{
    font-size: 107%;
    color: #dddddd;
}

div.normal
{
    font-size: 107%;
    color: #dddddd;
}

p.ceremonyTitle
{
    font-size: 120%;
    color: #dddddd;
}

p.specialTitle
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    background-color: gold;
    color: maroon;
    
    font-size: xx-large;
    width: 70%;
    
    margin-bottom: 5px;
}

p.specialDesc
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
    color: gold;
    
    font-size: x-large;
    width: 70%;
    
    margin-top: 5px;
    
}

p.testimonialsBox
{
    margin-left: auto;
    margin-right: auto;
    color: #dddddd;
    text-align: left;
    font-size: large;
    width: 80%;
}

p.testimonialBy
{
    margin-left: auto;
    margin-right: auto;
    color: #dddddd;
    text-align: right;
    font-size: large;
    width: 80%;
}

img.imageFloatLeft
{
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
}

img.imageFloatRight
{
    float: right;
    padding-left: 10px;
    padding-bottom: 2px;
}

li
{
    font-size: 107%;
    color: #dddddd;
}
