@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Helvetica, Verdana, sans-serif;
	background-color: #111111;
	color: #EFEFEF;
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
	line-height: 15pt;
}

img {
	border: 0;
//	padding: 5px;
}

h1 {
	color: #e1c511;
	font-size: 16px;
	margin-bottom: 20px;
}

a {
	color: #D00204;;
	text-decoration: none;	
}
a:hover {
	color: #e1c511;
}

#main {
	width: 890px;
	border: 0;
	margin: auto;
	margin-top: 22px;
}

#content { 
	border: 1px solid #2A2A2A;
	background-image: url(images/fzpn-fundacja-bg.jpg);
//	height: 595px;
	padding: 20px;
	display: block;
}
#content img {
	padding: 5px;	
}
#content p {
	padding-bottom: 10px;	
}

#footer {
	background-image: url(images/bottomline.png);
	background-repeat:repeat-x;
	height: 61px;
}
#footer-content {
	margin: auto;
	width: 890px;
	padding-top: 28px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
}

#footer-content .credits {
	width: 500px;
	float: left;
	padding-left: 5px;
}

#footer-content .credits-menu {
	width: 365px;
	float: right;	
}

.text-content { 
	padding-bottom: 20px;	
}

.title {
	color: #e1c511;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;	
}

.subtitle {
	font-size: 15px;
	font-weight: bold;	
}

.menu {
	list-style-type: none;	
}
.menu-item {
	float: left;
	padding-right: 13px;
}

.menu-item a {
	color: #efefef;;
	text-decoration: none;	
}

.menu-item a:hover {
	color: #e1c511;;
	text-decoration: none;	
}