* { margin: 0; padding: 0; outline: 0 }
html { background: #000020 url(bg.gif) repeat-x; }

body {
	font: 15px Arial;
	color: #FAFAFA;
	background: #000020 url(bg2.jpg) no-repeat center top;
	text-align: center;
}

/* linki */
a, a:visited {
	text-decoration: none;
	color: #ff33;	
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #438800;
}

/* naglowki */
h1, h2, h3 {
	font: Arial;
	}
h1 {
	font-size: 3.5em;	
	padding: 10px 10px 0px 10px;	
}
h2 {
	font-size: 2.5em;
	color: #895F30;
	padding: 5px 5px 0px 5px;	
}
h3 {
	text-align: center;
	font-size: 2em;	
	font-weight: normal;
	padding: 10px 10px 0px 10px;		
}
p, dl { padding: 10px 0px 10px 0px; margin: 0; }
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* obrazki i cytaty */
img {
	background: #000066;
	border: 1px solid #000066;
	padding: 1px;
	margin: 5px 5px 5px 5px
} 																		/* gora prawo dol lewo*/


/* calosc + NAGLOWEK*/ 
#wrap {
	width: 950px;	
	margin: auto;
	text-align: justify;		
}
#content-wrap {
	width: 950px;
	background: url(midline.gif) repeat-y 600px 0;	
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
}
#header {
	position: relative;
	width: 1000px;	
	height: 350px;	
}
#header h1#logo-text a {
	position: absolute;
	font: bold 70px 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	color: #FFFFFF;
	top: 125px; left: 50px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
	color: #00FF00;
	width: 500px;
	top: 205px; left: 50px;		
}

/*  menu */
#nav {
	position: absolute;	
	left: 100px;	top: 25px;			
}
#nav ul {
	float: right;
	height: 50px;
	margin: 0 0 0 5px;	
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 0 12px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	color: #ccff33;	
	text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #ffcc33;	
}

/* glowna */
#main {
	float: right;
	width: 670px;
}
#main h2 {
	margin: 10px 0px 0px 5px;
	font: bold 2em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #ffcc00;
	border-bottom: 1px solid #121212; 
	background-image: url(pattern.gif);	
}
#main ul li {
	font: 16px  Arial;
	list-style: none;
}

/* stopka */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	background: #000020;
	color: #cccccc;
	width: 100%;
	float: left;		
	border-bottom: 10px solid #000020;	
}
#footer a {	
	color: #99ff33;
	border: none;
}

/* klasy */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
