		/* Contact & Office Pages Structure____________________ */		
			table.top
				{
						position:			absolute;
						top:					50px;
						left:					100px;
						width:				600px;
				height:				380px;			border:				thin none #ff0000;
			}
						table
					{
						position:			absolute;
							top:					0px;
							left:					100px;
							width:				400px;
							height:				380px;
							font-size:			12pt;
							font-weight:			bold;
							color:				#000000;
							border:				thin none #00ff00;
					}
		
				td
					{	
							text-align:			center;
							border:				thin none #000000;
					}
		
				td.one
					{	
							width:				300px;
					border:				thin none #000000;
				}
		
				td.two
					{	
							width:				150px;
					border:				thin none #000000;
				}
