

div#footer {
   	position:absolute;
   	bottom:0;
   	width:100%;
   	height:150px;   /* Height of the footer */
   	background-color:#b1ce4a;
   	background-image:url(images/bg_footer.png);
   	background-position: left top;
   	background-repeat: repeat-x;
	}

div#footer_content {
	min-width:1000px;
	max-width:1200px;	
	width: 80%;
	padding: 0px;   /* Height of the footer */
	margin: 0 auto;
	height: auto;
	overflow: auto;
	}
	
div#footer h3{
	width: auto;
	height: auto;
	display: block;
   	margin:0 auto;
	padding: 0px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	}

div#footer p{
	width: auto;
	height: auto;
	display:block;
   	margin:0 auto;
	padding: 0px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	}
	
div#footer a{
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	}
	
div#footer a:hover{
	color: #b1ce4a;
	background-color: #fff;
	}
	
div#footer_left {
	float: left;
	min-width:185px;
	max-width:222px;	
	width: 18.5%;
	padding: 0px;
	margin: 0px;
	height: 20px;
	}

div#footer_columns {
	float: left;
   	width: 699px;
   	height:100px;  
	margin-top: 15px;
   	padding: 20px 0px 0px 10px;
	overflow: auto;
	}

div#footer_column_left {
	width: 25%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

div#footer_column_center {
	width: 25%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
div#footer_column_right {
	width: 50%;
	height: auto;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

