
#content.fullpage {
	position: relative;
	background: #FFFBEB;
}


/* left column */
#texthome {
	float: right;
	width: 341px;
	position: relative; /* To avoid IE bug */
	background: url(../images/bg_intro.gif) 0 0 repeat-x;
}
#texthome .wrap {
	padding: 10px;
}
#texthome h3 {
	margin: 1.5em 0 .5em;
	height: 22px;
	background-repeat: no-repeat;
	clear: both;
}
#texthome h3.feature {
	margin-top: 2em;
}
#texthome h3 span {
	display: none;
}
#texthome p {
	margin-right: 15px;
}
#texthome .box {
	padding: 0 6px;
}
#texthome a.picture-left {
	margin: 0 1em .5em 0;
}
#texthome a.picture-left img {
	border: 1px solid #F5B787;
	width: 65px;
	height: 70px;
}

/* right column */
#visualhome {
	float: right;
	width: 392px;
	height: 401px;
	position: relative; /* To avoid IE bug */
}
#visualhome h2 {
	margin: 0;
	font-size: 10px;
	height: 112px;
}
#visualhome h2 span {
	display: none;
}
