body {
	margin: 0px;
	padding: 0px;
	background: #8A8989 url(img/bg7.jpg);
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 11pt;
	text-align: center;
}
h2 {
	font-size: 14pt;
	color: #ebee00;
	margin: 8px 0px;
	padding: 0px;
}
h2.margin_max {
	margin-top: 26px;
}
p {
	text-align: left;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
p.p_right {
	color: #153ccd;
}
a{
	color: #153ccd;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #F5F700;
	text-decoration: none;
	font-weight: normal;
}
img {
	border: 0px;
}
#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 0px;
    left: 250px;
    width: 236px;    
    height: 114px;
    font-size: 120%;
}
#menu li {
    display: inline;
}
#menu li a {
	display: block;
	float: left;
	width: 110px;
	height: 31px;
	background: url(img/button.gif) no-repeat;
	margin: 0px 0px 0px 3px;
	color: #153ccd;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	padding-top: 7px;
	font-weight: bolder;
}
#menu li a:hover {
	color: #ebee00;
}
div#site_all {
	width: 760px;
	margin: 0px auto;
	border: 0px;
}
div#header {
	height: 140px;
	background: url(img/head.gif) no-repeat;
}
div#center {
	width: 760px;
	background: url(img/bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
div#col_left {
	float: left;
	width: 450px;
	min-height: 300px; 
	text-align: left;
	position: relative;
	padding: 0px 20px 5px 35px;
}
  /*Kod dla IE*/
 * html * div#col_left {
 	width: 505px;
	w\idth: 450px; 
	height: 300px;
}
div#col_right {
	float: right;
	width: 221px;
	text-align: left;
	padding: 0px 17px 0px 17px;
	background: url(img/right.jpg) no-repeat; 
}
 	/*Kod dla IE*/
 * html * div#col_right {
 	width: 255px; 
	w\idth: 221px;
}
div#footer {
	clear: both;
	height: 80px;
	
	color: #2452D5;
	background: url(img/foot.gif) no-repeat;
	text-align: left;
	padding: 0px 0px 0px 35px;
	margin: 0px;
}
.footer_text {
	padding-top: 15px;
	color: #345FD9;
	font-size: 9pt;
}

a.link {
	color: #ffffff;
	text-decoration: underline;
	margin: 0px 4px;
    }

a.link:hover {
	color: orange;
	text-decoration: none;
	margin: 0px 4px;
}