/* CSS Document */
.style2 {font-size: 9px}
body{
	background-color: #3E3E3E;
	margin:0;
	padding: 0;
	line-height: 1;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	}
#ftr1{
   color:#ebebed;
   background:url(images/ftrback.jpg) repeat-x bottom left;
   height:120px;
   background-color:#515151;
   border-top:solid;
   border-top-color:#baa267;
   border-top-width:20px;

	}
#ftr2{
   color:#ebebed;
   background:url(images/footer2.jpg) no-repeat bottom left;
   height:120px;
   background-color:#3E3E3E;
   border-top:solid;
   border-top-color:#baa267;
   border-top-width:20px;
  padding-left: 120px ;  
}

