/* Start of CMSMS style sheet 'ps2_content' */
#contentContainer { /*the inner container, resides next to menu container, stores CONTENT (leftColumn, rightColumn) */
	width: 629px;
	float:left;
	padding: 0px 22px 0px 9px;
	border: 0px solid yellow;

}

#leftColumn{ /* This will be sometimes overwritten by a page specific stylesheet */
	position: relative;
	float: left;
	padding: 0px 11px 0px 0px; /*spacing for right line */
	width: 440px;
	background: right url("i/BG_verticalDots.gif") repeat-y;
        border: 0px solid pink;
}

#nozyczkiPion{
	position: absolute;
	bottom: 0px;
	right: -6px;
}

#rightColumn{ /* This will be sometimes overwritten by a page specific stylesheet */
	padding: 0px 0px 0px 9px;
	width: 169px;
	float: left;
        border: 0px solid green; 
}

#bottomColumn{ /*This should be visible only on specific pages: Metamorfozy */
	clear: both;
	width: 629px;
	border: 0px solid black;
	display: none;
        overflow: auto;
}

#footer{

}

/* DEFAULT TYPOGRAPHY */
	
html, body, p, h1, h2, h3 {
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color: white;
	line-height: 130%;
}

a, a:active {
	text-decoration: none;
	color: #FFEC00;
        
}

a:hover{
	color: white;
}

p {
	text-align: justify;	
        text-indent: 0.5em;
	margin: 8px 0px 0px;
}

p.spacious{
	text-align: justify;	
        text-indent: 0.5em;
	margin: 0px 0px 0.8em;
}

h1{
	font-weight:bold;
	font-size:1.25em;

}

h1.spacious{
	font-weight:bold;
	font-size:1.25em;
        margin: 0.5em 0;
}

h2{
	font-weight:bold;
	font-size:1.25em;
        margin-top: 0.5em;
}

h3{	font-weight:bold;
	font-size:1.25em;
        margin-bottom: 0.5em;
}



p.footerTags{
text-align: left;
width: 460px;
font-size:0.8em;
float: left;	
text-indent: 0;
margin: 0;
color: #ccc;
display: inline;
padding-left: 5px;
line-height: 115%;
}

p.footerCopyright{
width: 300px;
text-align: right;
float: right;	
text-indent: 0;
margin: 0;
color: #666;
display: inline;
font-size:0.9em;
line-height: 120%;
}
.white		{color:#FFFFFF;}
.grey			{color:#9C9D9F;}
a.grey              {color:#9C9D9F;} /* no idea why this is needed, but menu does not take it without .a*/
.yellow		{color:#FFEC00;} 
.gold			{color:#FCC300;}
.blue			{color:#64C2CC;}
.pink			{color:#E2007A;}
.light_yellow	{color:#FFF759;}
.light_gold		{color:#FCDF7E;}
.light_blue		{color:#7EC4CC;}
.light_pink		{color:#E371AE;}

a.to_yellow:hover		{color:#FFEC00;}
a.to_gold:hover			{color:#FCC300;}
a.to_blue:hover			{color:#64C2CC;}
a.to_pink:hover			{color:#E2007A;}
a.to_white:hover		{color:#FFFFFF;}
a.to_grey:hover			{color:#FFEC00;}
a.to_light_yellow:hover	{color:#FFF759;}
a.to_ight_gold:hover	{color:#FCDF7E;}
a.to_ight_blue:hover	{color:#7EC4CC;}
a.to_light_pink:hover	{color:#E371AE;}	

/* End of 'ps2_content' */

