html body {
	position: relative;
	width: 100%;
	height:100%;
	margin: 0;
	font: normal normal small Arial,Helvetica,sans-serif;
	background: url('img/gradient.png');
	background-repeat:repeat-x;
font-size:12px;
color:#2e4f83

}

img {
	border: 0;
}

p {
	text-align: justify;
}

h1, h2 {
	margin-top: 15px;
	text-align: center;
}

h1 {
	font: normal bold medium Arial,Helvetica,sans-serif;
	font-size:15px;
}

h2 {
	font: normal bold small Arial,Helvetica,sans-serif;
font-size:14px;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 650px;
/*	height: 600px; */
	z-index: 1;
}

#top {
	width: 100%;
	height: 172px;
	
}

#bottom {
	width: 100%;
	background-repeat:no-repeat;
	height:20px;
}

#center {

	width: 100%;
	min-height: 408px;
	height: auto;
}

#lewo {
	width: 150px;
	float: left;
	margin-left: 30px;
}

#content {
	width: 420px;
	float: right;
	margin-right: 35px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 5px;
	width: 160px;
	height: 160px;
	z-index: 9;
}

#spacer {
	width: 3px;
	height: 150px;
	background: url('img/menu.png') no-repeat right center transparent;
	float: left;
}

#menu {
	width: 130px;
	height: 150px;
	float: left;
}

#menu li {
	list-style-type: none;
	font: normal normal large Arial,Helvetica,sans-serif;
	font-size:14px;
}

#menu li.current {
	font-weight: bold;
}

#menu a, a {
	color: #2d4e83;
	text-decoration: none;
}

#menu a:link, a:link, #menu a:visited { font-weight: normal; }

#menu a:hover, a:hover, #menu a:active { font-weight: bold; }