#foot {
	height: 260px;
	background-image: url(img/foot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #40605A;
	padding: 0px;
}
#foot1 {
	background-image: url(img/footLogo.gif);
	background-repeat: no-repeat;
	background-position: left 26px;
	text-align: right;
	color: #62827C;
	padding-top: 55px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #79958F;
	padding-bottom: 10px;
}
#foot1  a, #foot2 a {
	color: #C4DED1;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#foot a:hover {
	color: #FFFFFF;
}
#foot2 {
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #9DB6B2;
}
#foot2 #footLeft {
	float: left;
}
#foot2 #footRight {
	float: right;
}
