@charset "utf-8";
/* START feature Boxes */

#mainContentFeature {
	position:relative;
	top:-7px;
	margin-bottom:-7px;
}

.featureBoxRow {
	width:944px;
	position:relative;
}

#feature_ItsSoEasy {
	width:308px;
	height:190px;
	margin-top:10px;
	float:left;
	background-image:url(../images/featureBox_ItsSoEasy_BG.jpg);
	background-repeat:no-repeat;
}

#feature_Hosts {
	width:308px;
	height:190px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	background-image:url(../images/featureBox_Hosts_BG.jpg);
	background-repeat:no-repeat;
}

#feature_Guests {
	width:308px;
	height:190px;
	margin-top:10px;
	margin-left:10px;
	float:left;
	background-image:url(../images/featureBox_Guests_BG.jpg);
	background-repeat:no-repeat;
}


.insetText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:15px;
	color:#666666;
	width:280px;
	margin-top:12px;
	margin-left:16px;
}

/* END feature Boxes */



