@charset "UTF-8";
#footer {
	margin-top:50px;
	padding-bottom:50px;
	font-size: 11px;
	text-align: center;
	clear: both;	
}

#footer address {
	color:#666666;
	font-size: 10px;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 15px;
}

#footer li {
	display:inline;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #FF99FF;
	border-left-color: #FF99FF;
	border-left-style: solid;
	padding:0px 5px;
	margin:0px 5px;
}
#footer .glink a {
	color: #666666;
	text-decoration: underline;
	font-size: 10px;
}
#footer .glink {
	color: #666666;
	font-size: 10px;
}

