@import 'common.css';


/*****************************************************
Home
******************************************************/
#home-flash{
	float:left;
	width:653px;
	height:371px;
}
#home-content-spacer{
	float:left;
	width:653px;
	height:24px;
	background:url(../images/bg-main-content-spacer.jpg) repeat-y;
}
#home-content-wrap{
	float:left;
	width:653px;
	background:url(../images/home/bg-home-content.gif) top left no-repeat;
	background-color: #e6daaf;
}
#home-content-wrap h1{
	margin:80px 0 0 190px;
}
#home-content-wrap p{
	width:440px;
	font-size:13px;
	line-height:22px;
	margin:20px 0 40px 190px;
}
#home-content-wrap p strong{
	font-size:16px;
}
