﻿
/*************************/
/* FOOTERAREA            */
/*************************/

#FooterArea
{
    width: 942px;
    max-width: 942px;
    height: 200px;
    min-height: 200px;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
    font-family: Arial;
    text-align: left;
    padding: 12px;
    margin-left: auto;
	margin-right: auto;
	background: url(images/Footer/footerbg.gif) left top;
}

#FooterArea a
{
	
	color: #930042;
    font-size: 10px;
    line-height: 12px;
text-decoration: none;

}

#FooterArea a:hover
{
	
text-decoration: underline;
}

.FooterDiv
{
    float: left;
    height: 42px;
    min-height: 42px !important;
    #padding-top: 10px;
}
.FooterDiv div
{
}
.FooterSpaceDiv
{
    float: left;
    width: 30px;
    min-width: 30px;
    height: 42px;
    min-height: 42px;
    background: url(images/Footer/footerspace.png) no-repeat right; 
    margin: 0 15px 0 0;
    
}
