@charset "utf-8";
/* CSS Document */

/* === box: CRM ========================================================*/

#boxCRM {
	background: #da4c0c url(../images/splash_crm.jpg) bottom right no-repeat;
	width: 248px;
	padding: 0px;
	border: solid 1px;
	color: white;
	border-top-color: #ea9873;
	border-left-color: #ea9873;
	border-bottom-color: #9b3609;
	border-right-color: #9b3609;
}
#boxCRMContent {
	margin: 20px 20px 140px 20px;
	text-align: justify;
}

/* === box: CRM ========================================================*/

#boxForeword {
	background: #f7efe9 url(../images/splash_button.jpg) top right no-repeat;
	width: 248px;
	padding: 0px;	
	color: #815b46;
	border: solid 1px;
	border-top-color: #fffaf8;
	border-left-color: #fffaf8;
	border-bottom-color: #aa9f97;
	border-right-color: #aa9f97;
}
#boxForewordContent {
	margin: 60px 20px 20px 20px;
	text-align: justify;
}
#boxForewordHeading {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-weight: bold;
	color: #c8451d;
}
