
			/* These CSS rules are common to the layout of all web pages in this website */

	body
		{
			position:			relative;
			top:					0px;
			left:					0px;
			z-index:				1;
			font-size:			12pt;
			color:				#000000;
			font-family:			'times new roman';
			border:				thin none #000077;
		}
		
						
		/* _____________________ Parent Box ______________________ */

	.parentBox
		{
			position:			relative;
			top:					10px;
			margin-left:			auto;
			margin-right:		auto;
			width:				980px;
			z-index:			1;
			height:				555px;
			background-color:	transparent;	
			border:				thin none #0000ff;
		}
		
						
		/* __________________ Parent Box Layout ___________________ */ 
		
		.leftBox
			{
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				300px;
				height:				560px;
				background-color:	transparent;
				border:			thin none #00ff00;
			}
		
				.logoBox
					{
						position:			absolute;
						top:				20px;
						left:				15px;
						width:				270px;
						height:				110px;
						background-color:	transparent;
						text-align:			center;
						border:			thin none #0000ff;
					}
		
				.showBox
					{
						position:			absolute;
						top:				160px;
						left:				15px;
						width:				300px;
						height:				240px;
						background-color:	transparent;
						border:			thin none #ff0000;
					}
		
				.outletBox
					{
						position:			absolute;
						top:				400px;
						left:				5px;
						width:				300px;
						height:				150px;
						background-color:	transparent;
						border:			thin none #0000ff;
					}
		
						
		/* _________ Content and Background Image Area Layout ___________  */
		
		.backgroundBox
			{
				position:			absolute;
				top:				0px;
				left:				300px;
				width:				680px;
				z-index:			1;
				height:				550px;
				background-color:	transparent;
				background-position:0px 50px;
				background-image:	url(../images/homePage/background.jpg);
				border:			thin none #ff0000;
			}
		
				.titleBox
					{
						position:			absolute;
						top:				0px;
						left:				0px;
						width:				680px;
						height:				66px;
						text-align:			center;
						background-color:	#ffffff;
						border:			thin none #00ff00;
					}
		
				.linkBox
					{
						position:			absolute;
						top:				66px;
						left:				0px;
						width:				680px;
						height:				25px;
						text-align:			center;
						background-color:	#ffffff;
						border:			thin none #000055;
					}
		
				.contentBox
					{
						position:			absolute;
						top:				90px;
						left:				0px;
						width:				680px;
						height:				460px;
						background-color:	transparent;
						border:			thin none #000055;
					}
		
						
		/* _____________________ Address Area Layout ______________________  */
			
				
		.addressBox
			{
				position:			absolute;
				top:				550px;
				left:				0px;
				z-index:			0;
				width:				980px;
				height:				45px;
				font-size:			10pt;
				color:				#000000;
				text-align:			center;
				background-color:	transparent;
				border:				thin none #ff0000;
			}	
				
				.addressLeft
					{
						position:			absolute;
						top:				0px;
						left:				0px;
						width:				180px;
						height:				35px;
						padding-top:		10px;
						background-color:	transparent;
						border:				thin none #00ff00;
					}
				
				.addressCenter
					{
						position:			absolute;
						top:				0px;
						left:				180px;
						width:				620px;
						height:				35px;
						text-align:			center;
						vertical-align:		top;
						padding-top:		10px;
						background-color:	transparent;
						border:				thin none #00ff00;
					}
				
				.addressRight
					{
						position:			absolute;
						top:				0px;
						left:				800px;
						width:				180px;
						height:				35px;
						padding-top:		10px;
						background-color:	transparent;
						border:				thin none #00ff00;
					}


