/* 	CSS Document 														*/
/* 	Particular Style for calgary.html 									*/
/*	Written by: Cristofer Atiencia (atiencia@hotmail.com)				*/
/*				July 2003 												*/
/* 	Items are categorize into TAGS, IDs and CLASSES and are oredered	*/
/*	alphabetically within these categories.								*/
/*																		*/
/************************************************************************/


/********************************* IDs **********************************/

#pic01		{
			position: absolute;
			top: 0; left: 0;
			}

#pic02		{
			position: absolute;
			top: 115; left: 115;
			}

#pic03		{
			position: absolute;
			top: 0; left: 230;
			}

#pic04		{
			position: absolute;
			top: 115; left: 345;
			}

#picsBox	{
			position: absolute;
			top: 30px; left: 23px;
			}

#textBox	{
			position: absolute;
			top: 320px; left: 45px;
			width: 440;
			color: white;
			font-size: 14px;
			text-align: justify;
			}

#title1Box	{
			position: absolute;
			top: 210; left: 8;
			color: white;
			font-size: 23;
			}

#title2Box	{
			position: absolute;
			top: 233; left: 8;
			color: white;
			font-size: 28px;
			}
/******************************* END IDs *********************************/



/****************************** CLASSES **********************************/
			
			
/**************************** END CLASSES ********************************/
