/* ## GLOBAL definitions */
* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #0061bc;
	text-align: left;
	font: 9pt 'Arial', sans-serif;
	color: #fff;
}

#main {
	width: 670px; /* erperimental, guessed */
	margin-top: 13px;
}

/* left-margined items within (most of em; footer has it's own margins) */
#main #logo,#main #content,#main #inispacer,#main #initiatives {
	margin-left: 18px;
}

/* flash */
#main #flash {
	width: 670px;
	height: 380px;
}

/* content */
#main #content {
	padding-right: 50px;
}

#main #content ul {
	list-style-type: square;
	margin: 0px 0px 10px 20px;
}

/* content classes */
#main #content img.title {
	margin: 15px 0 50px 0;
}

#main #content img.clearbottom {
	margin-bottom: 0;
}

/* initiatives */
#main #inispacer {
	height: 70px;
	position: relative;
}

#main #inispacer #iniline {
	width: 262px;
	border-bottom: 1px solid #498ACA;
	position: absolute;
	bottom: 28px;
	left: 7px;
	font-size: 1px; /* IE7 is really stupid.. */
}

#main #initiatives {
	border-bottom: 1px solid #0061bc;
	/* IE7 is stupid and needs it to see this div */
}

#main #initiatives div.singleshot {
	margin-top: 22px;
}

#main #initiatives div.singleshot div.image,#main #initiatives div.singleshot div.text
	{
	float: left;
}

#main #initiatives div.singleshot div.image {
	margin-right: 20px;
	width: 76px;
}

#main #initiatives div.singleshot div.text {
	width: 400px;
	padding-top: 6px;
	float: left;
}

#main #initiatives div.singleshot div.text p {
	padding: 0px; 
	margin: 0px;
	padding: 0px; 
	margin: 0px;
	line-height: 1.30em;
}

#main #initiatives div.singleshot div.text a {
	text-decoration: none;
}
#main #initiatives div.singleshot div.text a:hover {
	color: #CEE8FF;
}

#main #initiatives div.singleshot div.clear {
	font-size: 1px;
	clear: both;
}


/* s */
#main #artspacer {
	height: 70px;
	position: relative;
}

#main #artspacer #artline {
	width: 262px;
	border-bottom: 1px solid #498ACA;
	position: absolute;
	bottom: 28px;
	left: 7px;
	font-size: 1px; /* IE7 is really stupid.. */
}

#main #articles {
	border-bottom: 1px solid #0061bc;
	margin: 0px 0px 50px 0px;
	/* IE7 is stupid and needs it to see this div */
}

#main #articles div.singleshot {
	margin-top: 22px;
}

#main #articles div.singleshot div.image,#main #initiatives div.singleshot div.text
	{
	float: left;
}

#main #articles div.singleshot div.image {
	margin-right: 20px;
	width: 76px;
}

#main #articles div.singleshot div.text {
	width: 400px;
	padding-top: 1px;
	float: left;
}

#main #articles div.singleshot div.clear {
	font-size: 1px;
	clear: both;
}

#main ol {
	margin: 0px 0px 10px 25px;
	
}

/* footer */
#footer {
	margin: 85px 0 20px 18px;
	background: no-repeat
		url('/gfx/layout/wielka_nieuzasadniona_kreska_bedaca_przerostem_formy_nad_trescia_YO.gif')
		;
	background-position: 1px 4px;
}

/* ## TYPOGRAPHY */
h1 {
	font: normal 14px 'Arial', sans-serif;
}

#main #content p {
	line-height: 1.6em;
	margin-bottom: 1.3em;
}

#footer p {
	font-size: 7.5pt;
	line-height: 1.7em;
	padding-left: 12px;
}

#footer p span {
	color: #6DB1DF;
	margin-left: 10px;
}

#footer p a,#footer p a:link,#fooer p a:visited {
	text-decoration: none;
	color: #6DB1DF;
	margin: 0 4px;
}

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

#footer p a.nomargin {
	margin-left: 0;
}

a:link,a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,a:active {
	text-decoration: none;
}

.ucs {text-transform: uppercase;}

h3 {font-weight: normal; padding: 0px 0px 20px 0px;}

div.phototext {float: left; /* width: 300px;*/ padding: 0px 10px 10px 0px; text-align: left;} 
div.gallery {margin: 5px 0px 15px 0px;}
	
div.gallery div.item {width: 80px; height: 44px; float: left; background: #CEE8FF; text-align: center; margin: 3px; padding: 4px;}
div.cl {clear: both;}

hr {height: 1px; color: #2F9CFF; border-top: 1px solid #2F9CFF;}

