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

#greeting{
	width:670px;
	background:url(../img/greetingbg.gif);
	padding:20px 0 15px 0;
}

#greeting p{
	width:325px;
	margin:0 0 0 20px;
	font-size:110%;
	color:#333;
	line-height:1.8;
}

span#greetingName{
	display:block;
	text-align:right;
	font-size:110%;
	margin:35px 0 0 0;
}
