* {
	padding: 10;
	margin: 25;
	border: 1px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: black;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
	width: 900px;
	color: #333;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	background: url(img/logo.jpg) no-repeat;
	height: 60px;
}
#navigation {
	width: 900px;
	color: #ff9000;
	margin: 0px 0px 0px 5px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000000 0 0 0;
	text-align: right;
	border-bottom: 1px solid #444;
	padding: 1px;
	
}
#content {
	width: 900px;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: auto;
}
.images {
	display: block;
	padding: 1px 1px 15px;
	margin: 5px 1px 5px 0;
	border-bottom: 1px solid #262626;
	border-left: none;
	border-top: none;
	border-right: none;
}

.gallery {
	display: inline-block;
	padding: 1px;
	border: 5px solid #262626;
	width: 150px;
	height: 150px;
	margin: 5px;
}
.opis {
	color: #FF9000;
	text-decoration: none;
	left: 837px;
	top: 242px;
	width: auto;
	font: normal 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.opis2 {
	color: #FF9000;
	text-decoration: none;
	left: 837px;
	top: 242px;
	width: auto;
	font: normal 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #900;
}

.links {
	color: #ff9000;
	text-decoration: none;
	width: auto;
	font: bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer {
	width: 900px;
	color: #ff9000;
	padding: 10px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-top: 1px solid #444;
	margin: 0px 0px 5px;
	text-align: right;
}

