/* CSS Document */
@charset "utf-8";
#div-contact{
	margin-top: 0px;
	margin-left:110px;
	/* border: dashed 1px #999; */
	padding: 20px;
	height: auto;
	float: none;
	width: 700px;
}
#div-contact p.contact-p{
	font-weight:bold;
	font-size:38px;
	color:#CB1B45;
	padding:0 0 3px 1em;
	border-bottom:solid 8px #B19693;
	margin-bottom:1px;
}
#div-contact div.contact-left{
	font-weight:bold;
	font-size:20px;
	float:center;
	margin-left:30px;
	line-height:150%;
	width:700px;
}

#div-contact div.contact-right{
	margin-right: 30px;
	float: right;
	text-align: right;
	width: 250px;
}
