@charset "utf-8";
/* Content Styling - CSS Document */

a {
	color: #009900;
	text-decoration: none
}

a:hover {
	color: #FF9900;
	text-decoration: underline
}

a:visited {
	color: #006600;
	text-decoration: none
}

a:visited:hover {
	color: #FF9900;
	text-decoration: underline
}

a img {
	border: none;
}

#fb_about {
	position: relative;
	float: right;
	margin: 0 0 10px 10px;
	padding-top: 15px;
	width: 120px;
	height: 420px;
	overflow: hidden;
	z-index: 100
}


