/***********************************************/
/* Layout Divs                                 */
/***********************************************/
div.footerContainer {
position:relative;
float:left;
width:1000px;
height:100px;
background-image:url(../gfx/container_btm.jpg);
background-position:bottom;
background-repeat:no-repeat;
} 

div.footerLogoContainer {
position:relative;
float:left;
width:213px;
margin-top:20px;
margin-left:40px;
}


div.footerTxtContainer {
float:right;
width:400px;
margin-top:5px;
margin-right:40px;
text-align:right;
}
a.footerLink {
color:#9c9d9f;
}
a.footerLink:hover {
	color: #9c9d9f;
	text-decoration: underline;
}	
