#main-area {
	background-image:url(../images/bg-home.gif);
	background-repeat:repeat-y;
	min-height:500px;
}

.home-wide {
	background-color:#9f447f;
	color:#ffffff;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
	padding:20px;
	position:relative;
	width: 620px;
}

.home-right {
	background-color:#d1baab;
	color:#000000;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 0;
	position:relative;
	width: 330px;
}

*html .home-right {					/* IE6 and earlier fix */
	width: 326px;
}

.home-right .float-left{
	float:left;
	padding:30px 0 10px 20px;
	width: 131px;
}

*html .home-right .float-left{		/* IE6 and earlier fix */
	padding:30px 0 10px 19px;
}


#footer {
	border-top:solid #e258a7 1px;
	clear:both;
	margin-top:0px;
	width:100%;
}