body {
	margin: 20px 0;
	padding: 0;
	background: #DEEEFE;
	color: #FFFFFF;
}

#other {
	margin: -20px 0 -20px 0;
	width: auto;
	padding: 20px;
	background: #1A3A85;
	color: #FFFFFF;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12px;
}


a:link {color: #FFF700; text-decoration: none}
a:visited{color: #FFF700; text-decoration: none}

h1, h5, h6 {
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
h2 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 23px;
	padding-left: 10px;
	margin-top: 1em;
}
h3 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	/*font-size: 1.25em;*/
		font-size: 16px;
	/*padding-left: 10px;*/
	margin-top: 1.25em;
}
h4 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 4px;
	margin-top: 15px;
	margin-bottom: 0px;
}



a:hover {
	text-decoration: none;
	color: #FF4400;
}



/* Content */

#content {
	width: 800px;
		
	height: 1130px; /*wysokość strony*/
	
	margin: 0 auto;
	background: url(images/background-2.gif) repeat-y;
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #FFFFFF;
}
