/* CSS Document */

#bottom  {
	clear:both;
	width:100%;
	height:90px;
	margin:0px auto;
	padding:0px;
	background:url(../images/bottom_bg.png) repeat-x;
	border-top:1px solid #e4e4e4;
	margin-top:20px;
}
#bottom .bottom {
	clear:both;
	width:1000px;
	height:90px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	margin-top:20px;
}
#bottom .bottom .link .link_title {
	text-align:left;
	float:left;
	color:#737373;
	font-weight:bold;
}
#bottom .bottom .link .link_txt {
	float:left;
	text-align:left;
	margin-left:10px;
	color:#737373;
	margin-bottom:10px;
}
#bottom .bottom .link .link_txt a {
	color:#737373;
	text-decoration:none;
}
#bottom .bottom .link .link_txt a:hover {
	color:#447a1e;
}
#bottom .bottom .link .link_txt em {
    margin-right:5px;
	margin-left:5px;
}
.message {
	clear:both;
	line-height:20px;
	text-align:center;
	color:#737373;
}
.message em {
	clear:both;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	text-align:center;
}
.message a {
    color:#737373;
	text-decoration:none;
}
.message a:hover {
    color:#447a1e;
}