*{
	margin:0;
	padding:0;
}

body{
	background:#fafafa url('../img/body_back.gif') repeat-y top center;
	font-size:12px;
}

div#pagewrapper{
	margin:0 auto;
	padding:0;
	width:928px;
	position:relative; /*dla ie6*/
}

div.strip{
	font-size:1px;
	background:white url('../img/straps.gif') repeat-x top left;
	height:7px;
}

div#strip01{
	padding:15px 0 0 0;
	background-position:bottom left;
}

div#strip02{
	height:2px;
}

div#banner{
	height:80px;
	background:#6f6f6f url('../img/banner.jpg') no-repeat left top;
	position:relative; /*dla div "flags"*/
}

div#flags{
	padding: 4px 4px 0 0;
	width:185px; /*189px - 4px */
	height:16px; /*20px - 4px */
	background:transparent url('../img/flags_back.png') no-repeat left top;
	position:absolute;
	top:0;
	right:0;
	font-size:1px;
}

div#photos{
	height:128px;
	/*background:#afaa7a url('../img/photos.jpg') no-repeat left top;*/
	background:#fff url('../img/photos.jpg') no-repeat left top;
	position:relative; /*dla zdjec*/
}

div#orange_bar{
	font-size:1px;
	height:5px;
	background:#ff6a00 url('../img/orange_bar.gif') no-repeat left top;
}

div#menu{
	font-size:1px;
	height:29px;
	background:#686666 url('../img/menu_back.gif') repeat-x left center;
}

div#grey_space{
	height:29px;
	width:12px;
	float:left;
	background-color: #686666;
}

div#header{
	height:50px;
	margin:6px 0 50px;
	background:#818181 url('../img/header_back.png') no-repeat left top;
}

div#content_wrapper{
	text-align:justify;
	/* color:#838383; */
	color:#656565;
	font:bold 1em sans-serif;
	width:680px;
	margin: 0 auto;
}

div#content{
	padding-bottom:50px;
}

div#content p{
	margin-bottom:1em;
}

div#content p.separator{
	margin-bottom:2em;
}

div#content .emp{
	text-decoration: underline;
	color:#444;
}

div#footer{
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}

div#footer hr{
	color: #c7c7c7;
	background-color: #c7c7c7;
	height: 1px;
	border:none;
	margin-bottom:5px;
	width:100px;
}

div#header div.header_title{
	height:50px;
	background-position:left-center;
	background-repeat:no-repeat;
	margin-left:116px;
}

div#content img{
	border:2px solid #ded3c9;
	padding:1px;
}

div#content img.img_left{
	float:left;
	/*margin:10px 10px 10px 0;*/
	margin:4px 8px 4px 0;
}

div#content img.img_right{
	float:right;
	/*margin:10px 0 10px 10px;*/
	margin:4px 0 4px 8px;
}

div#content p{
	clear:both;
}

div#content h6, div#content span.h6{
	font-size:1em;
	margin-bottom:0.2em;
	display:block;
}

div#content h5, div#content span.h5{
	font-size:1.2em;
	margin-bottom:0.2em;
	display:block;
}

div#content h4, div#content span.h4{
	font-size:1.4em;
	margin-bottom:0.2em;
	display:block;
}

div#content h3, div#content span.h3{
	font-size:1.6em;
	margin-bottom:0.2em;
	display:block;
}

div#content h2, div#content span.h2{
	font-size:1.8em;
	margin-bottom:0.2em;
	display:block;
}

div#content h1, div#content span.h1{
	font-size:2em;
	margin-bottom:0.2em;
	display:block;
}

div#content .separate{
	display:block;
	margin-top:2em;
	margin-bottom:2em;
}

div#content .separate_top{
	display:block;
	margin-top:2em;
}

div#content .separate_bottom{
	display:block;
	margin-bottom:2em;
}


div#content ul{
	margin:2em 0;
	padding-left:30px;
}

div#content ul li{
	margin:1em 0;
}