/* CSS Document */
body {
 	margin: 15px;
	background-image:url(../images/bg_mailing.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#mailingaddress {
	width: 340px;
	height: 60px;
	float: left;
}
#mailingaddress_title {
	width: 340px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006699;
	font-weight: bold;
	float: left;
}
#mailingaddress_content {
	width: 340px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight: bold;
	float: left;
}