@charset "UTF-8";
/* CSS Document */

#footerContainer {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 960px;
	float: left;
	background-image: url(images/vigBot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footerLeft {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 195px;
	float: left;
	background-image: url(images/evenleyTrans.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#footerMid {
	margin: 0px;
	float: left;
	height: 25px;
	width: 475px;
	line-height: 25px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-image: url(images/evenleyTrans2.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #666;
}
#footerRight {
	margin: 0px;
	float: left;
	height: 25px;
	width: 200px;
	background-image: url(images/evenleyTrans2.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 9px;
	line-height: 25px;
	color: #666;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: right;
}
#footerMid a {
	color: #666;
	text-decoration: none;
}

