﻿#footer
{
    width: 100%;
    height: 47px;
    position: relative;
    background-color:#fcecef;
    color: #ee8d9e;
    font-family: Tahoma;
    font-size: 8pt;     
}

#footerleft
{
    position: absolute;
    top: 5px; /* 17px;*/
    left: 12px;
}

#footerleft a
{
    color: #ee8d9e;
    text-decoration: none;
}

#footerleft a:hover
{
    text-decoration: underline;
}

#footerbanner
{
    position: absolute;
    top: 8px;
    width: 88px;
    height: 31px;
}

.footermenu
{
    position: absolute;
    top: 17px;
    right: 23px;
}

.footermenu a
{
    padding-left:30px;
    color: #ee8d9e;
    text-decoration: none;
}

.footermenu a:hover
{
    text-decoration: underline;
}
