
* {
	margin:0; padding: 0; border: 0;
	font: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	/*font-size: 100%;*/
	font-size: 10pt;
}

/*GENERIC*/

body {
	text-align: center;
	background-color: white;
	background: url(tlo.png) fixed no-repeat top left;
	color: #27408B;
	/*font-size: 1em;*/
}

p {
	padding: 0.5em;
}

h1 {
	text-align: left;
	font-weight: bold;
	font-size: 1.6em;
	padding: 10px 0 20px 0;
	color: #7093DB;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	padding: 15px 0 5px 0;
	color: #7093DB;
}

h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	padding: 15px 0 5px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	font-size: 1em;
}

li {
	font-size: 1em;
}


/*PAGE LAYOUT*/

#wrapper {
	width: 850px;
	/*height: 430px;*/
	height: auto;
	margin: 30px auto 30px auto;
	overflow: hidden;
	text-align: left;
}

/*UPPER*/

#upper {
	text-align: right;
	margin: 0px 10px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 0.9em;
}

#upper a:link {
	color: #27408B;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}

#upper a:visited {
	color: #27408B;
	text-decoration: none;
	padding: 0;
	font-weight: bold;
}

#upper a:hover {
	color: #808080;
	text-decoration: underline;
	padding: 0;
}

/*HEADER*/

#header {
	width: 527px;
	height:130px;
	position: relative; left: 320px;
	background: url(header2.gif) no-repeat top center;

}

/*NAVIGATION*/

#nav {
	float: left;
	width: 150px;
	height: 200px;
	margin: 10px 0 10px 0;
	list-style-type: none;
	text-align: center;
	padding: 20px 0 30px 0;
	/*-moz-opacity:0.7;*/
	filter:alpha(opacity=80);
	opacity:.80;
}

ul {
	list-style-type: none; 
	margin: 0 0 0 0;
}

#nav li {
	text-align: center;
	list-style-type: none;
	/*display: inline;*/
	font-weight: bold;
	padding: 0 3px 3px 3px;
	border: 2px;
}

#nav li a {
	display: block;
	padding: 5px 10px;
	color: white;
	background-color: #7093DB;
	border: 1px solid #55451c;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#nav li a:hover {
	display: block;
	padding: 5px 10px;
	color: white;
	background-color: black;
	border: 1px solid #55451c;
	font-weight: bold;
	text-decoration: none;
}


/*CONTENT*/

#content {
	float: right;
	min-height: 180px;
	width: 630px;
	margin: 30px 10px 10px 10px;
	padding: 20px;
	background: #CAE1FF;
	text-align: left;
	border: 1px solid #7093DB;
	/*-moz-opacity:0.8;*/
	filter:alpha(opacity=80);
	opacity:.80;
}

#content li {
	list-style-type: square; 
	margin: 0 0 0 20px;
}

#content a:link {
	color: #27408B;
}

#content a:visited {
	color: #27408B;
}

#content a:hover {
	color: #808080;
}

#content small {
	font-size: 0.9em;
}

/*FOOTER*/

#footer {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align: right;
	font-size: 0.9em;
	
}

#footer a:link {
	color: #27408B;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #27408B;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #808080;
	text-decoration: underline;
}

.clearer {
	clear: both;
}

.stupid_ie {
/*doesn't do anything*/
}

.lewa {
	float: left;
	font-size: 1em;
}

.prawa {
	float: left;
	margin: 0 0 0 60px;
	font-size: 1em;
}

#visitcard {
	font-size: 1em;
}

#visitcard h1 {
	text-align: left;
}

#visitcard ul {
	position: relative; left: 20px;
	margin: 0 40px 0 0;
}

#visitcard li {
	font-size: 1em;
}

#photo {
	float: right;
	border: 1px solid black;
	padding: 3px;
	background: white;
}

#bio {
	font-size: 1em;
}

#bio li,a,strong,em {
	font-size: 1em;
}

abbr {
	cursor: help;
}

a.out {
	background: transparent url("link.gif") 100% 50% no-repeat; 
	padding-right: 10px; 
	text-decoration: underline; 
	}
	
.news {
	border: 2px dashed #7093DB;
	margin: 7px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
}

.date {
	text-align: right;
	font-weight: bold;
}

#photo2 {
	border: 1px solid black;
	padding: 3px;
	background: white;
}

#poczta {
	float: right;
	background-image: url(poczta.gif); 
	background-position: center center;
	height: 100px;
	width: 100px;
}

#contact {
	float: left;
}

#news {
margin: 0;
padding: 0;
text-align: center;
position: relative; top: 4px;
font-size: 14px;
font-weight: bold;
}

#news a {
color: #27408B;
text-decoration: underline;
}