#footer {
	height: 70px;
	width: 100%;
	background-image: url(../Images/footer_bg.png);
	background-repeat: repeat-x; 
}
#footer_left_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #F8F8F8;
	text-decoration: none;
	width: 300px;
	text-align: left;
	cursor: default;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #666;
	height: 15px;
	position: relative;
	margin: 0px;
	left: 20px;
	top: 45px;
}

#footer_right_menu {
	height: 15px;
	width: auto;
	list-style-type: none;
	text-align: right;
	right: 10px;
	padding: 0px;
}
#right_menu   {
	list-style-type: none;
	text-shadow: 1px 1px 1px #333;
	width: auto;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 0px;
	top: 45px;
	position: relative;
}
#right_menu li{
	list-style-type: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
	float: right;
	margin-right: 15px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
#right_menu li  a{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	letter-spacing: 1%;
	text-align: right;
	text-shadow: 1px 1px 1px #333;
	text-decoration: none;
}
#right_menu li a:hover {
	text-decoration: underline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	letter-spacing: 1%;
	text-align: right;
	text-shadow: 1px 1px 1px #333
}
#right_menu li a:visited {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	letter-spacing: 1%;
	text-align: right;
	text-shadow: 1px 1px 1px #333
}
.twitter-logo {
	height: 29px;
	width: 30px;
	position: absolute;
	top: 1px;
	background-image: url(../Images/twitter.png);
	background-repeat: no-repeat;
	left: 200px;
}
