		* {font-family: Arial}
		
		body {
			background: #292929 url(http://zielona-sciana.pl/design/site/images/background_gradient.jpg) repeat-x;
			font-size: 0.9em;
		}
		
		#top {
			position: relative; 
			width: 900px; 
			height: 100px; 
			left: 50%; 
			margin-left: -450px;
		}
		
		#logo {
			position: relative; 
			top: 35px; 
			width: 300px; 
			height: 50px; 
			background: url(http://zielona-sciana.pl/design/site/images/logo.png);
		}
		
		#frame {
			position: relative; 
			width: 900px; 
			left: 50%; 
			margin-left: -450px; 
			background-color: #fdfdfd; 
			padding: 0px; 
			border: 1px solid #333;
		}
		
		#frame .content {
			position: relative; 
			width: 100%; 
			
		}
		
		#frame .content .left {
			width: 200px; 
			float: left; 
			padding: 10px;
		}
		
		#frame .content .right {
			width: 630px;
			float: left;
			padding: 10px;
		}
		
		#frame .themefix {
			position: relative; 
			width: 100%; 
			height: 240px; 
		}
		
		#frame .theme {
			position: absolute; 
			width: 880px;
			height: 360px; 
			top: -20px;
			left: 5px;
			abackground: url(http://zielona-sciana.pl/design/site/images/theme5.jpg) no-repeat;
		}
		
		#frame .themebottom {
			position: absolute;
			bottom: -11px;
			left: -1px;
			width: 213px;
			height: 357px;
			background: url(http://zielona-sciana.pl/design/site/images/themebottom.png);
		}
		
		#frame .background {
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 900px;
			height: 400px;
			background: url(http://zielona-sciana.pl/design/site/images/frame_gradient.jpg);
		}
		
		#frame .bordertop {
			position: absolute;
			top: -61px;
			left: -50px;
			width: 1000px;
			height: 61px;
			background: url(http://zielona-sciana.pl/design/site/images/bordertop.png);
		}
		
		#frame .borderbottom {
			position: absolute;
			bottom: -61px;
			left: -50px;
			width: 1000px;
			height: 61px;
			background: url(http://zielona-sciana.pl/design/site/images/borderbottom.png);
		}
		
		#frame .borderleft {
			position: absolute;
			top: 0px;
			left: -51px;
			width: 61px;
			height: 100%;
			background: url(http://zielona-sciana.pl/design/site/images/borderleft.png);
		}
		
		#frame .borderright {
			position: absolute;
			top: 0px;
			left: 890px;
			width: 61px;
			height: 100%;
			background: url(http://zielona-sciana.pl/design/site/images/borderright.png);
		}
		
		
		
		#foot {
			position: relative; 
			top: 20px;
			width: 880px; 
			left: 50%; 
			margin-left: -440px; 
			color: #b2cb00; 
			font-size: 10px;
		}
		
		#foot .bottommenu {
			position: relative;
			float: left;
			width: 60%;
		}
		
		#foot .credits {
			position: relative;
			float: left;
			width: 40%;
			text-align: right; 
			font-family: Arial;
			color: #999;
		}
		
		#foot .credits a {
			color: #999;
		}
		
		#foot .credits a:hover {
			color: #b2cb00; 
		}
		
		.clear {
			position: relative; 
			height: 0px; 
			clear: both;
		}
		
		
		
		h1, h2, h3 {
			font-size: 160%;
			color: #5d904e;
		}
			
		h2 {
			font-size: 150%;
		}
		
		h3 {
			font-size: 120%;
			display: inline;
			font-weight: bold;
			margin: 0px;
			margin-right: 10px;
			text-transform: uppercase;
		}
			
		strong {
			color: #5d904e;
		}
		
		div, p, td, li {
			line-height: 160%;
			font-family: Georgia;
		}
		
		a {
			text-decoration: none;
		}
		
		a:hover {}
		
		img {border: none;}
		
		ul.leftmenu {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			
		}
		
		ul.leftmenu li {
			font-family: Arial;
			padding: 5 5 0 5;
			border-bottom: 1px solid #ccc;
			font-size: 120%;
		}
		
		ul.leftmenu a {
			color: #666;
		}
		
		ul.leftmenu a:hover {
			color: #5d904e;
		}
		
		ul.bottommenu {
			padding: 0px;
			margin: 0px;
			list-style-type: disc;
		}
		
		ul.bottommenu li {
			display: inline;
			padding: 0 8px;
			border-left: 1px solid #666;
		}
		
		ul.bottommenu li.first {
			border: none;
		}

		
		ul.bottommenu a {
			color: #b2cb00; 
		}
		
		ul.bottommenu a:hover {
			color: #666;
		}
		
	    .sIFR-flash {
            vertical-align: bottom;
        }
