	
	/*__________ Contact & Office Pages Structure __________ */
			
	.aboutParent
		{
			position:			absolute;
			top:				50px;
			left:				48px;
			width:				730px;
			height:				390px;
			font-size:			10pt;
			font-weight:		normal;
			color:				#000000;
			overflow:			auto;
			border:			thin none #0000ff;
		}
			
		.aboutHeader
			{
				position:			relative;
				top:				0px;
				left:				0px;
				width:				500px;
				height:				auto;
				font-size:			12pt;
				font-weight:		bold;
				color:				#000000;
				text-decoration:	underline;
				padding-top:		15px;
				padding-bottom:		5px;
				border:			thin none #0000ff;
			}
			
		.aboutData
			{
				position:			relative;
				top:				0px;
				left:				0px;
				width:				700px;
				height:				auto;
				font-size:			10pt;
				font-weight:		normal;
				color:				#000000;				
				text-align:			justify;
				border:			thin none #ff0000;
			}
			
		.aboutList
			{
				position:			relative;
				top:				0px;
				left:				0px;
				width:				500px;
				height:				auto;
				font-size:			10pt;
				font-weight:		bold;
				color:				#000000;
				text-decoration:	none;
				text-align:			left;
				border:			thin none #ff0000;
			}
			
		li
			{
				margin-top: 10px;
			}
