/*
Copyright
www.ZlotePlyty.pl
*/

@import url(../../!!!green!!!.css);
@import url(../../../!!!green!!!.css);
@import url(../../../../!!!green!!!.css);


body {
	text-align: center;
	margin: 0px auto;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 90%
}

a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #A9A9A9;
}



#header {
	width: 782px;
	height: 64px;
	background: #FFFFFF url('grafiki/zlote-plyty.png') repeat-y center top;
	color: #A9A9A9;
	margin: 0px auto;
}

#header h1 {
	margin: 0px;
	color: #A9A9A9;
	font-size: 105%;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	}

#header h3 {
	margin: 0px;
	padding: 7px 0px 0px 82px;
	color: #A9A9A9;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
}

	

#container {
	width: 782px;
	height: 665px;
	background: #FFFFFF url('grafiki/main-theme.png');
	margin: 0px auto;
}

#containertext {
	float: none;
	text-align: justify;
	overflow: auto;
	width: 404px;
	height: 590px;
/* oddalenie suwaka wewnetrznego */
	padding: 181px;
	padding-left: 7px;
	padding-top: 15px;
	padding-bottom: 13px;
}

#containertext p {
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	line-height: 125%;
	word-spacing: -2px;
	margin-top: 5px;
}

#containertext h2 {
	margin: -4px 0px;
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bolder;
	text-align: center;
	line-height: 100%;
	font-family: "Courier New", Courier, monospace;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 39px 0px 0px 0px;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}



#sidebar a:hover {
	text-decoration: blink;
	font-weight: bold;
}




/* Footer */


#footer
{
	margin: 0px auto;
	width: 782px;
	height: 79px;
	background: #FFFFFF url('grafiki/end-theme.png') repeat-y center top;
}

#footer p {
	margin: 0px;
	padding-top: 4px;	
	text-align: center;
	font-weight: bold;	
	color: #000000;
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}

#footer a{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
}
	
#footer a:hover {
	text-decoration: overline;
	font-weight: bold;
}

