﻿#footer 
{
    padding: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: .85em;
    color: #666666;
    text-align: center;
    clear: both;
}

#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration: underline;
	color: #666666;
}

#footer a:hover
{
	text-decoration: underline;
	color: #999999;
}

#sponsors
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
	background-color: #EFEFEF;
	border: solid 1px #CCCCCC;
	padding: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #666666;
    text-align: center;
    height: 70px;
    clear: both;
    position:relative;
    overflow:hidden;
}

#sponsors a:link, #sponsors a:active, #sponsors a:visited
{
	text-decoration: underline;
	color: #666666;
}

#sponsors a:hover
{
	text-decoration: underline;
	color: #999999;
}

#sponsors ul 
{
    list-style-type:none;
    clear:both;
    float:left;
    left:50%;
    position:relative;
}

#sponsors li 
{
    float:left;
    padding: 0 10px 0 10px;
    right:50%;
    position:relative;
}
