* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #445366;
	line-height: 20px;
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: #3F464C;
}

a {
	color: #3F464C;
}
img {
	border: 0;
	vertical-align: middle;
}

h2 {
	font-size: 15px;
	padding: 15px 15px 15px 15px;
}

h3 {
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

ul {
	margin: 10px 0 10px 35px;
}
.logo {
	margin-bottom: 1px;
}
#frame {
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-y;
	width: 836px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background-color: #1e2832;
	height: 17px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #094694;
	padding: 3px 10px 0 10px
}

#top a {
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#header {
	height: 140px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header.gif);
	border-bottom: 3px solid #094694;
}

#menu {
	height: 23px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #094694;
	background-color: #1e2832;
}

#content {
	background-color: #f5f5f5;
	padding: 10px 20px 10px 20px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#galeria {
	width: 270px;
	float: right;
}

#text {
	width: 450px;
	float: left;
}

#galeria p {
	margin: 10px 0 10px 0;
}

#text p {
	margin: 10px 0 20px 0;
}

#footer {
	clear: both;
	background-color: #1e2832;
	width: 770px;
	height: 30px;
	padding: 15px 10px 0 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #094694;
	color: #f5f5f5;
}
#footer a {
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
#bottom {
	background-image: url(../images/bg-bottom-shadow.gif);
	background-repeat: repeat-x;
	width: 836px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
}

#menu a {
	display:block;
	height:20px;
	color:white;
	padding: 0;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	float: left;
	padding: 3px 25px 0 25px;
	font-size: 12px;
}

#menu a:hover {
	display:block;
	height:20px;
	background-color:#094694;
	color:#ffffff;
	padding:0;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	padding: 3px 25px 0 25px;
	font-size: 12px;
}

p.adres {
	width: 200px;
	margin: 10px 0 10px 35px;
	float: left;
}

p.tel {
	margin: 10px 0 10px 35px;
	float: left;
}
img.wywiadzdjecie{
	float: left;
	padding: 10px;

}

p.wywiadtytul{
	padding-top: 10px;
}
p.wywiadtytul h3{
	float: left;
	font-size: 14px;
	font-weight: bold;

}
p.wywiadpytanie{
font-weight: bold;
font-size: 120%;
color: #999999;
}
p.wywiadodpowiedz{
text-indent: 5%;
}
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}