#footer {
	position: relative;
	clear: both;
	float: left;
	text-align: right;
	width: 930px;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.style1 {
	color: #FF6600;
}
.style1 a {
	text-decoration: none;
	color: #FF6600;
}
.style1 a:hover {
	text-decoration: underline;
	color: #FF6600;
}

#footer_text {
    width: 270px;
    float: right;
    text-align: right;
}
	    
#footer a {
    font: 12px/ 18px Myriad, Verdana, Arial, Helvetica, sans-serif;
    color: #cbcbcb;
    text-align: right;
    text-decoration: none;
}
			    
#footer a:hover {
    font: 12px/ 18px Myriad, Verdana, Arial, Helvetica, sans-serif;
    color: #cbcbcb;
    text-align: right;
    text-decoration: underline;
}

					    