body, html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4434;
	margin: 0;
	padding: 0;
	background-color: #2c9f0c;
	background-image: url('images/bg_html.gif');
	background-repeat: repeat-x;
	background-position: top;
}

a {
	text-decoration: underline;
	color: #006600;
}

a:hover {
	text-decoration: none;
	color: #006600;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0f3604;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #2c9f0c;
	padding: 0px;
	margin: 10px 0px 10px 20px;
}

img {
	border: 0px;
}

/* MAIN STYLES */

div#root {
	width: 884px;
	margin: 25px auto 0px auto; 
}

div#root div#top{
	height: 183px;
	background-image: url('images/bg_top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

div#root div#menu{
	height: 45px;
	padding: 0px 0px 0px 235px;
	background-image: url('images/bg_menu_main.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

div#root div#menuSubpage{
	height: 45px;
	padding: 0px 0px 0px 235px;
	background-image: url('images/bg_menu_subpage.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

div#root div#contentMain{
	height: 445px;
	background-image: url('images/bg_content_main.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

div#root div#contentMain div.contentMain2{
	margin-left: 22px;
	width: 393px;
	height: 352px;
	overflow: hidden;
	background-color: white;
	padding: 20px;
}

div#root div#contentSubpage{
	background-image: url('images/bg_content_subpage_center.jpg');
	background-repeat: repeat-y;
}

div#root div#contentSubpage div#contentSubpage1{
	background-image: url('images/bg_content_subpage_top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

div#root div#contentSubpage div#contentSubpage1 div#contentSubpage2{
	background-image: url('images/bg_content_subpage_bot.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 40px;
}

div#root div#contentSubpage div#contentSubpage1 div#contentSubpage2 div.contentSubpage{
	margin-left: 22px;
	width: 802px;
	background-color: white;
	padding: 20px;
}

div#root div#bottom {
	width: 884px;
	height: 84px;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	background-color: #2c9f0c;
}

/* UNIVERSAL CLASSESS */

.clearBoth {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* ANDRZEJ */

.home {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p {
	margin: 10px 0px 11px 0px;
}
.important {
	font-weight: bold;
	color: #CC0000;
}

