@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#content div.section {
	padding:0 0 0 200px;
	position:relative;
	min-height:425px;
}

* html #content div.section {
	height:auto !important;
	height:425px;
}

#content div.section div.image-01 {
	position:absolute;
	top:0;
	left:0;
}

#content div.section div.image-02 {
	margin-left:10px;
	float:right;
}


