h6 {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
} 


/*---------------------------------------BANNER---------------------------------------*/

#bannerArt {
	top: 22px;
	width: 699px;
	height: 121px;
	background-image: url('../img/rebati-banner-art-creole.png');
}

#bannerArt-Second {
	top: 8px;
	left: -1px;
	width: 401px;
	height: 46px;
	background-image: url('../img/rebati-banner-art-second-creole.png');
}
 
/*#linkbox {
	width: 470px;
}*/

/*---------------------------------------COLUMNS---------------------------------------*/

#column2 {
	position: relative;
}

#genderblurb {
	position: absolute;
	left: 22px;
	bottom: 22px;
}

#buttonMore {
	float: right;
	width: 228px;
	height: 37px;
	background-image: url('../img/button-more-creole-NEW.png');
	background-repeat: no-repeat;
	background-position: 0 -37px;
	cursor: pointer;
	overflow: hidden;
}

#buttonMore:hover {
	background-position: 0 0;
} 
 
#buttonRebati {
	float: right;
	width: 192px;
	height: 37px;
	background-image: url('../img/button-rebati-creole-NEW.png');
	background-repeat: no-repeat;
	background-position: 0 -37px;
	cursor: pointer;
	overflow: hidden;
}

#buttonRebati:hover {
	background-image: url('../img/button-rebati-creole-NEW.png');
	background-position: 0 0;
}


