@charset "utf-8";
.float_right {
	float: right;
	margin-left: 5px;
}
.float_left {
	float: left;
	margin-right: 5px;
}



#main_content h1 {
	background-image: url(../Images/ABOUT_TITLE.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}
#main_content p {
	font-size: 12px;
	color: #CCCCCC;
}
#main_content h2 {
	color: #CCCCCC;
	font-size: 14px;
}
div#welcome {
	background-image: url(../Images/about_img.PNG);
	background-repeat: no-repeat;
	position: absolute;
	height: 132px;
	width: 341px;
	text-indent: -9999px;
	left: 36px;
	top: 144px;
}
div#welcome_text {
	position: absolute;
	width: 377px;
	left: 405px;
	top: 159px;
	font-size: 12px;
	color: #FFFFFF;
}
