#stickey_footer { /* This will make your footer stay where it is */
	bottom: 70%;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	left: 37%;
	margin: 0 auto 0 -490px;
	padding: 0 10px;
	position: fixed;
        width: 120px;
        font-size:14px;
}
/* border curves */

/* hover effect */

/* shadow for the footer*/

#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
        font-size:14px;
}

#footer_menu li {
	list-style: none;
	padding: 12px 14px 14px 14px;
	background:#CDAA4C;
        font-size:14px;
}

#footer_menu li:hover {
	background:#FFCF00;
}

#footer_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
        font-size:14px;
        text-align:center;
        font-weight:bold;
}

#footer_menu li a:hover {
	color: #F9292C;
        font-weight:bold;

}

#footer_menu li span {
	display:none;
}

#stickey_footer #social_icons {
	float:right; /* social icons positions */
	width:auto;
	margin:5px 15px 0px;
	padding:0px;
	overflow:hidden;
}

#stickey_footer #social_icons li {
	margin-right:12px; /* 12px is the space between each one of them */
	width:24px;
	padding:0px;
	height:32px;
	list-style:none;
	_margin-right:0px; /* this is for IE6 only */
}