body, h1, h2, h3, h4, h5, h6, blockquote, p, address, form, fieldset, ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

a, a:visited { text-decoration: none; }	
fieldset, img { border: none; }
li { list-style: none; }

body {
	background: #f2f2f2 url('../images/bg_body.jpg') top repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}

#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	padding-left: 55px;
}
	
	#header {
		width: 790px;
		height: 153px;
		background: url('../images/czapka.jpg') top right no-repeat;
	}
	
	#header h1 a {
		width: 304px;
		height: 137px;
		background: url('../images/logo.jpg') 23px 0px no-repeat;
		float: left;
		display: block;
		text-indent: -1000em;
		margin-top: 16px;
	}	
	
#content {
	width: 735px;
	background: #fff url('../images/content_top_right.jpg') top right no-repeat;
	float: left;
}
	
	#leftCol {
		width: 405px;
		background: url('../images/content_top_left.jpg') top left no-repeat;
		padding-left: 20px;
		padding-top: 95px;
		float: left;
	}
	
	#leftCol h2 {
		width: 180px;
		height: 32px;
		background: url('../images/tamid_logo.jpg') no-repeat;
		margin-bottom: 44px;
		text-indent: -1000em;
		display: block;
	}
	
	#leftCol h3 {
		width: 341px;
		height: 18px;
		background: url('../images/title_relacja.jpg') no-repeat;
		margin-bottom: 20px;
		text-indent: -1000em;
		display: block;
	}
	

	#leftCol p {
		margin-bottom: 1em;
	}
		
	#rightCol {
		width: 270px;
		padding-right: 20px;
		float: right;
		padding-top: 91px;
	}
	
	#rightCol h3 {
		background: url('../images/expo_termin.jpg') 24px 0px no-repeat;
		width: 100%;
		height: 81px;
		text-indent: -1000em;
	}
	
#gallery {
	width: 735px;
	float: left;
	text-align: center;
	padding-top: 25px;
}
	
#galleryContent {
	width: 680px;
	margin: 0 auto;
}
	
	#galleryContent ul li{
		display: block;
		float: left;
		width: 128px;
		border: 1px solid #d5d5d5;
		background-color: #f3f3f3;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: center;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	#footer {
		width: 715px;
		height: 40px;
		display: block;
		clear: both;
		background: url('../images/footer.gif') bottom center no-repeat;
		font-size: 10px;
		color: #717171;
		padding-left: 20px;
		padding-top: 20px;
	}
	
#contentRight {
 	width: 54px;
	height: 51px;
	background: url('../images/content_right.jpg') top left no-repeat;
	float: left;
}