@import url( ../../../stylesheets/base.css );

div#text1 {
	position: relative;
	float: left;

	width: 307px;
	height: auto;

	padding: 20px 30px 0px 30px;

	background-image: url( ../images/text1_background.jpg );
	background-repeat: no-repeat;
}

div#text2 {
	position: relative;
	float: left;

	margin-left: 10px;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

div#highlight {
	position: relative;

	width: 259px;
	height: 111px;

	padding: 20px 30px 0px 30px;

	background-image: url( ../images/highlight_background.jpg );
	background-repeat: no-repeat;
}

img#home_text {
	padding: 10px 0px 10px 0px;
}
