/* PRIMARYCONTENTAREA */

	#primaryContentArea
	{
		float:				left;
		height:				100%;
		position:			relative;
		width:				1000px;
	}
	
		#primaryContentArea .contentBoxOne
		{
			background:			#d9d9e1;
			display:			block;
			float:				left;
			height:				100%;
			margin:				1px 0 0 0;
			padding:			0px;
			position:			relative;
			width:				300px;
		}	
		
		#primaryContentArea .contentBoxTwo
		{
			background:			#082f68;
			display:			block;
			float:				left;
			height:				100%;
			margin:				0 0 0 1px;
			padding:			20px 20px 0 0;
			position:			relative;
			width:				360px;
		}
		
		#primaryContentArea .contentBoxThree
		{
			display:			block;
			float:				left;
			height:				100%;
			margin:				0 0 0 1px;
			padding:			20px 0 0 0;
			position:			relative;
			width:				305px;
		}		