﻿/*
.footer 
{
	width:100%;
	padding:10px;
	border-bottom:2px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #EDEDED;
	text-align:center;
	table-layout:fixed;
    font-weight: bold; 
    font-size: 1.8em;
    font-family   : Arial, Serif;
}
*/



#footer
{
	clear: both;
	height: 35px;
	padding: 5px 3px 5px 3px;
	font-weight: bold; 
    font-size: 0.8em;
    font-family   : Arial, Serif;
    width    : 100%;
    border-top: 2px solid silver;
    text-align: center;
    background: #75746E url(../../Images/Footer/bar.gif);

}

#footer a
{
	text-decoration: none;
	color: blue;
}
