/* CSS Document */

* {
		margin: 0;
		padding: 0;
}

body {
		margin: 0px;
		padding: 0px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #144763;
}

div, p, ul, h2, img {
		margin: 0px;
		padding:0px;
}

ul {
		list-style-type: none;
		display: block;
}

a {
		text-decoration: none;
}

img {
		border: none;
		float: right;
}

/*----PANEL_01----*/

#panel_01 {
		height: 750px;
		width: 960px;
		margin: 0 auto;
		margin-top: 50px;
}

#panel_01 #gorny {
		height: 150px;
		width: 960px;
		background-color: #376279;
}

#panel_01 #naglowek {
		background-image: url(images/baner_01.png);
		background-repeat: no-repeat;
		height: 309px;
		width: 960px;
}

#panel_01 #menu {
		height: 200px;
		width: 960px;
		background-color: #376279;
}

#panel_01 #menu ul {
		float: right;
		height: 45px;
		width: 400px;
		padding-top: 15px;
}

#panel_01 #menu li {
		float: left;
		height: 40px;
		width: 115px;
}

#panel_01 #menu a {
		font-size: 12px;
		color: #FFFFFF;
		background-image: url(images/a.png);
		background-repeat: no-repeat;
		text-align: center;
		display: block;
		height: 28px;
		width: 115px;
		padding-top: 12px;
		background-position: top left;
}

#panel_01 #menu a:hover {
		color: #000000;
		background-image: url(images/ah.png);
		background-repeat: no-repeat;
		height: 28px;
		width: 115px;
		padding-top: 12px;
}

#panel_01 #menu .current {
		color: #BB9B54;
		background-image: url(images/ahc.png);
		background-repeat: no-repeat;
		background-position: top left;
}

#panel_01 #menu a:hover.current {
		color: #FFFFFF;
}

#panel_01 #menu #foto {
		float: left;
		height: auto;
		width: 200px;
}

#panel_01 #menu p {
		font-size: 11px;
		color: #042C5F;
		padding-left: 50px;
		padding-top: 180px;
		float: left;
}
