/* File name			: contacts.css
 * Author				: Fabian Kostadinov
 * Creation date		: 12.12.05
 * Purpose		 		: CSS styles for the page called "contacts"
 * Version				: 1.0
 * 
 * Modification date :
 * Version				: 
 * Author				: 
 * Reason				:
*/

#box1 { position: absolute; top: 0px; left: 0px; width: 300px; height: 100px; }
#box1 .tl { top: 0em; left: 0px; }
#box1 .tr { top: 0em; left: 300px; }
#box1 .br { top: 100px; left: 300px; }
#box1 .bl { top: 100px; left: 0px; }

#box2 { position: absolute; top: 0px; left: 315px; width: 300px; height: 100px; }
#box2 .tl { top: 0em; left: 0px; }
#box2 .tr { top: 0em; left: 300px; }
#box2 .br { top: 100px; left: 300px; }
#box2 .bl { top: 100px; left: 0px; }

#box3 { display:none }

#box4 { position: absolute; top: 110px; left: 0px; width: 616px; height: 400px; }
#box4 .tl { top: 0em; left: 0px; }
#box4 .tr { top: 0em; left: 616px; }
#box4 .br { top: 400px; left: 616px; }
#box4 .bl { top: 400px; left: 0px; }

#box5 { display: none}
