#footer{
 height:102px; 
 background-color:#FFFFFF; 
 clear:both;
 margin-left: 20px;
 margin-top: 0px;
 } 
 
 #footer_left{
 height:35px;
 float:left;
 position: relative;
 width: 500px;
 }
 
 #footer_right{
 height:35px;
 float:right;
 position: relative;
 width: 259px;
 }
 
 #footer_bottom{
 position: relative;
 width: 759px;
 clear:both;
 text-align: right;
 line-height: 12px;
 }
 
 #footer_top{
 position: relative;
 width: 779px;
 clear:both;
 }
 
 .footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.footerLink, a.footerLink:link,a.footerLink:visited,a.footerLink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}

a.footerLink:hover{
	text-decoration: none;
}
