body {
	background-color: white;
	background-image: url(img/bg.gif);
}
body, * {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size : 9pt;
	margin: 0;
	padding: 0;
}
#main {
	width: 900px;
	margin: 0 auto;
}
#top {
	background-image: url(img/bg_top.gif);
	background-position: top left; 
	background-repeat: repeat-x;
	width: inherit;
	height: 98px;
	line-height: 98px;
	vertical-align: bottom;
	text-align: right;
}
#body {
	background-image: url(img/bg_body.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: inherit;
	text-align: justify;
	float: left;
}
#left {
	float: left;
	width: 200px;
}
#navigation {
	float: left;
	width: 224px;
	padding: 0px 10px 5px 16px;
}
#right {
	float: left;
	width: 440px;
	padding: 30px 5px;
}
#bottom {
	background-image: url(img/bg_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 900px;
	height: 59px;
	clear: both;
}
#biglogo {
	margin-left: 60px;
}
#logosmall img {
	border: 0;
	margin: 47px 60px 0 0;
}
#validation {
	text-align: right;
	border: 0;
}
#validation img {
	border: 0;
	margin-right: 10px;
}
.copy {
	font-family : Arial, sans-serif;
	font-size : 7pt;
	color: gray;
	text-align: left;
	margin-left: 170px;
}
#navigation li {
	list-style-type: none;
	margin-top: 5px;
	line-height: 30px;
}
#navigation li:link {
	background-color: #727272;
}
#navigation li a, #navigation li a:link, #navigation li a:visited {
   display: block;
	font-family : Verdena, sans-serif;
	font-size : 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
	height: 30px;
	width: 170px;
}
#navigation li a:hover {
   background-color: #909090;
	border-right: solid 5px #ff5104;
	border-bottom: solid 1px #ff5104;
	color: white;
	height: 29px;
	width: 170px;
}
#vxhtml:hover {
	background-image: url(img/valid-xhtml10_c1.png);
}
#vcss:hover {
	background-image: url(img/vcss_c1.png);
}
h1, h2, h3 {
	color: #ff5104;
	font-family : Verdena, sans-serif;
	margin-top: 15px;
}
h1 {
	font-size: 11pt;
	margin-left: 10px;
}
h2 {
	font-size: 10pt;
	margin-left: 15px;
}
h3 {
	font-size: 9pt;
	margin-left: 20px;
}
#right p, #right address, #right a {
	font-family : Tahoma, sans-serif;
	font-size: 8pt;
	font-style: normal;	
	text-align: justify;
	margin-top: 15px;
	line-height: 170%;
	text-decoration: none;
}
#right img {
	position: relative;
	right: 50px;
	float: right;
}
#right p {
	margin-right: 25px;
	text-indent: 30px;
}
#right a:hover {
	text-decoration: underline;
}
#right ul, .gli {
	margin-top: 7px;
}
#right ul li{
	font-family : Tahoma, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-align: justify;
	margin-left: 25px;
	line-height: 130%;
}
.bold {
	font-family : Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
#menu_poziom {
	margin: 10px 0 10px 0;
	text-align: center;
}
#menu_poziom li {
	font-family : Tahoma, sans-serif;
	font-size: 7pt;
	color: gray;
	list-style-type: none;
	display: inline;
}
#menu_poziom li a  {
	font-family : Tahoma, sans-serif;
	font-size: 7pt;
	color: gray;
	text-decoration: none;
}
#menu_poziom li a:hover {
	color: black;
}