/* 	CSS Document 														*/
/* 	Particular Style for index.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 **********************************/



#hisText	{
			visibility: hidden;
			position: absolute;
			top: 130px;
			left: 22px;
			width: 375px;
			height: 260px;
			color: #CCCCCC;
			font-size: 11px;
			text-align: justify;
			}

#linksBox	{
			position: absolute;
			top: 60;
			left: 418;
			font-size: 16;
			}	

#logoPic	{
			position: absolute;
			top: 15px;
			left: 11px;	
			}
			
#pic01		{
			position: absolute;
			top: 320px;
			left: 415px;
			}

#pic02		{
			position: absolute;
			top: 216px;
			left: 415px;
			}

#pic03		{
			position: absolute;
			top: 125px;
			left: 415px;
			}

#staffText	{
			visibility: hidden;
			position: absolute;
			top: 125px;
			left: 24px;
			width: 375px;
			height: 260px;
			color: #CCCCCC;
			font-size: 12px;
			text-align: justify;
			}		

#staffTextSub{
			position: absolute;
			top: 80px;
			left: 20px;
			}

#text		{
			position: absolute;
			top: 137px;
			left: 24px;
			width: 375px;
			height: 260px;
			color: #CCCCCC;
			font-size: 15px;
			text-align: justify;
			}

#title		{
			position: absolute;
			top: 37px;
			left: 217px;
			color: white;
			font-size: 30;
			}

/******************************* END IDs *********************************/



/****************************** CLASSES **********************************/
.prflLink	{
			display: block;
			color: white;
			margin-top: 5px;
			/*text-decoration: none;*/
			}
			

.white		{
			color: white;
			}			
			
/**************************** END CLASSES ********************************/
