/* CSS Document */


#container {
	position	: absolute;
	top			: 120px;
	left		: 0px;
	width		: 500px;
	height		: 320px;

	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 490px;
	left		: 0px;
	top			: 0px;
	
}

#scrollArea {
	position	: absolute;
	left		: 500px;
	top			: 120px;
	height		: 320px;
	width		: 15px;
	
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: 10px;
	width		: 15px;
	background	: url(images/arrow.gif) no-repeat;

	left: 0px;
}

#containerHome {
	position	: absolute;
	top			: 60px;
	left		: 0px;
	width		: 296px;
	height		: 343px;

	overflow	: hidden;
}

#contentHome {
	position	: relative;
	width		: 289px;
	left		: 0px;
	top			: 0px;
	text-align  :justify;
	font-size   :12pt;
	
}

#scrollAreaHome {
	position	: absolute;
	left		: 296px;
	top			: 60px;
	height		: 343px;
	width		: 15px;
	
	overflow	: hidden;
}

#scrollerHome {
	position	: absolute;
	top			: 10px;
	width		: 15px;
	background	: url(images/arrow.gif) no-repeat;

	left: 0px;
}
