﻿
.FooterNavi
{
    margin-left:auto;
    margin-right:auto;
}

.FooterNavi, .FooterLeft, .FooterCenter, .FooterRight
{
    height:41px;
}

.FooterLeft, .FooterCenter, .FooterRight
{
    float:left;
}

.FooterNavi
{
    width:950px;
    margin-top:20px;
}

.FooterLeft
{
    width:19px;
    background:url(/Images/control/FooterNavigationLeft.png) no-repeat;
}

.FooterCenter
{
    width:900px;
    line-height:41px;
    text-align:center;
    vertical-align:middle;
    background:url(/Images/control/FooterNavigationCenter.png) repeat-x;
}

.FooterCenter a 
{
    color: #333;
    font-size: 15px;
    font-weight: bolder;
    text-decoration: none;
}

.FooterCenter a:hover
{
    color:#CC3333;
}

.FooterCenter span
{
    width:2px;
    height:16px;
    margin-left:7px;
    border-left:2px solid #FF6633;
}

.FooterRight
{
    width:19px;
    background:url(/Images/control/FooterNavigationRight.png) no-repeat;
}