#cellPage {
	width:				770px;

	margin:				10px auto 0px auto;
	padding:			0px 0px 0px 0px;
}

#cellHeader {
	height:				160px;
	
	margin:				0px 0px 10px 0px;
	padding:			10px 10px 10px 10px;
	
	background-image:	url('../images/bg_cellHeader.png');
	background-repeat:	no-repeat;
	background-repeat:	top left;
}

#cellNavigation {
	position:			absolute;
	top:				95px;

	width:				590px;

	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 180px;
}	

#cellNavigation a {
	display:			block;

	float:				left;

	margin:				0px 0px 0px 0px;
	padding:			0px 20px 10px 20px;
	
	color:				#FFFFFF;
	font-size:			18px;
	font-weight:		bold;
	text-transform:		lowercase;
}

#cellNavigation a:hover {
	text-decoration:	none;
}

#cellNavigation ul,
#cellNavigation li {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	list-style:			none;	
	display:			inline;
}

#cellContent {
	width:				400px;

	margin:				0px 0px 0px 0px;
	padding:			50px 170px 30px 200px;

	background-image:	url('../images/bg_cellContent.png');
	background-repeat:	no-repeat;
	background-position:top left;
}		

#pageWhatDone #cellContent {
	width:				550px;

	margin:				0px 0px 0px 0px;
	padding:			30px 20px 30px 200px;
}

#cellContent p {
	text-align:			justify;
}

#cellFooter {
	width:				400px;
	height:				180px;

	margin:				0px 0px 0px 0px;
	padding:			0px 170px 0px 200px;
	
	font-size:			11px;
	
	background-image:	url('../images/bg_cellFooter.png');
	background-repeat:	no-repeat;
	background-position:top left;
}		

.dataKey {
	width:				150px;
	float:				left;

	padding:			0px 10px 0px 0px;

	color:				#666666;
	text-align:			right;
	font-weight:		bold;	
}