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

#aboutTitle {
	width: 500px;
	height: 155px;
}


#aboutTextLeft2 {
	width: 220px;
	height: 185px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 60px;
	text-align: left;
	float: left;
	background-image: url(../assets/images/postit_bg2.gif);
	background-position: center;
	line-height: 22px;
}

#aboutTextRight2 {
	width: 220px;
	height: 185px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 60px;
	text-align: left;
	float: left;
	background-image: url(../assets/images/postit_bg.gif);
	background-position: center;
	line-height: 22px;
}


#aboutTextLeft {
	width: 238px;
	height: 348px;
	text-align: justify;
	padding: 6px;
	float: left;
	background-image: url(../assets/images/gradientbg01.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#aboutTextRight {
	width: 238px;
	height: 348px;
	text-align: justify;
	padding: 6px;
	float: left;
	background-image: url(../assets/images/gradientbg01.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.aboutWelcome_text {color: #333; font-size: 28pt;}
