/* --------------------------------------------------------------------------------
    DIVERSE CONTAINER ELEMENTE
    -------------------------------------------------------------------------------- */
.clearer {
	clear:	both;
}
.logo {
	width:		110px;
	height:		290px;
	background-color:	transparent;
	position:		absolute;
	bottom:		0px;
}

.logo a {
	width:		110px;
	height:		290px;
	float:		left;
	text-decoration:	none;
	color:		#FFFFFF;
}
.logo a:hover {
	color:		#FFFFFF;
}

#MIDDLE {
	border-top-width:		0;
	border-left-width:		20px;
	border-right-width:	20px;
	border-bottom-width:	20px;
	border-style:		solid;
	background-image:		url(BackgroundAreaX.gif);
	background-position:	center center;
	background-repeat:		repeat-y;
	
	min-height:554px;
}
#MIDDLEBORDERBOTTOM {
	border-top:		1px solid #3DA2C6;
	width:			830px;
	height:			1px;
	margin-left:		20px;
	position:			relative;
	top:			-20px;
}
#RIGHT {
	border-top-width:		0;
	border-left-width:		0px;
	border-right-width:	20px;
	border-bottom-width:	20px;
	border-style:		solid;
	background-image:		url(BackgroundAreaX.gif);
	background-position:	center center;
	background-repeat:		repeat-y;

}