		/*__________ Contact & Office Pages Structure __________ */
			
	table
		{
			position:			absolute;
			top:				80px;
			left:				200px;
			width:				400px;
			height:				auto;
			font-size:			10pt;
			font-weight:		bold;
			color:				#000000;
			border:			thin none #ff0000;
		}
		
	td
		{	
			text-align:			left;
			border-bottom:	thin none #000000;
		}
		
	td.one
		{	
			width:				300px;
		}
