/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   				     
	Empathy Interactive [ www.empathy.pl ]               
	Kodowanie: Tomasz Pilat      

	Sections:
	GLOBAL STYLES
	GLOBAL CLASSES
	
	footer                              

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~
    GLOBAL STYLES
~~~~~~~~~~~~~~~~~~~~~~~*/
	html, body, h1, h2, h3, h4, h5, h6, div, span,
	blockquote, p, address, form, fieldset, img,
	ul, ol, dl, dt, dd, li, hr, table, td, th,
	strong, em, sup, sub, dfn, ins, del, q, cite,
	var, samp, code, kbd, tt {
		margin: 0;
		padding: 0;
		border: 0;
	}
	p { margin-bottom: 1.5em; text-align:justify; }
	body {
		color: #666666;
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 12px;
		background: url(/_p/gfx/bga.gif) center 0 no-repeat;
	}
	a { text-decoration: none; color: #339933; }
	a:hover { text-decoration: underline; }
	
/*~~~~~~~~~~~~~~~~~~~~~
    =#wrapper
~~~~~~~~~~~~~~~~~~~~~~~*/
	#wrapper { 
		width: 884px;
		margin: 0 auto;
		overflow: hidden;
		margin-top: -40px;
		padding-bottom: 40px; 
	}

	#right { 
		float: left;
		padding: 46px 0 50px 45px; 
		width: 398px; 
		line-height: 1.5em; 
		border-top: 1px solid #e6e6e6;
		margin-top: 65px;
		
	}
	#right p { padding: 0 20px; }
	#right h1 span { display: none; }
	#right h1 {
		width: 720px;
		height: 40px;
		background: url(/_p/gfx/header.gif);
		margin-bottom: 20px;
	}
	
	#left { 
		float: left;
		width: 440px; 
		border-right: 1px solid #e6e6e6; 
		padding-top: 65px; 
	}
	#logo {
		width: 440px;
		height: 457px;
		background: url(/_p/gfx/logo.gif) right 0 no-repeat;
	}
/*~~~~~~~~~~~~~~~~~~~~~
    =#address	
~~~~~~~~~~~~~~~~~~~~~~~*/
	#address { 
		line-height: 1.6em; 
		font-size: 11px; 
		color: #999999; 
		border-top: 1px solid #e6e6e6; 
		width: 100%; 
		overflow: hidden;
	}
	#address p { margin-bottom: 0; }
	#address .left { margin-top: 30px; padding: 0px 10px; border-right: 1px solid #e5e5e5; }
	#address .right { margin-top: 30px; padding: 0px 30px; padding-top: 15px; }

/*~~~~~~~~~~~~~~~~~~~~~
    =GLOBAL CLASSES	
~~~~~~~~~~~~~~~~~~~~~~~*/
	.left { float: left; }
	.right{ float: right; }

	.aright { text-align: right; }
	.acenter { text-align: center; }
	
	
