﻿#footer{
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width:1200px;
}

#foot2 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#footer p{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	padding: 10px;
}

#footleft {
	width: 400px;
	height: auto;
	margin: 0 auto;
	float: left;
}

#footcenter {
	width: 400px;
	height: auto;
	margin: 0 auto;
	float: left;
}

#footcenter a{
	color: black;
	text-decoration: none;
}

#footcenter a:hover{
	text-decoration: underline;
}

#footright {
	width: 400px;
	height: auto;
	margin: 0 auto;
	float: left;
}