/* File name			: chartersPage.css
 * Author				: Fabian Kostadinov
 * Creation date		: 12.12.05
 * Purpose		 		: CSS styles for the page called "chartersPage"
 * Version				: 1.0
 * 
 * Modification date :
 * Version				: 
 * Author				: 
 * Reason				:
*/

#box1 { position: absolute; top: 0px; left: 0px; width: 620px; height: 520px; }
#box1 .tl { top: 0em; left: 0px; }
#box1 .tr { top: 0em; left: 620px; }
#box1 .br { top: 520px; left: 620px; }
#box1 .bl { top: 520px; left: 0px; }
#box1 .boxtext { text-align: justify; }

