/* CSS Document */

#footer {
width:1000px;
height:100px;
line-height: 1.3em;
	
}
   
#sx {
 width:735px;
 height:80px;
 padding-top:15px;
 margin-left:5px;
 padding-bottom:20px;
 float:left;
 
 }
 
 #dx {
 width:230px;
 height:80px;
 padding-top:15px;
 padding-bottom:20px;
 margin-right:5px;
 text-align:right;
 float:left;
 
 } 
 
#clear-footer {
	clear:left;

}

.footer {
	font-family:Arial, Tahoma, Verdana;	
	font-size: 11px;
	color: #D7D4C3;
	padding-left:8px;
	text-decoration:none;
	line-height: 1.3em;
}


.footer a { 
	font-family:Arial, Tahoma, Verdana;		
	font-size: 11px;
	color: #D7D4C3;
	padding:0px;
	text-decoration:none;

}


.footer a:hover { 
	font-family:Arial, Tahoma, Verdana;	
	font-size: 11px;
	color: #D7D4C3;
	padding:0px;
	text-decoration:underline;

}

