body
{
    background-color: #fce5eb;
    margin: 0 0 0 0;
}
.pointer
{
    cursor: pointer
}
.frameT
{
    background-image:url('../images/pageframe_top.jpg');
    background-repeat: no-repeat;
    width: 905px;
    height: 27px;
}
.frameB
{
    background-image:url('../images/pageframe_bottom.jpg');
    background-repeat: no-repeat;
    width: 905px;
    height: 33px;
}
.frameL
{
    background-image:url('../images/pageframe_left.jpg');
    background-repeat: repeat-y;
    width: 26px;
    height: 1px;
}
.frameR
{
    background-image:url('../images/pageframe_right.jpg');
    background-repeat: repeat-y;
    width: 26px;
    height: 1px;
}
.logo
{
    background-image:url('../images/fe_logo.jpg');
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 326px;
    height: 57px;
}
.contactFormBkgd
{
    background-image:url('../images/contact_bkgd.gif');
    background-repeat: no-repeat;
}
.contactFormTextbox {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
}
.contactFormTextarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
.contactFormTYBkgd
{
    background-image:url('../images/contact_ty_bkgd.gif');
    background-repeat: no-repeat;
}
.frameTcontact
{
    background-image:url('../images/pageframe_contact_top.jpg');
    background-repeat: no-repeat;
    width: 755px;
    height: 27px;
}
.frameBcontact
{
    background-image:url('../images/pageframe_contact_bottom.jpg');
    background-repeat: no-repeat;
    width: 755px;
    height: 33px;
}
#NavBubble
{
    position: relative;
    left: 10px; 
    top: 0px; 
    width: 90px; 
    height: 63px; 
    z-index: 2; 
    background-image:url('../images/tab_aboutmeet.gif');
}