/* 	CSS Document 														*/
/* 	General Style for resources.html, contacts.html, calgary.html,		*/
/*					  stcatharines.html, bratislava.html, sofia.html 	*/
/*  				  and abudhabi.html.								*/
/*	The particular style for each of these files is in its own css file	*/
/*	Written by: Cristofer Atiencia (atiencia@hotmail.com)				*/
/*				July 2003 												*/
/* 	Items are categorize into TAGS, IDs and CLASSES and are oredered	*/
/*	alphabetically within these categories.								*/
/*																		*/
/************************************************************************/

/******************************* TAGSs **********************************/

a			{
			color: #DDDDDD;
			}
/***************************** END TAGSs ********************************/


/********************************* IDs **********************************/


#clientBox	{
			position: absolute;
			top: 0px; left: 230px;
			}

#contactsBox{
			position: absolute;
			top: 0; left: 0;
			}

#contentBox	{
			position: absolute;
			top: 69; left: 15;
			background: #000080;
			height: 320px;
			width: 505px;
			margin: 0; padding: 0;
			border: 1px solid #65697E;
			}

#interestBox{
			position: absolute;
			top: 0; left: 115;
			}
			
#interestBox, #contactsBox, #clientBox {
			background: #000080;
			height: 18px;
			width: 110px;
			margin: 0; padding: 0;
			color: white;
			font-size: 14;
			border: 1px solid #65697E;
			}

#logoPic	{
			position: absolute;
			top: 139px; left: 185px;
			}

#linksBox	{
			position: absolute;
			top: 50px;
			left: 15px;
			}

#outlineLogoPic{
			position: absolute;
			top: 70px; left: 170px;
			}

#title		{
			position: absolute;
			top: 10px; left: 15px;
			color: white;
			font-size: 27px;
			}

/******************************* END IDs *********************************/



/****************************** CLASSES **********************************/

.resLinks	{
			font-size: 14px;
			/*display: block;*/
			}
			
/**************************** END CLASSES ********************************/
