#fullWidthHeaderStyle {
	top: 0px;
	width:	100%;
	height:	102px;
	background:	white;
}

#fixedWidthHeaderStyle {
	background:	white;
	height:	102px;
	width:1000px;
	margin: 0px auto;
}

#ajhomeLogoDiv {
	position: relative;
	z-index: 2;
	margin-top: 4px;
	margin-left: 10px;
	float:	left;
}

#ajLoginDiv {
	position: 	relative;
	padding-top: 10px;
	float:		right;
	margin-right:	2%;
}

#fullWidthmemberHomeTabStyle {
	position: 	absolute;
	z-index: 	3;
	right: 		2%;
	top: 		79px;
}

#fixedWidthmemberHomeTabStyle {
	position: 	relative;
	z-index: 	3;
	float:right;
	margin-right:	2%;
}


