/* css for site structure --------------------------------------------------------------------------------------- */
#container-home {
	margin: 0 auto 20px auto;
	width: 1224px;
    }
#inner-home {
	position: relative;
	width: 1224px;
	}    


/* css for home content ----------------------------------------------------------------------------------------- */
#photo-home {
	position: relative;
	width: 1224px;
	height: 443px;
	font-size: 1px;
	z-index: 10;
	}
#content-home {
	position: relative;
	padding: 25px 0 0 0;
	width: 800px;
	clear: both;
	font-size: 15px;
	line-height: 22px;
    }
#content-left-home {
	position: relative;
	padding: 0 15px 0 0;
	width: 250px;
	float: left;
	text-align: left;
    }
#content-right-home {
	position: relative;
	width: 500px;
	float: left;
	text-align: left;
	}

