#cellPage {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	background-image:	url('../images/bg_cellPage.jpg');
	background-repeat:	no-repeat;
	background-position:top right;	
}

#cellLayout {
	position:			relative;
	
	width:				990px;

	margin:				0px auto 0px auto;
	padding:			0px 0px 0px 0px;
}


#cellHeader {
	margin:				0px 425px 0px 0px;
	padding:			0px 50px 30px 25px;
	
	min-height:			440px;
	height:				auto !important;
	height:				440px;	
	
	background-image:	url('../images/bg_cellHeader.png');
	background-repeat:	no-repeat;
	background-position:bottom left;	
}

#cellNavigation {
	position:			absolute;
	top:				0px;
	left:				800px;
	
	width:				155px;

	margin:				0px 0px 0px 0px;
	padding:			40px 25px 45px 0px;

	background-image:	url('../images/bg_cellNavigation.png');
	background-repeat:	no-repeat;
	background-position:bottom left;	
}	

#cellNavigation a {
	display:			block;
	
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	text-transform:		uppercase;
	text-align:			center;
}

#cellNavigation a:hover {
	text-decoration:	none;
}

#cellNavigation ul,
#cellNavigation li {
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	
	list-style:			none;	
}

#cellContent {
	margin:				0px 425px 0px 0px;
	padding:			20px 55px 24px 30px;

	background-image:	url('../images/bg_cellContent.png');
	background-repeat:	no-repeat;
	background-position:top left;	
}	

#cellFooter {
	position:			absolute;
	top:				620px;
	left:				580px;
	
	width:				350px;
	height:				100px;
	
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	background-image:	url('../images/logo_footer.png');
	background-repeat:	no-repeat;
	background-position:top left;	
}		

