@charset "ISO-8859-1";

/* Message from the Chairman
---------------------------------*/

#greetBox {
	width: 694px;
	margin: 0 0 0 20px;
	background: url(../images/bg-greet.jpg) repeat-y right top;
}

#greetBox .column1 {
	float: left;
	width: 464px;
}

#greetBox .column2 {
	float: right;
	width: 200px;
}

#greetBox .column1 h2 {
	background: none;
	margin-bottom: 0;
	margin: 20px auto 35px;
	text-align: center;
}

#greetBox p {
	font-size: 93%;
	margin: 0 0 1.5em 0;
	line-height: 1.5;
}

#greetBox .infoBox {
	width: 313px;
	margin: 0 0 0 20px;
	padding-top: 50px;
}

#greetBox .infoBox .item {
	margin: 0 0 10px 0;
}

#greetBox .infoBox .txtBox {
	font-size: 85%;
	float: left;
	width: 276px;
	margin: 0 0 30px;
	line-height: 1.5;
}

