/* CSS RESET */
html{
	color:#000;
	background:url(background.jpg) no-repeat top center #333366;
	padding-top:50px;
	padding-bottom:50px;
}

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td{
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}
table{
	font-size:inherit;
	font-size:100%;
}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
}
a {
	text-decoration:none;
	color:#9b3535; 
}
a:hover {
	text-decoration: underline;
		color: #CC0000
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}


/* header */
#header {
	position:relative;height:111px;  
	background:url(images/hd.png) no-repeat top;  
}

#logo {
	position:absolute;
	top:30px;
	left:50px;
}
#logo h1 {
	font-size:34px;
	color: #333366;
}
#logo div {
	padding-left:70px
}
#nav {
	position:absolute;
	top:35px; 
	left:415px; 
	width:451px;
	height:30px; 
	line-height:30px; 
	padding:0 0 0 5px  
}
#nav li {
	float:left;  
	font-weight:700; 
	width:100px; 
	padding:0; 
}
#nav a {
	text-decoration:none; 
	display:block; 
	text-align:center; 
	color:#fff;
}
#nav a:hover {
	background: #000; 
	color:#fff
}
/* content */
#content {
	background:url(images/bg.png);
	margin:0 auto;
}
.img { 
	margin:0px 0  0 70px;
}
.main {
	width:450px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	line-height:200%;
	background:url(images/box.jpg); color:#000;
}

.main_poze {
	width:800px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background:url(images/box.jpg); color:#000;
	text-align:center;
}
.poza {
	text-align:center;
	margin: 0 auto;
	padding-bottom:30px;
}
.poza h3 {
	font-size:20px;
	margin-bottom:10px;
}
.poza img { 
	border: #000 3px solid;
}

.poza p {
	margin:0 auto;
	width:550px;
	background: #CCC ;
	padding: 0 10px;
	text-align:left;
}
.keyword {
	background: #C4C4C4;
	text-align:right;
	float:right;
	color: #666;
}
#text {
	margin:0px 0  0 65px;
}
#text p {
	margin:0 auto; 
	width:450px; 
}
#text h2 {
	font-size:20px;
	font-weight:600;
	padding:20px 0 20px 0;
}
#text img {
	margin:10px 0  0 0;
	border: 3px solid #333366;
}

.side { 
	width:320px;
	display: inline;
}
.side h2 {
	font-size:22px;
}
.side li {
	line-height:20px; 
	list-style:inside disc; 
	color:#9b3535; 
}
.side ul {
	margin:20px  0 30px 20px;
}
#top {
	margin-top:20px;
}
/* footer */
#footer {
	margin-top:30px;
	margin-bottom:0px;
}
#footer_ft { 
	background:url(images/ft.png) no-repeat bottom ;
	height:15px;
	position:relative;
}
#legal {
	clear: both;
	text-align: center;
	color: #003300;
}

#legal a {
	font-weight: normal;
	color: #003300;
}

