@charset "utf-8";
/* CSS Document */
.footer {
	clear:both;
	background-image:url(../images/footerbg.gif);
	height:106px;
	display:inline-block;
	display:block;
	background-repeat: repeat-x;
	position:relative;
	top:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.footer .copyright {
	font-size:12px;
	text-align:center;
	padding-top:20px;
	color:#666;
	float:left;
	}

.footer .about {
	font-size:12px;
	padding-top:30px;
	float:right;
	padding-right: 20px;
	}
.footer a{
	margin:0px 20px;
	}

.footer a:link{
	color:#666;
	text-decoration:none;
	font-family:Arial,sans-serif;
	}
.footer a:visited{
	color:#666;text-decoration:none;
	font-family:Arial,sans-serif;
	}
.footer a:active{
	color:#666;text-decoration:none;
	font-family:Arial,sans-serif;
	}
.footer a:hover{
	color:#666;text-decoration:underline;
	font-family:Arial,sans-serif;
	}

.footer .info {
	margin-left:auto;
	clear: both;
	height: 106px;
	width: 930px;
	margin-right: auto;
	margin-bottom: auto;
	}
.footer .logo{
	width:333px;
	height:106px;
	display:block;
	float:left;
	background-image: url(../images/copyright1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}	

