﻿#footer
{
	clear: both;
	border-bottom: solid 4px #4682b4;
	margin: 0;
	padding: 1px 0;
}

#footer p
{
	background: url(images/dot.gif) repeat-x;
	margin: 0 5px;
	padding: 5px 0;
	color: #999;
}

#FooterLink
{
    clear: both;
    text-align: center; 
}

#FooterLink p
{
    color: #fff;
    margin: 0;
    padding: 2px;
    font-size: 70%;
    background-color: #4682B4;
}

#FooterLink a
{
    color: #fff;
    text-decoration: none;
}

#FooterLink a:hover
{
    color: #000;
    text-decoration: underline;
}
