
#contentLeft {
	left: 60px;
}

#contentRight {
	left: 434px;
}

.contentImg {
	position: absolute;
	top: 227px;
	width: 330px;
	border: 0;
}

.textarea {	
	position: absolute;
	top: 227px;
	width: 320px;	
	clip: rect(0, 320px, 254px, 0);
	font-family: Verdana;
	font-size: 10px;
	color: #757575;
	line-height: 14px;	
}

.textarea table {
	font-family: Verdana;
	font-size: 10px;
	color: #757575;
	line-height: 14px;
}

.textarea .title{
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003333;
}

.textarea .subtitle{
	font-family: Verdana;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #003333;
}

.textarea .subsubtitle {
	font-family: Verdana;
	font-size: 10px;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #003333;
}

.textarea .text {
	margin-top: 5px;
}


/**********/
/* ARROWS */
/**********/
.arrow {
	position: absolute;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}

.arrow_Up {
	top: 227px;
}

.arrow_Down {
	top: 470px;
}

.arrow_Left {
	left: 380px;
}

.arrow_Right {
	left: 754px;
}